Tech Service Provider Notification
Webhook Endpoints
Binance Pay will send tech service provider events to partner for notification. You will be able to configure webhook endpoints via the Binance Merchant Admin Portal.
*This is only available for whitelisted merchants. If you need any help, you can contact us: merchant@binance.com
In situation where event was auth agree/reject/changed/disabled, the webhook will retry up to 6 times to resend the event.
Request Parameters
Attributes | Type | Required | Limitation | Description |
---|---|---|---|---|
bizType | string | Y | - | "TECH_PROVIDER" |
bizId | long | Y | - | tech provider id |
bizIdStr | string | Y | - | biz id as string |
bizStatus | string | Y | - | "SUBMIT_AUTH_AGREE","SUBMIT_AUTH_REJECT","TP_AUTH_CHANGED","TP_AUTH_DISABLED" |
data | string | Y | - | JSON string, data details refer to |