Update a loan proceed
Updates a loan proceed. Only the fields you include are changed; the underlying ledger entries are reversed and re-posted to reflect the change. Reducing a proceed below the principal that has already been repaid is rejected.
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.
The UUID of the loan proceed.
Body
The proceed fields to update.
Parameters for updating a loan proceed. Only include the fields you want to change.
Updated proceed amount, in cents.
Updated proceed date.
Updated payment method.
CASH, CHECK, CREDIT_CARD, ACH, CREDIT_BALANCE, OTHER 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 proceed.
A loan proceed: funds (or an asset) received when a loan is drawn. See the Loan Proceed object.