Loan Reasons

View Loan reason appropriate for loan applications

View Loan reason appropriate for loan applications

GET https://<your_business_alias>.lendastack.io/ias/loan/loanreasons/:searchParameter

This endpoint fetches loan reason on the system.

Query Parameters

Name
Type
Description

searchParameter

String

Search customer's by first name, last name or email address

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": 2,
            "loanReasonCode": "LN002",
            "loanReasonName": "FAMILY NEEDS",
            "loanReasonDescription": "TO CATER FOR HOME NEEDS",
            "status": "Active",
            "createdBy": 1,
            "createdAt": "2021-06-22T14:59:18.7876717"
        }
    ],
    "status": true,
    "message": "Success"
}

Last updated

Was this helpful?