Create sub-accounts, beneficiaries, and payouts. Lock FX, track statuses, and reconcile via webhooks.
Quick start
POST /v1/payments
{
"sub_account": "voyage-2025-11",
"beneficiary_id": "bnf_123",
"currency": "THB",
"amount": "20000",
"fx_lock_id": "fx_abc",
"fee_type": "OUR",
"purpose": "Invoice 8891"
}Endpoints
/wallets— list, create sub-account, balances/beneficiaries— create, verify, list/fx/quote— get & lock rates/payments— create, submit, status, cancel/statements— generate, download- Webhooks:
payment.status_changed,statement.ready
Standards
Idempotency keys; retry-safe webhooks; OAuth2 client credentials.