Imagine the effort required to create multiple static loan products to fit your customers' needs, and then the frustration customers face scrolling through numerous options to find one that suits them. This process can be draining for both you and your customers. The solution? Dynamic loan offerings.


With dynamic offerings for your loan products, you only need to create one adaptable loan product that fits the diverse needs of your customers. Below is an example setup for a dynamic loan offering focused on car financing:


{

    "label": "Choose one of the cars to get a loan for",

    "description": "",

    "display_option": "dropdown | cards",

    "loan_amount_options": [

        {

            "label": "Toyota Camry 1999",

            "description": "Get the best car money can buy. This baby flies like an Edo witch!",

            "principal": 2345678,

            "tenor": 12,

            "tenor_type": "months",

            "photo_url": "https://images.app.goo.gl/EjA24zDaPyzSKnrPA"

        },

        {

            "label": "Toyota Corolla 1999",

            "description": "Get the best car money can buy. This baby flies like an Edo witch!",

            "principal": 2345678,

            "tenor": 24,

            "tenor_type": "months",

            "photo_url": "https://images.app.goo.gl/EjA24zDaPyzSKnrPA"

        },

        {

            "label": "Toyota Camry 1999",

            "description": "Get the best car money can buy. This baby flies like an Edo witch!",

            "principal": 2345678,

            "tenor": 36,

            "tenor_type": "months",

            "photo_url": "https://images.app.goo.gl/EjA24zDaPyzSKnrPA"

        },

        {

            "label": "Range Rover Sports 2020",

            "description": "Get the best car money can buy. This baby flies like an Edo witch!",

            "principal": 12345678,

            "tenor": 48,

            "tenor_type": "months",

            "photo_url": "https://images.app.goo.gl/EjA24zDaPyzSKnrPA"

        }

    ]

}



To set this up on your admin console, you need the following information for your offerings:


#VariableDescription
1Label
The name of the loan offering, as it will appear to customers.
2DescriptionA brief overview of the loan offering, highlighting its key features and benefits.
3PrincipalThe loan amount that can be offered.
4TenorThe duration for which the loan is available
5Tenor typeThe type of duration (e.g., days, months, years) applicable to the loan tenor.
6Photo URLThe URL of an image representing the loan offering, which will be displayed to your customers.



Here is a step-by-step guide on how to configure this dynamic offerings from your admin console.


1. Login to the admin console


2. Click on "Loan products" under "Product Management" from the side navigation bar.


3. Create a new loan product or click on an existing one.


4. Click on the "Products Attributes" tab in the loan products page.


5. Scroll down to the attribute "Loan offerings" and click the more options icon button.

6. Click on "Edit"


7. Copy the loan offering setup into the "Value" input. 

8. Click on the "Save" button.



Below is an example of what your customers will see from your web app once this is set up completely.