Loan Confirmation

Confirm that loan has been funded

Loan Confirmation

POST {{BASE_URL}}/mfi/v1/loans/confirmation

This endpoint allows you to get free cakes.

Headers

Request Body

{
   "status":200,
   "response_code":0,
   "error":false,
   "message":"Payment processed successfully"
}

Loan ID

This is gotten from Loan Application response

Loan Confirmation

You can let Pezesha know whether a loan has been disbursed successfully or not using this callback

{
   "status":200,
   "response_code":0,
   "error":false,
   "message":"Payment processed successfully"
}

Last updated