Loan Repayment

Send loan repayment confirmation

Send Loan Repayment Confirmation

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

Post a loan confirmation request to Pezesha

Headers

Name
Type
Description

Authorization*

String

Bearer token from AUTH endpoint

Request Body

Name
Type
Description

merchant_id*

String

Borrower identifier

channel*

String

Partner name

trans_amount*

String

Transaction amount in String

trans_time*

String

Transaction datetime in String

trans_reference*

String

Transaction reference in String

wallet_balance*

String

The wallet balance

{
    "status": 200,
    "response_code": 0,
    "error": false,
    "message": "Repayment successful",
}

Last updated

Was this helpful?