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

NameTypeDescription

Authorization

String

Bearer token generated from Auth endpoint

Request Body

NameTypeDescription

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"
}

Last updated