Skip to main content
GET
Get member's accounts

Authorizations

Authorization
string
header
required

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

Path Parameters

memberId
string
required

The id of the member, max length 36

Maximum string length: 36

Query Parameters

includeBalance
boolean

Indicates whether to include active and reserved balance in the response

accountType
string

Indicates whether to filter for specific account type (optional)

includeExpiringBalance
boolean

If true, will return the expiring balance

isActive
boolean

If null, will return all accounts. If true, accounts will be filtered by isActive value

Response

OK

id
integer<int64>
required

Account id

isActive
boolean
required

Flag used to mark if the account is active or not

isAllowedToSpend
boolean
required

Flag used to mark if the account can consume the balance or not

type
string
required

Type of the account

Minimum string length: 1
conversionRate
number<double>
required

Conversion rate

externalId
string | null

External Id of the account

Maximum string length: 60
availableBalance
number<double> | null

Available balance in the account

reservedBalance
number<double> | null

Reserved balance of the account

expiringBalance
object
Last modified on August 10, 2026