An identification
contains fields necessary for an ID. No need to give any dashes -
, periods .
or any other separations, just give the digits/characters itself.
Note: The first two letters of id_type
are the ISO2 country code.
Attribute | Description |
---|---|
id string | Unique identifier for the Identification. |
expiration_date | The date when the identification is no longer considered valid by the issuing authority. |
live_mode | This field will be true if this object was created with a production API key or false if created with a test API key. |
id_type | The type of identification. Pick from the table based on use case. |
id_number | ID numbers are sensitive information and are not included in API responses. |
issuing_country | Country code conforms to ISO 3166-1 alpha-2. Not needed for ID types with a country code prepended. |
issuing_region | The region in which the identification was issued. |
Here's the types we support:
| Description | Legal Entity Type | Format |
---|---|---|---|
| Código Único de Identificación Laboral |
| 11 digits |
| Clave Unica de Identificacion Tributaria |
| 11 digits |
| Cadastro Nacional de Pessoas Jurídicas |
| 14 digits |
| Cadastro de Pessoas Físicas |
| 11 digits |
| Rol Único Nacional |
| 8-9 digits |
| Rol Único Tributario |
| 8-9 digits |
| Number of Tax Identification |
| 10 digits |
| Cédulas |
| 7-11 digits |
| Government-issued motor vehicle permit |
| |
| Tarjeta de Identidad |
| 13 digits |
| Registro Tributario Nacional |
| 14 digits |
| Legal Entity Identifier |
| 20 chars |
| Business Registration Number |
| 10 digits |
| Corporate Registration Number |
| 13 digits |
| Resident Registration Number |
| 13 digits |
| International Passport Number |
| |
| Value Added Tax ID |
| 15 digits |
| Tax Identification Number |
| 10-12 digits |
| Employer Identification Number |
| 9 digits |
| Individual Taxpayer Identification Number |
| 9 digits |
| Social Security Number |
| 9 digits |
| Tax Identification Number |
| 10/13 digits |
{
"id": "c9bf2462-3a3e-41c5-b5ed-6149fbefd011",
"object": "identification",
"live_mode": true,
"id_type": "us_ein",
"issuing_country": "US",
"issuing_region": null,
"expiration_date": "2029-04-14",
"discarded_at": null,
"created_at": "2023-08-31T21:39:32.610Z",
"updated_at": "2023-08-31T21:39:32.610Z"
}