Once the collection has been paid, Binance Pay will send notification through the endpoint url provided when creating collection.
Request Parameters
Attributes | Type | Required | Description |
---|---|---|---|
orderId | Long | YES | |
clientTradeNo | String | YES | |
status | String | YES | "PAID" |
Response Parameters
Attributes | Type | Required | Limitation | Description |
---|---|---|---|---|
returnCode | string | Y | "SUCCESS" or "FAIL" | result code of notification processing, if process fail, Binance Pay will retry |
returnMessage | string | N | - | return message |
Sample Response
{"returnCode":"SUCCESS","returnMessage":null}