Loan Application
Apply for loan on behalf of merchant/customer
Loan Application
POST
{{BASE_URL}}/mfi/v1/borrowers/loans
This endpoint allows you to apply for a loan on behalf of your user.
Headers
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
pezesha_id
string
Pezesha ID returned during registration
channel
string
Client Name given by Pezesha
amount
string
Loan Amount entered by user
duration
string
Loan duration from Offers endpoint
interest
string
Loan Interest Amount
rate
string
Loan Interest Rate
fee
string
Service Fee from Offers endpoint
payment_details.type
string
payment_details.number
string
payment_details.callback_url
string
For Partners managing a Pezesha wallet, make sure to persist the Loan ID as it is needed during Loan Repayment.
Last updated
Was this helpful?