Loans
Loan payment object
A loan payment object represents a repayment made toward a loan. It is associated with one loan object and typically occurs after one or more loan disbursements have been made. Payments can be made by the borrower directly or through a loan servicer. Read more.
Object Parameters
account_number_id
stringThe unique ID of the account to which the payment was made
amount
integerTotal payment amount in cents
bank_account_id
stringThe bank account to which funds are paid back to
collection_account_number_id
stringID of your collections account number
collection_bank_account_id
stringID of your collections account
created_at
date-timeThe timestamp the loan payment was created
currency
stringThe currency of the loan. Currently only USD is supported.
description
stringThe description of the loan payment in the Column dashboard
effective_at
date-timeThe timestamp the loan payment was marked effective
id
stringThe ID of the loan payment object
idempotency_key
stringThe idempotency key specified in the loan payment. Returns an empty string "" when not set.
ignore_retained_balances
booleanIndicates whether the loan payment was applied to sold balances only. Read more.
interest_amount
integerTotal paid interest receivable
is_offline
booleanIndicates whether the loan payment was made offline
loan_id
stringThe ID of the loan object the loan payment is associated to
principal_amount
integerAmount of the payment applied to the loan principal
retained_interest_amount
integerPaid interest receivable owned by Column
retained_principal_amount
integerPaid principal amount owned by Column
status
stringThe current status of the loan payment. Possible values: completed, or returned