Getting Accounts

Get all accounts

get
Query parameters
primaryAccountIdstring · uuid · nullableOptional

Primary account ID to filter virtual accounts.

Example: e0cab2dd-739f-43de-b131-3e423e935bf1
pagenumberRequired

Page number for paginated results.

Default: 1Example: 1
limitnumber · max: 100Required

Number of accounts per page.

Default: 10Example: 10
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Responses
chevron-right
200

List of accounts available to the partner

application/json
objectOptional
and
get
/v1/partner/accounts

Get account

get
Path parameters
accountIdstringRequired
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Responses
chevron-right
200

Returns the account details

application/json
idstring · uuidRequired

Unique identifier of the account

Example: e0cab2dd-739f-43de-b131-3e423e935bf1
partnerIdstring · uuidRequiredDeprecated

Partner identifier that owns or manages this account

Example: 2ecf0e23-3215-462c-97c4-9e5a147656d7
externalReferencestring · uuidOptional

External reference

primaryAccountIdstring · uuid · nullableOptional

Primary account identifier, if this account is a sub-account

Example: ae66fcb2-2852-4568-990d-accc78572e4d
typestring · enumRequired

Type of account

Example: PRIMARYPossible values:
currencyCodestring · enumRequired

Currency associated with this account

Example: GBPPossible values:
createDatestring · date-timeRequired

Date when the account was created

Example: 2025-01-01
statestring · enumRequired

Current operational state of the account

Example: READYPossible values:
get
/v1/partner/accounts/{accountId}

Get customer accounts

get
Path parameters
customerIdstringRequired
Query parameters
primaryAccountIdstring · uuid · nullableOptional

Primary account ID to filter virtual accounts.

Example: e0cab2dd-739f-43de-b131-3e423e935bf1
pagenumberRequired

Page number for paginated results.

Default: 1Example: 1
limitnumber · max: 100Required

Number of accounts per page.

Default: 10Example: 10
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Responses
chevron-right
200

List of accounts available to the partner

application/json
objectOptional
and
get
/v1/partner/customers/{customerId}/accounts

Get customer account

get
Path parameters
customerIdstringRequired
accountIdstringRequired
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Responses
chevron-right
200

Returns the account details

application/json
idstring · uuidRequired

Unique identifier of the account

Example: e0cab2dd-739f-43de-b131-3e423e935bf1
partnerIdstring · uuidRequiredDeprecated

Partner identifier that owns or manages this account

Example: 2ecf0e23-3215-462c-97c4-9e5a147656d7
externalReferencestring · uuidOptional

External reference

primaryAccountIdstring · uuid · nullableOptional

Primary account identifier, if this account is a sub-account

Example: ae66fcb2-2852-4568-990d-accc78572e4d
typestring · enumRequired

Type of account

Example: PRIMARYPossible values:
currencyCodestring · enumRequired

Currency associated with this account

Example: GBPPossible values:
createDatestring · date-timeRequired

Date when the account was created

Example: 2025-01-01
statestring · enumRequired

Current operational state of the account

Example: READYPossible values:
get
/v1/partner/customers/{customerId}/accounts/{accountId}

Last updated

Was this helpful?