Identifications

An identification contains fields necessary for an ID.

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. The first two letters are the ISO code for the country.

One of:
ar_cuil
ar_cuit
br_cnpj
br_cpf
cl_rut
co_nit
co_cedulas
hn_id
hn_rtn
in_lei
passport
sa_vat
sa_tin
us_ein
us_itin
us_ssn
vn_tin
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"
}