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)
post
{{BASE_URL}}
/mfi/v1/borrowers
Register Merchant
{
"channel": "Partner Name",
"full_names":"John Doe",
"phone":"254721XXXXXX",
"other_phone_nos":[
"25471XXXXXXX",
"25472XXXXXXXX"
],
"national_id":"12311313",
"dob":"1999-01-01",
"email":"[email protected]",
"gender":"Female",
"merchant_id":"",
"merchant_reg_date":"",
"location":"",
"county":"",
"sub_county":"",
"geo_location":{
"long":"",
"lat":""
},
"meta_data":[
{
"key":"",
"value":""
}
]
}
Last modified 10mo ago