fiat_amount_usd are always denominated in USD,
regardless of the invoice/payout fiat_currency.
The API is organised around a few resources:
- Invoices — one-shot payment requests with a hosted checkout page. Each
invoice has a
billing_type(STATICfor fixed-price service purchases,VARYfor open-ended balance top-ups). Invoices can also be bound to a permanent address by passingpermanent_address: true(requiresbilling_type=VARYanduser_id). See the Billing types page for the full semantics. - Permanent addresses — long-lived per-user deposit addresses.
- Payouts — outgoing transfers, single or in batches.
- Ledger / Notifications — read-side endpoints for reconciliation and webhook delivery introspection.
/api/v2/. Responses follow a consistent envelope:
pagination object next to result.
