Loans
Loan disbursement object
A loan disbursement object represents the moment when loan funds are released. It is associated to one loan object and occurs after the loan has been approved. The funds can be sent directly to the borrower or to a third-party loan servicer. Each loan can have one or multiple loan disbursements.
Object Parameters
account_number_id
stringThe unique ID of the account to which the funds are disbursed
amount
integerAmount (in cents) of funds disbursed to the borrower
bank_account_id
stringThe bank account to which funds are disbursed
created_at
date-timeThe timestamp the loan disbursement was created
currency
stringThe currency of the loan. Currently only USD is supported.
description
stringThe description of the loan disbursement in the Column dashboard
effective_at
date-timeThe timestamp the loan disbursement was marked effective
id
stringThe unique ID of the loan disbursement object
idempotency_key
stringThe idempotency key specified in the loan disbursement. Returns an empty string "" when not set.
is_offline
booleanIndicates if the loan disbursement is an offline disbursement. Read more.
loan_id
stringThe unique ID of the loan object the loan disbursement is associated to
status
stringThe current status of the loan disbursement. Possible values: completed, canceled, hold