Create New Accounts
Prerequisites
Create Account via API
Endpoint
POST /api/v2.0/accountSample Request Body
{
"reference": "user-123",
"name": "John Smith's Account",
"productId": "f5e6a3aa-xxxx-yyyy-zzzz-abcdefghijkl",
"productVersion": "1.0",
"currency": "EUR",
"owner": {
"type": "INDIVIDUAL",
"affiliation": "PERSONAL",
"reference": "entity-xyz"
},
"tags": ["PREMIUM", "EU"],
"attributes": {
"risk_level": "LOW",
"kyc_status": "VERIFIED"
},
"coordinates": {
"banking": {
"iban": "DE89370400440532013000"
}
}
}Sample Response
Error Codes
Creating Accounts via UI
What Happens Behind the Scenes?
Last updated

