latestSwagger 2.02026-08-2181213270.0 KB

0a9c1f8784f2

Loan

Updates a loan.

  • When the loan is SUBMITTED or TO_VALIDATE, all the below fields can be updated.
  • When the loan is VALIDATED or SCHEDULED, the references and to_repay_at fields can be updated.
  • When the loan is TO_REPAY, only the to_repay_at change be changed. The earliest acceptable date being loan.earliest_to_repay_at.

This operation is not available when the loan is in another status.

patch/loan/{loan_id}

Path parameters

loan_idstring required

Request body

amountinteger nullable

Loan amount in cents. Maximum: 200,000 €.

loan_to_referencesstring[] nullable

References in the transfer of the loan payment, on the account receiving the money

metadataobject nullable
repayment_method'DIRECT_DEBIT' | 'SCT' | 'null' nullable

Payment method that should be used to repay this loan. Possible values: ['DIRECT_DEBIT', 'SCT']

repayment_to_referencesstring[]

References in the transfer of the loan repayment, on the account receiving the money

to_pay_atstring date-time nullable

Loan disbursement estimated date

to_repay_atstring date-time nullable

Loan reimbursement estimated date

Response

OK