Accounts
Last updated
Last updated
Retrieve a list of accounts with optional filtering and pagination.
Filter accunts by status
ACTIVE
, INACTIVE
, CREATING
Filter account by type
CREDIT
, CASH
Filter account by creation date lower bound, exclusive
Filter accounts by creation date upper bound, inclusive
YES
Filter accounts by customer ID
When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.
When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.
Will sort the returned data using the specified field.
accountStatus
, accountType
, createdDate
Specifies the sort direction for the sortField.
ASC
, DESC