Skip to main content

SetDisbursementDetailsCommand

Overview

Sets the disbursement details for an approved loan including target account information.

Status: 📝 Documentation in progress

Command Structure

{
"cmd": "SetDisbursementDetailsCommand",
"data": "{\"loanQuoteId\":110,\"accountNumber\":\"1234567890\",\"bankCode\":\"044\",\"accountName\":\"John Doe\"}"
}

Parameters

ParameterTypeRequiredDescription
loanQuoteIdlongYesLoan application ID
accountNumberstringYesDisbursement account number
bankCodestringYesBank code (044=Access, etc.)
accountNamestringYesAccount holder name

Validation

  • Loan must be FULLY_APPROVED
  • Account name must match customer name
  • Bank account must be verified