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?

Terms & Conditions

This API endpoint shows how to inform Pezesha that a merchant has accepted terms & conditions.

The indentifier field can be merchant_id or national_id

Informs Pezesha that the merchant has accepted the terms & conditions

POST {{BASE_URL}}/mfi/v1/borrowers/terms

Headers

Name
Type
Description

Authorization

String

Bearer token generated from Auth endpoint

Request Body

Name
Type
Description

channel

string

This is the client name

identifier

string

Can be merchant_id or national_id

terms

boolean

True for accept & False for Decline Ts&Cs

{
   "error":false,
   "status":200,
   "response_code":0,
   "message": "Request processed successfully"
}
{
  "error": true,
  "status": 400,
  "message": "Unable to find merchant"
}
PreviousUser RegistrationNextOpt Out

Last updated 3 years ago

Was this helpful?