API Reference

This endpoint allows you to verify a business for anti-money laundering (AML) along side any of the directors 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:

{
"business_number":"12345678",
"business_name":"business name",
"business_country":"UK",
"persons_aml_check":true,
"media_search":false,
"kyc": {
"endpoint": "NIGERIA_PHONE_NUMBER_BASIC",
"number": "09012345678"
}
}


All available Country codes

Body Params
string
required

Business registration number

string
required

Business registration name

string
required

Business registration country code ( ISO 3166-1 alpha-2 format eg NG for nigeria)

boolean

This indicate if you want to run AML screening on directors

boolean

This indicate if you want to run media search on the business

json
Defaults to { "endpoint": "NIGERIA_PHONE_NUMBER_BASIC", "number": "09082455123" }
Responses

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