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

strategy'consumer' | 'freelancer' required

The dunning handling strategy to be applied to the case.

status'new' | 'dunning' | 'pre_termination' | 'terminated' | 'closed' | 'pre_collection' | 'closed_matured' required

The status of the dunning case.

person_idstring required

The person ID of the customer associated with the loan and dunning case.

loan_idstring required

The ID of the loan.

loan_account_idstring required

The account ID to which the loan is attached.

last_sddr_datestring date required

The date of the last SEPA Direct Debit R-transaction.

idstring required

The ID of the dunning case.

deadlinestring date required

The date when the dunning case must be resolved.

credit_reference_idstring required

The ID of the related credit line.

billing_account_idstring required

The ID of the customer's billing account from which all the loan payments will be debited.

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"
}