List account loans [Beta]

Retrieve all loans associated with the specified account.

Note: This endpoint requires an account-specific access token.

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

Account ID

Query Params
string
required

Next page cursor identifier

int32
≤ 50

Maximum number of items to return per page

string
enum

Loan status filter

boolean
Defaults to false

Also retrieve disbursements and repayments?

boolean

Retrieve the present value of the loan?

date

Reference date to calculate the present value of the loan

date

Filter loans created on or after this date (inclusive). Format = YYYY-MM-DD. Invalid format returns 400 Bad Request. Can be used alone to get all loans created from this date onwards, or combined with toCreatedDate to filter within a specific date range.

date

Filter loans created on or before this date (inclusive). Format = YYYY-MM-DD. Invalid format returns 400 Bad Request. Can be used alone to get all loans created up to this date, or combined with fromCreatedDate to filter within a specific date range.

date

Filter loans with start/activation date on or after this date (inclusive). Format = YYYY-MM-DD. Invalid format returns 400 Bad Request. Can be used alone to get all loans with start date from this date onwards, or combined with toStartDate to filter within a specific date range.

date

Filter loans with start/activation date on or before this date (inclusive). Format = YYYY-MM-DD. Invalid format returns 400 Bad Request. Can be used alone to get all loans with start date up to this date, or combined with fromStartDate to filter within a specific date range.

Responses

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