Get accounts by customer

Get details of accounts belonging to a particular customer using the customer’s ID as a reference

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of customer to fetch accounts for

Query Params
customerStatuses
array of strings
customerStatuses
Allowed:
statuses
array of strings
statuses
Allowed:
number
≥ 0

Accounts with balance equal or more than this amount

number
≥ 0.01

Accounts with balance equal or less than this amount

string

Accounts created after and on this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

string

Accounts created before and on this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

int32

Page to fetch (0 indexed)

int32
≤ 500

Size of Page to fetch

string

Sort by field

string

Sorting order

string
enum

The currency for getting account by currency. Expected ISO Standard currency name i.e. GBP, EUR etc

boolean

Show available balance

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*