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 |
Last updated