Loan servicing

Retrieve a credit line mandate

Returns a signed mandate for a credit line.

get/v1/credit_lines/{credit_line_id}/active_mandate

Path parameters

credit_line_idstring required

The ID of the credit line associated with the signed mandate.

Response

Mandate

signature_datestring

The date when the customer signed the SDD mandate for the loan repayment.

namestring

The name of the account holder.

mandate_idstring

The ID of the signed mandate.

ibanstring

The IBAN of the account from which the loan repayments will be debited.

bic_codestring

The bank identifier code of the customer's account.

Example response

{
  "signature_date": "2020-08-24",
  "name": "Max Mustermann",
  "mandate_id": "LOY327JAFM3V3M",
  "iban": "DE92370601930002130041",
  "bic_code": "SOBKDEBBXXX"
}