Record an additional loan disbursement

POST/api/v1/loans/{instrument_id}/disbursements

Record an additional draw/advance on an existing loan.

Request Body:

  • amount_cents: Amount advanced (required, > 0).
  • cash_ledger_id: Bank/cash account the money moves through (required).
  • disbursement_date: Optional, defaults to today.
  • memo: Optional journal-entry memo.

Effect: Posts a balanced JE and increases the loan's outstanding balance. A paid_off loan returns to active.

Operation ID: record_loan_disbursement_api_v1_loans__instrument_id__disbursements_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

instrument_idstringrequired

Request body

amount_centsintegerrequired
cash_ledger_idstringrequired
disbursement_datestring · date
memostring

Responses

201Successful Response

successboolean
messagestring
codestring
dataLoanDisbursementResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

409Conflict - Resource already exists

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject