Loans
Apply collateral
POST/loans/{loan_id}/apply_collateral
Apply locked collateral to the principal balance of a secured loan.
Path Parameters
loan_id
stringRequiredUnique identifier for the loan.
Body Parameters
amount
integerRequiredAmount of locked collateral to apply to loan principal, in cents.
currency_code
stringRequiredCurrency of the collateral application. Must match the loan currency.
description
stringOptionalDescription of the collateral application. Maximum: 127 characters.