Introduction

The loan product web SDK allows you to embed a loan application experience directly on your own website. Instead of redirecting users to an external portal, the SDK opens a loan application widget (as a modal) right on your site.

Steps

To embed the SDK for a specific loan product on your website, follow these steps:

  1. Log in to the Admin Console and navigate to Back Office > Product Management > Loan Products.

  2. Click on the loan product for which you want to generate a web SDK. This takes you to the product details page.



  1. Scroll to the bottom of the page. Under the Web SDK section, you’ll find two code snippets:

    • Script tag: This is the core widget script that powers the modal behavior.

    • Button tag: An HTML button you can use to trigger the widget.

  2. Configure the web SDK by clicking “configure SDK

  1. Configure your preferred button text and colour and click “Create”.

  1. Copy both the script and button code to your website.

    • Copy and paste the script tag into your head tag

    • Place the button tag wherever you want the loan application trigger to appear.

    

Once implemented, clicking the button will open the loan application modal for that specific product, allowing users to apply without leaving your site.