API Documentation
Addresses
- Addresses
- Management
Users
- Users overview
- Registration
- Management
- Credentials
- Password
Roles
- Roles overview
- Role Management
- User Role Management
Personas
- Personas overview
- Personal Identity
- User-Persona
Customers
- Customers overview
- Management
- Team Management
- Settings
Countries
- Countries overview
- Management
- Lookup
Currencies
- Currencies overview
- Management
- Exchange Rates
FX
- FX overview
- Exchange Rates
Ledger
- Ledgers overview
- Management
- Operations
- Reports
Tariffs
- Tariffs overview
- Management
- Fee Ranges
- Calculations
Tasks
- Tasks overview
- Management
- Actions
- Assignees
Transactions
- Transactions overview
- Management
- Actions
- Recipients
Uploads
- Uploads overview
- Files
- Customer Documents
Invoices
- Invoices overview
- Management
- Processing
- Payers
- Customer
Accounts
Chat
- Chat overview
- Conversations
- Messages
Utilities
- Utilities overview
- Record Management
Profile
- Profile overview
- Management
- Avatar
- Security
KYB
- KYB overview
- Flow
- Answers
RBAC
- RBAC overview
- Permissions
- Management
- System
Management
Create new account
POST
/
v1
/
accounts
Copy
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"active": true,
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"currency": "<string>",
"balance": 123,
"iban": "<string>",
"country_code": "<string>",
"country": "<string>",
"country_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"check_digits": "<string>",
"bban": "<string>",
"bank": "<string>",
"bic": "<string>",
"description": "<string>",
"metadata": {}
}
Body
application/json
Response
201 - application/json
Account created successfully
The response is of type object
.
Copy
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"active": true,
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"currency": "<string>",
"balance": 123,
"iban": "<string>",
"country_code": "<string>",
"country": "<string>",
"country_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"check_digits": "<string>",
"bban": "<string>",
"bank": "<string>",
"bic": "<string>",
"description": "<string>",
"metadata": {}
}
Assistant
Responses are generated using AI and may contain mistakes.