latestOpenAPI 3.0.02026-08-102034118.0 KB
8f580eff2157
Loan dunning cases
Retrieve a dunning case
Returns the dunning case with the ID specified in the request URL.
get/v1/dunning_cases/{dunning_case_id}
Path parameters
dunning_case_idstring required
The ID of the dunning case to be retrieved.
Response
Dunning Case
Example response
{
"total_overdue_amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"strategy": "consumer",
"status": "new",
"person_id": "547a870b2c8461a3104559369d09265dcper",
"overdue_installment_amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"loan_id": "c13447d659db4cdcb450b977f8f25c57cloa",
"loan_account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc",
"last_sddr_date": "2021-09-01",
"id": "41c8d48c-4b73-4f5b-a7d0-5778e041b7c2",
"fees": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"deadline": "2021-09-01",
"billing_account_id": "1d0e52af0a62b4b44d8c54a87a7fc6a7cacc"
}