Skip to main content

Collection Notification

Once the collection has been paid, Binance Pay will send notification through the endpoint url provided when creating collection.

Request Parameters

AttributesTypeRequiredDescription
orderIdLongYES
clientTradeNoStringYES
statusStringYES"PAID"

Response Parameters#

AttributesTypeRequiredLimitationDescription
returnCodestringY"SUCCESS" or "FAIL"result code of notification processing, if process fail, Binance Pay will retry
returnMessagestringN-return message

Sample Response#

{"returnCode":"SUCCESS","returnMessage":null}