---
title: "Retrieve a credit line mandate"
method: GET
path: "/v1/credit_lines/{credit_line_id}/active_mandate"
tags: ["Loan servicing"]
---

# Retrieve a credit line mandate

`GET /v1/credit_lines/{credit_line_id}/active_mandate`

Returns a signed mandate for a credit line.

## Path parameters

- `credit_line_id` string, required

## Response `200`

Mandate

- LoanEngineGetMandateResponse
  - `signature_date` string — The date when the customer signed the SDD mandate for the loan repayment.
  - `name` string — The name of the account holder.
  - `mandate_id` string — The ID of the signed mandate.
  - `iban` string — The IBAN of the account from which the loan repayments will be debited.
  - `bic_code` string — The bank identifier code of the customer's account.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/solarisgroup/apis/loans.md) · [All operations](https://skmtc.net/solarisgroup/apis/loans/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/loans/revisions/8f580eff2157/schema)
