API Documentation
  • 🏡Home
  • Overview
    • 💡What we do
    • ✨Our Features
  • General Guide
    • 🏷️Introduction
    • 📪Test and Go Live
    • 💁Configuration
      • Custormers
        • Create Customer
        • Fetch Loan Customers
        • Fetch Customers
      • Loan Types
        • Fetch Loan Types
        • Loan Reasons
      • Country
        • Get all countries
        • Get states by country Id
      • Branch
        • Create Branch
        • Branches
      • Sales Person
        • Create a Salesperson
        • Get Sales Persons
      • Team
        • Create a Team
        • Get Teams
      • Employers
      • Industries
      • Commission
  • Products Guide
    • 🏛️Loans
      • New Loan Application
      • Activate/De-Activate Auto approval
      • Loan Information
      • Active Loans
      • Repayment Schedule Calculation
      • Create payment entries
      • Spool Repayments Due
      • Repayment Activation File
      • Repayment Activation Information
      • Disburse
    • 🪝Webhooks
      • Webhooks Verification.
      • Verification Steps
Powered by GitBook
On this page

Was this helpful?

  1. General Guide
  2. Configuration
  3. Loan Types

Fetch Loan Types

Fetches all loan type applicable on the system

View all loan type applicable on the system

GET https://<your_business_alias>.lendastack.io/ias/loan/loantypes/:branchId

This endpoint fetches loan types on the system.

Path Parameters

Name
Type
Description

branchId

int

The branch Id where the loan type was created

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": [
        {
            "loanTypeId": 1,
            "loanName": "Personal - 4.5",
            "maxAmount": 100000000,
            "minAmount": 10,
            "loanTypeCode": "Personal - 4.5",
            "interestRate": 4.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 2,
            "loanName": "Personal/Buy-over - 3.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Buy-over - 3.5",
            "interestRate": 3.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 3,
            "loanName": "Personal/Buy-over - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Buy-over - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 4,
            "loanName": "Business/Float Finance - 2.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Business/Float Finance - 2.5",
            "interestRate": 2.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 5,
            "loanName": "Personal/Quarterly/Top-up - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Quarterly/Top-up - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 6,
            "loanName": "Personal/Resructuring - 3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Resructuring - 3",
            "interestRate": 3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 7,
            "loanName": "Personal/Quarterly/Buy-over - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Quarterly/Buy-over - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 8,
            "loanName": "Business - 3.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Business - 3.5",
            "interestRate": 3.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 9,
            "loanName": "Personal/Top-up - 3.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Top-up - 3.5",
            "interestRate": 3.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 10,
            "loanName": "Personal/Top-up - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Top-up - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 11,
            "loanName": "Business/Renewal - 4",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Business/Renewal - 4",
            "interestRate": 4,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 12,
            "loanName": "Business/LSO - 4.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Business/LSO - 4.5",
            "interestRate": 4.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 13,
            "loanName": "Personal/Quarterly (Top-up) - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Quarterly (Top-up) - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 14,
            "loanName": "Personal/Top-up - 4",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Top-up - 4",
            "interestRate": 4,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 15,
            "loanName": "Personal/Top-up/Buy-over - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal/Top-up/Buy-over - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 16,
            "loanName": "Personal - 2.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal - 2.5",
            "interestRate": 2.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 17,
            "loanName": "Personal - 3.9",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal - 3.9",
            "interestRate": 3.9,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 18,
            "loanName": "Personal - 3.6",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal - 3.6",
            "interestRate": 3.6,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 19,
            "loanName": "Business - 2.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Business - 2.5",
            "interestRate": 2.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 20,
            "loanName": "Staff/Personal - 2.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Staff/Personal - 2.5",
            "interestRate": 2.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 21,
            "loanName": "Personal - 3.1",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal - 3.1",
            "interestRate": 3.1,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 22,
            "loanName": "Peronal - 3.3",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Peronal - 3.3",
            "interestRate": 3.3,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 23,
            "loanName": "Business - 4.61",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Business - 4.61",
            "interestRate": 4.61,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 24,
            "loanName": "Personal - 5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal - 5",
            "interestRate": 5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        },
        {
            "loanTypeId": 25,
            "loanName": "Personal - 3.5",
            "maxAmount": 100000000,
            "minAmount": 100,
            "loanTypeCode": "Personal - 3.5",
            "interestRate": 3.5,
            "dsrRate": 80,
            "repaymentType": "Month",
            "loanTypeTenor": 30,
            "repaymentBalanceType": "EffectiveRateFlatBalance"
        }
    ],
    "status": true,
    "message": "Success"
}
{
    "status": false,
    "message": "Branch not found"
}
PreviousLoan TypesNextLoan Reasons

Last updated 2 years ago

Was this helpful?

💁