Returns the notifications related to a dunning case.
Loans (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/
- Mock Serverhttps://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 payloadLoanEngine.V1.ListDunningCaseNotificationsResponse
The timestamp from when the dunning case notification was created.
Example: "2021-04-16T13:52:05Z"
The type of the dunning case notification.
Enum"sddr_notification""partial_repayment_notification""full_repayment_notification""reminder""dunning_letter""pre_termination_letter""termination_letter""pre_collection_letter"
Example: "dunning_letter"
Response
application/json
[ { "type": "dunning_letter", "title": "string", "id": "de8d170b-321c-425b-830d-ed406cba6792", "created_at": "2021-04-16T13:52:05Z" } ]
- Mock Serverhttps://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 payloadDunning Case
The status of the dunning case.
Enum"new""dunning""pre_termination""terminated""closed""pre_collection""closed_matured"
Example: "new"
The person ID of the customer associated with the loan and dunning case.
Example: "547a870b2c8461a3104559369d09265dcper"
The ID of the customer's billing account from which all the loan payments will be debited.
Example: "1d0e52af0a62b4b44d8c54a87a7fc6a7cacc"
The account ID to which the loan is attached.
Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc"
The dunning handling strategy to be applied to the case.
Enum"consumer""freelancer"
Example: "consumer"
SolarisToolkit.Web.Money (object)
Response
application/json
{ "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 Serverhttps://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/dunning_cases
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadLoanEngine.V1.ListDunningCasesResponse
The person ID of the customer associated with the loan and dunning case.
Example: "547a870b2c8461a3104559369d09265dcper"
The account ID to which the loan is attached.
Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc"
The status of the dunning case.
Enum"new""dunning""pre_termination""terminated""closed""pre_collection""closed_matured"
Example: "dunning"
Response
application/json
[ { "total_overdue_amount": { … }, "status": "dunning", "person_id": "547a870b2c8461a3104559369d09265dcper", "loan_account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "id": "de8d170b-321c-425b-830d-ed406cba6792" } ]