Operational Guides

Operational Guides cover everything that happens after an API call succeeds: webhook consumption, reconciliation, customer-side flows, and real-world edge cases. Think of this section as your run-book for production.

What you’ll find here

Page
What it covers

Payload schema, HMAC verification, retry logic, and best-practice checklist.

Popular wallets that work out of the box, minimum capabilities, and caveats.

Guides for partial / over-payments and reclaiming unconverted crypto.

Default quotas, 429 handling, and back-off strategy.

(Coming soon) Refund Scenarios

Full and partial refund flows once the refund API is public.

How to use this section

  1. Start with the Webhook Event Reference to build a secure, idempotent listener.

  2. Consult Payment Scenarios for edge-case handling so your UI and support team know what to do when a payment is under- or over-paid.

  3. Reference Compatible Crypto Wallets when doing end-to-end QA on testnets and mainnet.

  4. Keep Rate Limits in mind when load-testing or deploying to high-traffic environments.

Bookmark this area; it evolves alongside the API to include new events, refund flows, and operational best practices.

Last updated