# Introduction

The Adjutor APIs are designed primarily with lenders in mind, however, organizations that would like to onboard non-fraudulent users to the platform would also benefit from our API service. By integrating Adjútor into your workflows, you would be able to use them in the following ways to bring assurance to your business;

## Validation

Our validation APIs allow you confirm certain details that your customers have provided. Using the validation APIs would allow you to confirm the authenticity of the customers you have on your platform. Below are use cases for our various validation APIs

{% tabs %}
{% tab title="BVN image match" %}

> Confirm the identities of your customers by comparing their profile image against the image from their Bank Verification Number (BVN). Filter through potential fraudsters who may be impersonating others by implementing the BVN image match check.
> {% endtab %}

{% tab title="Bank account verification" %}

> Verify the account information your customers submit by running name enquiry checks on the accounts and verifying the validity of these accounts.&#x20;

{% hint style="info" %}

#### Note

You can also take this a step further by cross referencing the BVN linked to the account number against the BVN submitted by customer if you collect such information.
{% endhint %}
{% endtab %}

{% tab title="Karma lookup" %}

> Prevent customers who have been blacklisted for committing fraud or defaulting on loans across the FinTech space from onboarding on your platform. Run Karma checks using their email, phone number, BVN etc. to protect your business from potential bad actors.

> If user count is important to your business, you can allow these users (potential bad actors) onboard but prevent them from performing key actions like take loans, perform transactions by running Karma checks before these actions can be performed.

{% hint style="info" %}

#### What's Karma?

Karma is one of the largest blacklists of chronic defaulters and fraudsters within the Nigerian credit space. Using identifiers for the user such as email, phone number, BVN, etc., you can call the endpoint to confirm the existence of such information within the database.
{% endhint %}
{% endtab %}

{% tab title="Ecosystem lookup" %}

> Adjútor allows you to access our rapidly growing ecosystem of users (accumulated over time) which you can tap into to know more about their past performance with other lenders. Generate rich insights on a customer's credit history on the Lendsqr ecosystem with the Ecosystem API.&#x20;
> {% endtab %}
> {% endtabs %}

## Decisioning

Our decisioning APIs will are geared to helping you make well-informed credit decisions using our decision engine. At the moment, you can generate credit scores using the [#oraculi-scoring](https://docs.adjutor.io/adjutor-api-endpoints/decisioning#oraculi-scoring "mention")APIs

{% tabs %}
{% tab title="Oraculi scoring" %}

> Our service helps lenders to develop/finetune a scoring model (a range of metrics to determine the creditworthiness of a person or business)**.**&#x20;

> Your scoring model is based on the RAC parameters that you have defined and set aside for your loan products. Assign scores to the various field options your customers can provide and get a cumulative score which can help you decide if the customer is creditworthy or not.

{% hint style="info" %}
Note

Lendsqr offers a proprietary scoring model that you can make use of provided that you collect the same details as is in the module.
{% endhint %}
{% endtab %}
{% endtabs %}

## Credit Bureaus

The Credit Bureaus APIs are extensions of our partnerships with CRC Credit Bureau and FirstCentral Credit Bureau. Two of the three credit bureaus in Nigeria. you also get the CRC API checks at a relatively cheaper&#x20;

{% tabs %}
{% tab title="Credit History checks" %}

> Determine your customer's credit history before giving them a loan. Run checks using either the [CRC Credit Bureau](https://api.adjutor.io/#8d19c5d1-450c-43ca-b136-6f9541ee5603) or [FirstCentral Credit Bureau](https://api.adjutor.io/#89a04480-4a51-46c4-8342-3dc84e411077) APIs to determine if a customer has a history of defaulting on loans on several platforms or if they have a good credit standing.

> If you want to be even more cautious, run checks with both APIs (in sequence for cost effectiveness) to ensure you get maximum coverage.&#x20;
> {% endtab %}
> {% endtabs %}

## Direct Debit

Our Direct Debit APIs are designed to help you streamline and automate the process of setting up and managing direct debits for your customers.&#x20;

{% tabs %}
{% tab title="Create Mandates" %}
Create mandates on your customer's bank accounts using our Create Mandate endpoint. As soon as the mandate is created, you should inform the customer of the next steps about how to activate the mandate.&#x20;
{% endtab %}

{% tab title="Check for bank balances" %}
Using our lookup APIs, confirm the account balance of customers before triggering a debit of the loan amount.&#x20;
{% endtab %}

{% tab title="Automate repayments" %}
Configure schedules for loan repayment. With this configured, you don't need to worry about the stress of reaching out to customers to pay back their loans. Also, customers don't need to manually make payments for their loans.&#x20;
{% endtab %}
{% endtabs %}
