Core modules
Common workflows
Follow these guides end-to-end, then adapt to your stack.
- Accept a paymentCreate a charge, confirm, and capture with idempotency guarantees.
- Handle webhooksRegister endpoints, validate signatures, and process retries deterministically.
- Reconcile settlementsMatch payouts to ledger entries and export finance-ready reports.
Integration path
The sequence most teams follow from test to prod.
- Create an API key
Create an API key in sandbox.
- Call payments and accounts
Call payments and accounts endpoints with your credentials.
- Subscribe to webhooks
Subscribe to webhooks and confirm signatures.
- Move to production
Move to production with monitoring and alerting built in.