Partners
Set Partner Webhook URL
Set (or clear) the webhook URL that receives partner fund balance change events.
POST
Set or clear the partner-level webhook URL that receives
pay.partner.fund-balance-changed events. Whenever the partner’s prefund balance changes due to a deposit, withdrawal, or compensation, Holdstation Pay sends a POST request to this URL.
Pass an empty string "" as webhook_url to disable notifications.
This endpoint configures the destination for the Balance Change Webhook only. Order events (
pay.order.status-updated) are delivered to the per-order callback field set when the order is created — see Orders Webhook.Authentication
Your partner app key.
Base64-encoded Ed25519 signature of the sign data.
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.
Body Parameters
HTTPS URL to receive fund balance change events. Pass an empty string
"" to clear the webhook.Event Delivery
See Balance Change Webhook for the headers, payload schema,change_type values, and signature verification.