Integration Guides
Task-oriented walkthroughs for common integration flows.
Each guide solves one problem end-to-end with runnable code.
Accept a payment
The full checkout flow: create a payment, redirect the customer, and handle the return URL.
Consume webhooks
The recommended way to track payment state. Handle every status, deal with retries, and keep your handler idempotent.
Check payment status
Fallback: poll the transaction endpoint when you can't rely on webhooks, or as a safety net.