Update a loan payment
Updates a loan payment. Only the fields you include are changed. A payment that is part of a customer payout cannot be updated.
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 payment.
Body
The loan payment fields to update.
Parameters for updating a loan payment. Only include the fields you want to change.
Updated total payment amount, in cents.
Updated payment date.
Replaces the payment's splits with this list.
Updated deferred-posting flag.
Updated payment method.
CASH, CHECK, CREDIT_CARD, ACH, CREDIT_BALANCE, OTHER Updated processor.
Updated clearing account.
- Account ID
- Account Stable Name
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 payment.
A payment made against a loan, broken down into principal, interest, and fee splits.