Accounts
This section covers the different types of accounts supported by the Partner API, including primary accounts and virtual accounts.
Account statuses
Status
Description
Primary Accounts
Primary AccountsVirtual Accounts
Virtual AccountsList accounts
Query parameters
primaryAccountIdstring · uuid · nullableOptionalExample:
Primary account ID to filter virtual accounts.
e0cab2dd-739f-43de-b131-3e423e935bf1pagenumberRequiredDefault:
Page number for paginated results.
1Example: 1limitnumber · max: 100RequiredDefault:
Number of accounts per page.
10Example: 10Header 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
400
Input validation error
application/json
422
Unprocessable entity
application/json
get
/v1/partner/accountsGet Account Details
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
400
Input validation error
application/json
403
Forbidden
application/json
404
Account not found
application/json
422
Unprocessable entity
application/json
get
/v1/partner/accounts/{accountId}Last updated
Was this helpful?