Docs
  • Home
  • Introduction
  • Loans
    • New loan application
    • Activate/De-Activate Auto approval
    • Loan Information
    • Active loans
    • Repayment Schedule Calculation
    • Create payment entries
    • Spool repayments due
    • Repayment Activation
      • Remita
    • Auto Disburse
  • Configuration Helpers
  • Create Person
  • Persons
  • Search Customer
  • Loan Types
  • Branches
  • Salesperson
  • Employer & Industry
    • Industries
  • Web-hook Integration
    • Industries
  • Loan Reasons
  • Guides
    • Test and go live
Powered by GitBook
On this page

Was this helpful?

Loan Reasons

View Loan reason appropriate for loan applications

Get Loan Reasons

GET https://<your_business_alias>.lenda.ng/ias/loan/loanreasons/:searchParameter

This endpoint fetches loan reason on the system.

Path Parameters

Name
Type
Description

searchParameter

string

Search loan reasons by the name or loan reason code

Headers

Name
Type
Description

Authentication*

string

The encoded combination of your public key and secret key (see the Test and go live section of the docs)

{
    "data": [
        {
            "loanReasonId": 7,
            "loanReasonCode": "SCH",
            "loanReasonName": "School",
            "loanReasonDescription": "",
            "status": "Active",
            "user": null,
            "createdBy": 1,
            "branchId": 1,
            "branch": null,
            "createdAt": "2021-02-25T01:52:22.1432361",
            "appOwnerKey": "9ec79c8f-85f1-43f2-a170-44182756634c"
        }
    ],
    "status": true,
    "message": "Success"
}

PreviousIndustriesNextTest and go live

Last updated 3 years ago

Was this helpful?