Batch Payout Notification
Binance Pay will send the status of Payout order event to partner/merchant webhook endpoint configure on the Merchant Management Platform.
In situations where an event notification receives sending failure, the webhook will retry up to 6 times to resend the event. This is applicable to if the merchant/partner did not return HTTP 200 SUCCESS to the webhook as well.
Webhook Endpoints
Request Parameters
| Attributes | Type | Required | Limitation | Description |
|---|---|---|---|---|
| bizType | string | Y | - | PAYOUT |
| bizId | long | Y | - | Payout ID |
| bizIdStr | string | Y | - | biz id as string |
| bizStatus | string | Y | - | Same as Payout Query batchStatus |
| data | TransferQueryResult | Y | - | JSON string |