latestOpenAPI 3.0.02026-08-102034118.0 KB
8f580eff2157
Loan servicing
Index loans
Returns an array containing all loans for all of your customers.
get/v1/loans
Query parameters
page[number]integer
Specifies the number of pages of results to return.
page[size]integer
Specifies the size of each page of results.
filter[credit_reference_id]string
Filters the returned loans by a specific credit_reference_id.
Response
LoanEngine.ListLoansResponse
Example response
[
{
"repayment_begin_date": "2020-05-16",
"payout_date": "2020-05-16",
"maturity_date": "2022-05-16",
"loan_account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc",
"id": "c13447d659db4cdcb450b977f8f25c57cloa",
"billing_account_iban": "DE72110101014351836685",
"amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
}
}
]