User Registration
Use this endpoint to register borrowers, merchants or agents onto PEZESHA
Pezesha ID
Make sure to persist customer_id as you will need this during loan application (pezesha_id)
Register Merchant
POST
{{BASE_URL}}/mfi/v1/borrowers
This endpoint allows you to register merchant on to PEZESHA
Headers
Authentication*
string
Authentication token generated from Authentication Endpoint
Request Body
terms
boolean
User has accepted Pezesha Ts&Cs
location
string
Location of merchant business
merchant_reg_date
string
Date Merchant was first registered in Pezesha partner's system
merchant_id
string
Merchant ID in partner's system
string
User's email ID
dob
string
Date of Birth (Y-m-d format)
phone
string
User's phone number
full_names
string
Full Names
national_id
string
National ID Number
other_phone_nos
string[]
Other phone numbers tied to merchant
geo_location.long
string
geo_location.lat
string
meta_data
array
Additional data requested by Pezesha in Key Value Pairs
channel
string
The Client Name shared by Pezesha
Last updated
Was this helpful?