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

Last updated

Was this helpful?