Attributes
- idstring
Unique identifier for the object.
- countrynullable string
Two-letter ISO code representing the country of the tax ID.
- customernullable stringExpandable
ID of the customer.
- typeenum
Type of the tax ID, one of
ad_
,nrt ae_
,trn ar_
,cuit au_
,abn au_
,arn bg_
,uic bh_
,vat bo_
,tin br_
,cnpj br_
,cpf by_
,tin ca_
,bn ca_
,gst_ hst ca_
,pst_ bc ca_
,pst_ mb ca_
,pst_ sk ca_
,qst ch_
,uid ch_
,vat cl_
,tin cn_
,tin co_
,nit cr_
,tin de_
,stn do_
,rcn ec_
,ruc eg_
,tin es_
,cif eu_
,oss_ vat eu_
,vat gb_
,vat ge_
,vat hk_
,br hr_
,oib hu_
,tin id_
,npwp il_
,vat in_
,gst is_
,vat jp_
,cn jp_
,rn jp_
,trn ke_
,pin kr_
,brn kz_
,bin li_
,uid ma_
,vat md_
,vat mx_
,rfc my_
,frp my_
,itn my_
,sst ng_
,tin no_
,vat no_
,voec nz_
,gst om_
,vat pe_
,ruc ph_
,tin ro_
,tin rs_
,pib ru_
,inn ru_
,kpp sa_
,vat sg_
,gst sg_
,uen si_
,tin sv_
,nit th_
,vat tr_
,tin tw_
,vat tz_
,vat ua_
,vat us_
,ein uy_
,ruc uz_
,tin uz_
,vat ve_
,rif vn_
, ortin za_
. Note that some legacy tax IDs have typevat unknown
Possible enum valuesad_
nrt ae_
trn ar_
cuit au_
abn au_
arn bg_
uic bh_
vat bo_
tin br_
cnpj br_
cpf Show 71 more - valuestring
Value of the tax ID.
More attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - ownernullable object
The account or customer the tax ID belongs to.
- owner.
accountnullable stringExpandable The account being referenced when
type
isaccount
. - owner.
applicationnullable stringExpandable The Connect Application being referenced when
type
isapplication
. - owner.
customernullable stringExpandable The customer being referenced when
type
iscustomer
. - owner.
typeenum Type of owner referenced.
Possible enum valuesaccount
Indicates an account is being referenced.
application
Indicates an application is being referenced.
customer
Indicates a customer is being referenced.
self
Indicates that the account being referenced is the account making the API request.
- verificationnullable object
Tax ID verification information.
- verification.
statusenum Verification status, one of
pending
,verified
,unverified
, orunavailable
.Possible enum valuespending
unavailable
unverified
verified
- verification.
verified_ addressnullable string Verified address.
- verification.
verified_ namenullable string Verified name.
{ "id": "txi_1NuMB12eZvKYlo2CMecoWkZd", "object": "tax_id", "country": "DE", "created": 123456789, "customer": null, "livemode": false, "type": "eu_vat", "value": "DE123456789", "verification": null, "owner": { "type": "self", "customer": null }}