latestOpenAPI 3.0.02026-08-102034118.0 KB
8f580eff2157
Consumer Loan
Retrieve consumer loan application
Returns the current status and details of an existing consumer loan application. Additionally, you can subscribe to the webhook event CONSUMER_LOAN_APPLICATION to receive status updates on the application.
get/v1/persons/{person_id}/consumer_loan_applications/{application_id}
Path parameters
person_idstring required
The person_id of the customer applying for the loan.
application_idstring required
The unique ID of the customer's loan application.
Response
Application
Example response
{
"status": "esign_pending",
"signing_id": "7c63600ddddec4f2668893af39c1b814csig",
"id": "108787ede6b743dcbe0c3398bc4a6ce8clap",
"cash_price": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"approximate_total_loan_expenses": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
}
}