if you are building a digital lending system, abierta can help you
- you can use abierta to create and track loan requests
- we can help you disburse your loans automatically
- we can help you make better decisions, and help you lend smarter and more effectively
- our API enables you to handle collections automatically using either the remita debit mandate or cards
For traditional lending, abierta pairs well with the core lending platform to enabling you to track all loan requests, loans, and repayments and provide you with insights to lend smarter with metrics
Now, let's take you through one way you could implement these endpoints to maximize abierta for your lending process. You are welcome to customize the workflow by consulting the to suit your specific needs.
1. Creating a User server side
Every loan request is tied to a user - the person who the loan was requested for, so the first step when creating a loan request for a new user is usually to on the configure platform.
Loan approval can be triggered either from the configure dashboard or via this integration, allowing you more flexibility in your workflow. Most of our existing customers opt to approve a loan request from the dashboard.
If you are approving a loan request from the API integration, you are required to send the terms of the approval, containing the following;
1. approved_amount: how much has been approved for the customer from the required amount.
2. rate: the interest rate for the loan
3. tenure: the length of time before the loan matures
4. tenured_in: what the tenure is measured in. allowed values are months, days, weeks
5. rate_type: allowed values are simple-interest, compound-interest, and fixed-amount
6. frequency: how often the loan would be paid back within the tenure, allowed values are daily, weekely, bi-weekly, monthly
7. note:
This integration, uses two configure API objects, to .
This integration allows you to submit a loan request.
When a user has created a loan request and added additional information that you require for your loan product such as the , ,, you can trigger this endpoint to for consideration.