Skip to main content
POST
Create new member account

Authorizations

Authorization
string
header
required

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

Headers

Operation-Id
string

The operation id used for idempotency. Use this header to make sure the request is idempotent

Path Parameters

memberId
string
required

The id of the member, max length 36

Maximum string length: 36

Body

Create account request

isActive
boolean
required
isAllowedToSpend
boolean
required
accountType
string | null
externalId
string | null
Maximum string length: 60

Response

OK

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