Get accounts by customer

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

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
statuses
array of strings
statuses
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

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

boolean

Show available balance

Responses

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