Update a loan
Updates a loan. Only the fields you include are changed. The request shape depends on loan_type.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
The UUID of the loan.
Body
The loan fields to update.
- Term loan
- Merchant cash advance
- Flex loan
- Line of credit
- Lease
- Equipment financing
Parameters for updating a loan. The shape depends on loan_type.
Discriminator. Must be TERM_LOAN.
TERM_LOAN Updated display name for the loan.
Updated origination date.
Updated original principal, in cents.
Updated term, in months.
Replaces the loan's proceeds with this list.
A loan proceed: funds (or an asset) received from the loan.
- Asset proceed
- Disbursement proceed
Updated internal note.
Arbitrary JSON object you can attach for your own use. Layer stores and returns it unchanged.
Updated reference number.
Response
The updated loan.
A loan held by a business. Each loan has a dedicated child ledger (liability) account.