Base URL
Request format
- Requests use TLS 1.2+. HTTP is rejected.
- JSON request bodies must set
Content-Type: application/json. - Money is always minor units (cents) as an integer.
1500EUR is €15.00, not €1500.
Response format
Every response has:Content-Type: application/jsonx-request-id: req_...header - include this in support tickets.- A JSON body. On error, the body matches the error shape.
Resource IDs
All IDs are prefixed with a short type tag:| Prefix | Resource |
|---|---|
tnt_ | Tenant |
usr_ | User |
key_ | API key |
kyc_ | KYC record |
sof_ | Source-of-funds record |
tx_ | Transaction |
dr_ | Document review |
wh_ | Webhook endpoint |
evt_ | Event |
file_ | File |
Quick links
Authentication
How to sign requests.
Errors
Full error code list.
Tenants
Create, list, retrieve tenants.
Transactions
Manage escrow lifecycles.