For the complete documentation index, see llms.txt. This page is also available as Markdown.

Perform Multi-Bureau Check

Use the API to run multi-bureau identity verification checks across trusted data sources.

Overview

This guide shows you how to run a Multi-Bureau Check using the ComplyCube API.

Integration steps

Multi Bureau Check API Guide
1

Create a client

The first step in creating any check is to add a client from your backend server. A client can represent either a person or a company.

For this type of check, a client of type person must be created.

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

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.

The response will contain an id (the Address ID). It is required later.

Example request for creating an address

Example response

3

Create a check

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

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

Example request for creating a check

Example response

4

Retrieve results

ComplyCube will then run the check. You can retrieve its outcome and detailed breakdown via the API, or review the results in the Portal.

If you have set up webhooks, you’ll also receive a notification once the check is complete.

Example request for retrieving the check outcome

Example response