Skip to main content

Callback API

Notify the caller when the order status changes using the provided callback_url, details for Create payment order callback_url param

Callback event

Request method

  • Method: HTTP POST
  • Content-Type: application/json
  • If the response is the string “success”, the callback is successful; otherwise, it fails.

Request parameters

Paid/Partial_Paid/Overpaid order data Object

Expired order data Object

Refund order data Object

Additional order data Object

Request Example