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
| Parameter | Type | Required | Description |
|---|---|---|---|
loanQuoteId | long | Yes | Loan application ID |
accountNumber | string | Yes | Disbursement account number |
bankCode | string | Yes | Bank code (044=Access, etc.) |
accountName | string | Yes | Account holder name |
Validation
- Loan must be FULLY_APPROVED
- Account name must match customer name
- Bank account must be verified