latestOpenAPI 3.0.02026-08-102737124.3 KB
06b62340347d
Credit Line Servicing
Retrieve a single credit line
Returns the details and status of a credit line associated with a specific customer.
get/v1/persons/{person_id}/credit_lines/{credit_line_id}
Path parameters
person_idstring required
The person ID of the customer for whom the credit line is issued.
credit_line_idstring required
The unique credit line ID, generated after a credit line is created.
Response
CreditLine
Example response
{
"utilized_amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"termination_type": "ORDINARY_BY_CUSTOMER",
"termination_requested_at": "2022-02-07",
"termination_date": "2022-02-08",
"status": "mandate_creation_pending",
"renewal": {
"status": "customer_notified",
"rejection_date": "2022-10-31",
"notification_sent_date": "2021-01-20",
"id": "0696599d-7f0a-434b-b480-ebe5a1e20cc4",
"effective_until_date": "2022-04-10",
"effective_from_date": "2022-04-10",
"credit_line_id": "1908331fb8384edcbfe63067366c4b6accln"
},
"recipient_iban": "DE92370601930002130041",
"product_type": "consumer",
"person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
"locking_status": "NO_BLOCK",
"limit": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"latest_disposable_income": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"interest_rate": 0.11,
"id": "1908331fb8384edcbfe63067366c4b6accln",
"granted_at": "2022-02-07T11:57:42Z",
"disposable_income": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"created_at": "2022-02-07T11:57:42",
"application_id": "35eee37033c5436f9cbff6df1f88e097ccla",
"annual_percentage_rate": 0.11,
"active_loans": [
{
"id": "e0167a47f385443a835050d1d9274b45cloa"
}
],
"account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc",
"account_iban": "DE25110101002910133758"
}