As part of our loan management services for external users, the platform allows loans to be booked for customers with fully customizable multi-tenor repayment schedules.
Prerequisites
Before creating a loan with multiple payment schedules using the Adjutor APIs, ensure the following conditions are met:
Customer Registration
The customer must already be registered on the Admin Console (app.lendsqr.com).
This can be done either by registering the user on the Admin Console or using the Create Customer endpoint in the Loan Management Module of the Adjutor APIs.Loan Product Configuration
A loan product that supports multi-tenor payments must be created or configured on the Admin Console.
For a step-by-step guide on how to create a loan product, refer to the article: How to Create a Loan ProductLoan Request Payload
When creating a loan via API, ensure the request payload:
Includes all required parameters as defined in the API documentation.
Contains multiple repayment schedules whose total duration matches the full loan tenor period.
Request Payload
Repayment schedules
Creating a Loan with Custom Schedules
Create an app on the Adjutor web application, ensuring that all required API scopes are selected under Loan management. After successful creation, retrieve your API Keys.
Pass your API keys as a Bearer token and send a POST request to Book Multi-tenor Loans, with all required fields in the request body.
If the BVN provided in the request is already linked to a customer, the loan will be successfully created.
Watch the video below for more guidance on the steps listed above.