Skip to main content

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.

Webhooks are HTTPS POST requests we send to your configured URL when relevant state changes (for example pay-in settled, payout failed, KYC updated).

What to implement

  • A public HTTPS endpoint that accepts POST JSON 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.