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

Request Body

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

Last updated