Veend Developers
  • Introduction
  • Authentication
  • Accounts & Subaccounts
  • Transfers
  • Payment Links
  • Invoices
  • Employees, Payroll And Teams
  • Cards
  • Loans
  • Postman Collection
Powered by GitBook
On this page
  • Get Customer Loan Balance
  • Get Customer Loan Details
  • Get detailed summary of customer loans with your lender_id

Loans

Learn how to integrate Veend Loan APIs

PreviousCardsNextPostman Collection

Last updated 1 year ago

Veend Loan API allows you to process customer loans and repayment.

BASE_URL

The live (production) environment base URL is The test (sandbox) environment base URL is

Get Customer Loan Balance

GET {{BASE_URL}}/users/{{USER_ID}}/balance

Headers

Name
Type
Description

x-tag*

veend-xtag

Sample Success Response

{
    "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

GET {{BASE_URL}}/loans/findMyLoans/find?loanId={{LENDER_ID}}&disbursementStatus=completed

Query Parameters

Name
Type
Description

loanId*

string

Lender Id

disbursementStatus

completed

This filter returns only disbursed loans if set to completed

apply2.veendhq.com
api2.veendhq.com