Webhooks are HTTPS POST requests we send to your configured URL when relevant state changes (for example pay-in settled, payout failed, KYC updated).Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
What to implement
- A public HTTPS endpoint that accepts
POSTJSON payloads. - Signature verification using the same secret material as API signing (see Webhooks for header names and examples).
- Fast responses (acknowledge quickly; do heavy work asynchronously).
Configuration and payloads
Webhook configuration (API)
Register or update your webhook URL via the API.
Events and payloads
Event types, payload shape, metadata, and verification examples.

