Step 1. On-board with Lendica
Welcome to Lendica. We are excited to introduce your customers to a reimagined world of financing. To get started, select your integration path and plug Lendica in!
For those who have no on-boarded yet, please follow the link below to schedule a call with our New Partners team. You will be given a partner token and get you back on track to embedded finance better!
Speak with our New Partners team
Step 2. Choose your integration
Choose an integration based on the type of system you have.
Vertical SaaS: Whether you are an ERP, POS, CRM or MRP system, Lendica iBranch provides the embedded lending experience right onto your software.
eCommerce: Use Lendica Checkout API to extend your payment options.
Step 3. Install Lendica
Include the CDN script
Before you begin integrating Lendica iBranch into your platform, you will need to install the necessary script. The installation process involves adding the Lendica JavaScript library to your project using a Content Delivery Network (CDN) script.
Development Environment
For the development environment, use the following CDN script:
<!-- CDN script development environment -->
<script src="static-idev.golendica.com/v2/lendica.js"></script>
This script provides access to the Lendica JavaScript library in the development environment, allowing you to test and experiment with the integration.
Production Environment
When you are ready to move to the production environment, replace the CDN script URL with the following script:
<!-- CDN script production environment -->
<script src="static.golendica.com/v2/lendica.js"></script>
This script provides access to the Lendica JavaScript library in the production environment, enabling you to deploy the integration to your users.