{
"bizType": "OTC",
"bizId": "71347515709194240",
"bizStatus": "RECHARGE_SUCCESS",
"clientId": "merchant_client_id",
"data": "{\"orderId\":\"71347515709194240\",\"clientOrderId\":\"merchant_order_20260413001\",\"fiatRate\":\"1.005\",\"type\":\"BUY\",\"fiatCurrency\":\"USD\",\"fiatAmount\":\"100.00\",\"cryptoCurrency\":\"USDT\",\"cryptoAmount\":\"99.50\",\"updateTime\":\"1712989200\"}"
}OTC order result callback sent to the merchant callback URL for both on-ramp and off-ramp flows.
{
"bizType": "OTC",
"bizId": "71347515709194240",
"bizStatus": "RECHARGE_SUCCESS",
"clientId": "merchant_client_id",
"data": "{\"orderId\":\"71347515709194240\",\"clientOrderId\":\"merchant_order_20260413001\",\"fiatRate\":\"1.005\",\"type\":\"BUY\",\"fiatCurrency\":\"USD\",\"fiatAmount\":\"100.00\",\"cryptoCurrency\":\"USDT\",\"cryptoAmount\":\"99.50\",\"updateTime\":\"1712989200\"}"
}Documentation Index
Fetch the complete documentation index at: https://docs.gate.com/llms.txt
Use this file to discover all available pages before exploring further.
webhook otcCallbackWebhook. The full schema, parameters, and examples are rendered from the linked OpenAPI or webhook definition above.
Webhook callback for OTC on-ramp and off-ramp order status notifications.
bizId or clientOrderId.data field in off-ramp callbacks may include bankSlipInfo to represent bank receipt or slip information.Fixed OTC business type.
OTC order ID.
OTC callback business status.
RECHARGE_SUCCESS, RECHARGE_FAIL, WITHDRAW_SUCCESS, WITHDRAW_FAIL, WITHDRAW_DISPATCHED JSON string containing the order detail snapshot, typically including orderId, clientOrderId, fiatRate, type, fiatCurrency, fiatAmount, cryptoCurrency, cryptoAmount, and updateTime. Off-ramp callbacks may also include tradeFee, finalFiatAmount, and bankSlipInfo.
"{\"orderId\":\"2016768770965639168\",\"clientOrderId\":\"7490324045\",\"fiatRate\":\"0.9981\",\"type\":\"SELL\",\"fiatCurrency\":\"USD\",\"fiatAmount\":\"9800\",\"cryptoCurrency\":\"USDT\",\"cryptoAmount\":\"10000\",\"updateTime\":\"1769670300606\",\"tradeFee\":\"10.00\",\"finalFiatAmount\":\"9790.00\",\"bankSlipInfo\":\"bank_receipt_20260418.pdf\"}"
Merchant client ID.
Alternate merchant client ID field used by some integrations.
Return HTTP 200 after successful receipt of the callback.