Accounts
An Account is a container that holds a balance in a specific currency for one User. A user can own multiple accounts across different currencies.
The Account object
{
"id": "acc_01HX71YM6FJ3A8W7T5K6NRB2DN",
"object": "account",
"user_id": "usr_01HX7...",
"currency": "AED",
"label": "Primary AED wallet",
"status": "active",
"balance": {
"available": 125000,
"pending": 0,
"currency": "AED"
},
"iban": "AE070331234567890123456",
"bic": "VPAYAEAD",
"created_at": "2026-04-19T12:30:00Z"
}Supported currencies
| Code | Name | IBAN-enabled |
|---|---|---|
| AED | UAE Dirham | ✅ |
| USD | US Dollar | ✅ |
| EUR | Euro | ✅ |
| GBP | British Pound Sterling | ✅ |
| SAR | Saudi Riyal | ✅ |
| INR | Indian Rupee | ❌ |
More currencies can be enabled on request.