Disburse a loan
Loans
Disburse a loan
Disburse an approved loan to the borrower.
POST
Disburse a loan
Disburses an approved loan. After successful disbursement, the loan transitions to active state and the repayment schedule becomes applicable.Documentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
Request body
ISO-8601
YYYY-MM-DD.Optional. Amount to disburse — defaults to the approved principal.
Provide a smaller value for partial disbursements (where the product
permits).
Optional. Reference to an LMS payment-type code (cash, bank
transfer, mobile money, etc.).
Optional free-text disbursement note.
Example
Response
200 OK returns the loan object with status="Active".
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan is not in approved state |
invalid_argument | Missing actualDisbursementDate, or amount exceeds approved principal |

