Clients
Clients are a core resource to all ComplyCube services.
A client represents the person or company you will perform on the various checks. To initiate a check, you must first create a client.
The API allows you to create, retrieve, update, and delete your clients. You can retrieve specific clients as well as a list of all your clients.
The Client object
Attribute | Type | Description |
|
| The unique identifier for a client. |
|
| The type of client. Valid values are:
|
|
| The client's full name. |
|
| The client's email address. |
|
| The client's mobile number. |
|
| The client's telephone number. |
|
| A unique identifier that you can associate with the client. For example, this can be the client ID in your system. |
|
| The date and time when you registered the client. This is relevant for users that migrate existing clients. The format is |
|
| Details for a client of type |
|
| Details for a client of type |
|
| The date and time when the client was created. |
|
| The date and time when the client was updated. |
The personDetails
object
personDetails
objectAttribute | Type | Description |
|
| The person's first name. |
|
| The person's middle name. |
|
| The person's last name. |
|
| The person's date of birth. The format is |
|
| The person's gender. Valid values include:
|
|
| The person's nationality. This will be the two-letter country ISO code. |
|
| The person's birth country. This will be the two-letter country ISO code. |
The companyDetails
object
companyDetails
objectAttribute | Type | Description |
|
| The company's name. |
|
| The company's website. |
|
| The company's registration or incorporation number. |
|
| The company's incorporation country. This will be the two-letter country ISO code. |
|
| The company's incorporation type. Valid values include:
|
Last updated