Loan History
Get a merchant's loan history
Get Loan History
POST
{{BASE_URL}}/mfi/v1/borrowers/statement
Get a merchant's loan history
Headers
Name
Type
Description
Authorization*
String
Bearer token from AUTH endpoint
Request Body
Name
Type
Description
identification*
String
Borrower identifier
page
int
Page of statements
{
"status": 200,
"response_code": 0,
"error": false,
"message": "Loans Records Found",
"data": [
{
"loan_id": 102872,
"loan_amount": "10.00",
"app_interest_value": "2.00",
"app_service_value": "0.00",
"app_penalty_value": "0.00",
"loan_status": "Paid",
"mpesa_time": "2021-10-26 14:43:56",
"loan_date": "2021-10-26",
"loan_duedate": "2021-11-25",
"amount_due": 0,
"overduedays": 0,
"penalty": 0,
"amount_principal": "10.00",
"amount_expected": 12,
"amount_repaid": 12,
"amount_balance": 0,
"penalty_expected": 0,
"penalty_repaid": 0,
"penalty_balance": 0,
"net_balance": 0
}
]
}
Last updated
Was this helpful?