PEZESHA APIs
  • Pezesha (means capital enabler)
  • Get Started
    • Authentication
    • Errors & Status Codes
  • User Registration
  • Terms & Conditions
  • Opt Out
  • Data Ingestion
  • Loan Offers
  • Loan Application
  • Loan Status
  • Loan History
  • Active Loans
  • Loan Repayment Schedule
  • Pezesha Wallet
    • Loan Confirmation
    • Loan Repayment
  • Pezesha Mpesa STK
  • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. Pezesha Wallet

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",
}
{
    "status": 400,
    "response_code": 0,
    "error": true,
    "message": "Unable to process request"
}
PreviousLoan ConfirmationNextPezesha Mpesa STK

Last updated 1 year ago

Was this helpful?