One API for every banking need
Authentication
Sign users in with passkeys, MFA, or your own SSO.
Onboarding & verification
Applications, KYC and KYB, document checks, and built-in AML and transaction monitoring.
Accounts
Open multi-currency accounts with local and IBAN details, limits, and statements.
Cards
Issue and manage cards: freeze, PIN, 3DS, secure details, and cardholders.
Beneficiaries
Save payees and check their name before paying (Verification of Payee).
Payments
Send money: domestic, international (FX), scheduled, and batch.
Transactions
Transaction history, filtering, and PDF/CSV statements.
Fees & limits
The fee schedule and published limits, ready to render in-app.
The same contract works for every program. Some features and limits vary by program; those
are noted on the endpoint and listed on the Program capabilities page.
Conventions
- Base URL:
https://api.next.orenda.finance - Every endpoint is under
/v1/. - Send your token as
Authorization: Bearer <id_token>— the ID token from sign-in, not theaccess_token. See Authentication. - Send an
Idempotency-Keyon anything that creates a payment, payee, or card, so a retry can’t duplicate it. Optional today, required in a future release — see Idempotency.