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
200

List of accounts available to the partner

application/json
Responseall of
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
200

Returns the account details

application/json
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
200

List of accounts available to the partner

application/json
Responseall of
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
200

Returns the account details

application/json
get
/v1/partner/customers/{customerId}/accounts/{accountId}

Last updated

Was this helpful?