Perform Multi-Bureau Check

You can run this check immediately via our Demo Postman collection. It's publicly available and doesn't require an account.

Overview of flow

Multi-Bureau check API flow

1. Create a client

The first step in creating any check is to create a client from your backend server. For this type of check, a client of type person must be created.

Example request for creating a client

Example response

The response will contain an id (the Client ID). It is required for the next step.

2. Create an address

Create an address by providing the Client ID and address details.

Example request for creating an address

Example response

The response will contain an id (the Address ID). It is required for the next step.

3. Create a check

Create a check by providing the Client ID, Address ID and check type.

Example request for creating a check

Example response

The response will contain an id (the Check ID). It is required for the next step.

4. Retrieve outcome

ComplyCube will perform the check. You can retrieve a check's outcome and breakdown via the API.

If you have set up webhooks, a notification is sent upon completion of the check.

Example request for retrieving the check outcome

Example response

Learn more about result outcome and breakdown ➔

Last updated

Was this helpful?