Binance Pay: Refund Order Notification
Webhook Endpoints
Binance Pay will send refund order events with final status only when partner use refund open api to partner for notification.
- Successful close result for the close refund order request will be notified through this webhook bizStatus is "REFUND_SUCCESS" or "REFUND_REJECTED"
Request Parameters
| Attributes | Type | Required | Limitation | Description |
|---|---|---|---|---|
| bizType | string | Y | - | "PAY_REFUND" |
| bizId | string | Y | maximum length 19 | prepay id ,unique id generated by binance |
| bizIdStr | string | Y | - | biz id as string |
| bizStatus | string | Y | - | "REFUND_SUCCESS","REFUND_REJECTED" |
| data | string | Y | - | JSON string, data details refer to |