{
"bizType": "PAY_UNRESOLVED",
"bizId": "123",
"bizStatus": "UNRESOLVED_PENDING",
"data": {
"exceptionId": "123",
"orderType": "acquiring_type",
"errorType": "address_risk_address",
"originalOrderId": "355450733498011648",
"expectedAmount": "10.0",
"expectedChainCurrency": [
{
"chain": "TRX",
"currencies": [
"USDT"
]
}
],
"actualAmount": "1.0",
"actualCurrency": "USDT",
"actualChain": "TRX",
"customerName": "",
"toAddress": "TExampleAddressxxxxxxxxxxxxxxxxxx",
"fromAddress": "TFromAddressxxxxxxxxxxxxxxxxxxxx",
"hash": "0xabc",
"updateTime": 1740000000000
}
}{
"returnCode": "SUCCESS",
"returnMessage": ""
}Sent once per unresolved payment event to the merchant. The callback body includes bizType, bizId, bizStatus, and data.
{
"bizType": "PAY_UNRESOLVED",
"bizId": "123",
"bizStatus": "UNRESOLVED_PENDING",
"data": {
"exceptionId": "123",
"orderType": "acquiring_type",
"errorType": "address_risk_address",
"originalOrderId": "355450733498011648",
"expectedAmount": "10.0",
"expectedChainCurrency": [
{
"chain": "TRX",
"currencies": [
"USDT"
]
}
],
"actualAmount": "1.0",
"actualCurrency": "USDT",
"actualChain": "TRX",
"customerName": "",
"toAddress": "TExampleAddressxxxxxxxxxxxxxxxxxx",
"fromAddress": "TFromAddressxxxxxxxxxxxxxxxxxxxx",
"hash": "0xabc",
"updateTime": 1740000000000
}
}{
"returnCode": "SUCCESS",
"returnMessage": ""
}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 unresolvedPayNotify. The full schema, parameters, and examples are rendered from the linked OpenAPI or webhook definition above.
Unresolved payment webhook payload (POST)
Business type; always PAY_UNRESOLVED.
PAY_UNRESOLVED Business ID (e.g. identifier linked to the exception; actual payload may vary).
Business status, e.g. UNRESOLVED_PENDING (pending; actual payload may vary).
UNRESOLVED_PENDING Unresolved payment details. Some fields may be empty depending on acquiring vs payee QR scenarios; see each field description.
Show child attributes