Returns the notifications related to a dunning case.
- Retrieve a dunning case
Loans (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/dunning_cases/{dunning_case_id}/notifications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
LoanEngine.V1.ListDunningCaseNotificationsResponse
The timestamp from when the dunning case notification was created.
The type of the dunning case notification.
[ { "type": "dunning_letter", "title": "string", "id": "de8d170b-321c-425b-830d-ed406cba6792", "created_at": "2021-04-16T13:52:05Z" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/dunning_cases/{dunning_case_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Dunning Case
The status of the dunning case.
The person ID of the customer associated with the loan and dunning case.
The ID of the customer's billing account from which all the loan payments will be debited.
The account ID to which the loan is attached.
The dunning handling strategy to be applied to the case.
An object containing the total overdue amount, including the overdue monthly installment and any payable fees and/or interest.
An object containing the total overdue amount, including the overdue monthly installment and any payable fees and/or interest.
An object containing the overdue installment amount.
An object containing the overdue installment amount.
An object containing the fees related to the dunning case.
An object containing the fees related to the dunning case.
{ "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", "credit_reference_id": "string", "billing_account_id": "1d0e52af0a62b4b44d8c54a87a7fc6a7cacc" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/dunning_cases
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
LoanEngine.V1.ListDunningCasesResponse
The person ID of the customer associated with the loan and dunning case.
The account ID to which the loan is attached.
The status of the dunning case.
An object containing the total overdue amount.
An object containing the total overdue amount.
[ { "total_overdue_amount": { … }, "status": "dunning", "person_id": "547a870b2c8461a3104559369d09265dcper", "loan_account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "id": "de8d170b-321c-425b-830d-ed406cba6792" } ]