Documentation Index
Fetch the complete documentation index at: https://pay-docs.holdstation.com/llms.txt
Use this file to discover all available pages before exploring further.
Webhook Event
| Event Type | Delivery URL | Description |
|---|---|---|
pay.partner.fund-balance-changed | Partner-level webhook (set here) | Triggered when a partner fund balance changes (deposit, withdraw, or compensation) |
Overview
When a partner’s prefund balance changes due to an on-chain deposit, a withdrawal, or a manual compensation, Holdstation Pay sends apay.partner.fund-balance-changed event to the URL configured via Set Partner Webhook URL.
HTTP Headers
Payload Example
change_type values
| Value | Name | Description |
|---|---|---|
1 | DEPOSIT | On-chain deposit credited to fund |
2 | WITHDRAW | Withdrawal deducted from fund |
3 | COMPENSATE | Manual compensation credited to fund |
Signature Verification
TheX-HSPay-Event-Signature header is computed exactly the same way as for order webhooks — verify it with your Webhook Checksum Key (see Webhook Verification).