Disburse Loan
Last updated
Last updated
To disburse a loan, send a POST request to the endpoint:
POST
/api/loanaccount/v1/disburseloan
The request body requires only the loanAccountNumber
, for disbursement.
A successful request will return a disbursement data, and a success message in the response, allowing for reference to the disbursed loan.
This process facilitates the disbursement of loans to customers and streamlines the management of loan-related activities.
Headers
Name | Value |
---|---|
Body
Name | Data Type (length) | Required | Description |
---|---|---|---|
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
loanAccountNumber
string
The unique number of the loan account to be disbursed