Identifications

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.


Here's the types we support:

id_typeDescriptionLegal
Entity
Type
Format
ar_cuilCódigo Único de Identificación Laboralindividual11 digits
ar_cuitClave Unica de Identificacion Tributariabusiness11 digits
br_cnpjCadastro Nacional de Pessoas Jurídicasbusiness14 digits
br_cpfCadastro de Pessoas Físicasindividual11 digits
cl_rutRol Único Tributarioindividual or
business
9 digits
co_nitNumber of Tax Identificationbusiness10 digits
co_cedulasCédulasindividual7-11 digits
hn_idTarjeta de Identidadindividual13 digits
hn_rtnRegistro Tributario Nacionalbusiness14 digits
in_leiLegal Entity Identifierbusiness20 chars
kr_brnBusiness Registration Numberbusiness10 digits
kr_crnCorporate Registration Numberbusiness13 digits
kr_rrnResident Registration Numberindividual13 digits
passportInternational Passport Numberindividual
sa_vatValue Added Tax IDbusiness15 digits
sa_tinTax Identification Numberindividual10-12 digits
us_einEmployer Identification Numberbusiness9 digits
us_itinIndividual Taxpayer Identification Numberindividual9 digits
us_ssnSocial Security Numberindividual9 digits
vn_tinTax Identification Numberindividual or
business
10/13 digits

Note: The first two letters of id_type are the ISO2 country code.

AttributeDescription
id
string
Unique identifier for the Identification.
live_mode
boolean
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
string
The type of identification. Pick the correct one from the table above.
id_number
string
ID numbers are sensitive information and are not included in API responses.
issuing_country
string
Country code conforms to ISO 3166-1 alpha-2.

Not needed for ID types with a country code prepended.
{
  "id": "c9bf2462-3a3e-41c5-b5ed-6149fbefd011",
  "object": "identification",
  "live_mode": true,
  "id_type": "us_ein",
  "issuing_country": "US",
  "discarded_at": null,
  "created_at": "2023-08-31T21:39:32.610Z",
  "updated_at": "2023-08-31T21:39:32.610Z"
}