API Reference

This endpoint allows you to verify an individual for anti-money laundering (AML) along side with their ID.

Log in to see full request history

You can see the list of available KYC endpoints and their corresponding payloads that needs to be added within the KYC payload attribute KYC endpoints. Example of a request payload is as follow:

{
"first_name":"Osama",
"last_name":"laden",
"other_name":"bin",
"gender":"",
"kyc": {
"endpoint": "NIGERIA_PHONE_NUMBER_BASIC",
"number": ""
},
"media_search":false,
"check_type":["pep","sanction"]
}

Body Params
string
required
Defaults to Osama

The first name of the individual

string
required
Defaults to Laden

last name of the individual

string

Other name of individual

boolean

Set to true to get the media response on the individual

check_type
array of strings
Defaults to ["pep","sanction"]

This specify the type of records to return. Political Exposes Person (PEP) and saction

check_type
json
Defaults to { "endpoint": "NIGERIA_PHONE_NUMBER_BASIC", "number": "09182455409" }

The details to check along.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json