Withdrawal
Initiate withdrawal applications, query withdrawal orders, and withdrawal callback
đī¸ Query withdrawal order list
Query the withdrawal order list of the merchant by pagination.
đī¸ Query withdrawal order details
Query the details of the withdrawal order by withdrawal order ID or merchant order number.
đī¸ Initiate withdrawal application
The merchant initiates a withdrawal request, which needs to be approved on the management platform. After the transaction is successful, the system will send a withdrawal result notification to the callback address provided by the merchant.
đī¸ Initiate withdrawal callback notification
The merchant actively triggers a system withdrawal callback notification once, used to update the local order status.
đī¸ Query withdrawal order fund details
Query the list of transaction addresses and amounts of multiple withdrawal orders.
đī¸ Withdrawal callback notification
When the withdrawal order status changes to `success` or `failure` or `rejected`, the merchant will receive a withdrawal callback notification, and the merchant needs to update the local order status based on the callback notification.