Loans
Learn how to integrate Veend Loan APIs
Get Customer Loan Balance
Headers
Name
Type
Description
{
"status": "success",
"data": {
"amount": 50000,
"totalExpectedRepayment": 56250,
"totalRepayment": 0,
"totalOutstanding": 56250
}
}Get Customer Loan Details
Get detailed summary of customer loans with your lender_id
Query Parameters
Name
Type
Description
Last updated