Skip to main content
POST
Create account

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

Create account request

externalId
string
required
Required string length: 1 - 60
isActive
boolean | null
default:true
isAllowedToSpend
boolean | null
default:true
accountType
string | null

If not given, then default value is inferred from service configuration

Maximum string length: 32

Response

OK

accountId
integer<int64>
required
Last modified on August 10, 2026