The Tax ID object 

Billing
Tax IDs
The Tax ID object

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_tin, or za_vat. Note that some legacy tax IDs have type unknown

    Possible enum values
    ad_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 value false 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 is account.

    • owner.applicationnullable stringExpandable

      The Connect Application being referenced when type is application.

    • owner.customernullable stringExpandable

      The customer being referenced when type is customer.

    • owner.typeenum

      Type of owner referenced.

      Possible enum values
      account

      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, or unavailable.

      Possible enum values
      pending
      unavailable
      unverified
      verified
    • verification.verified_addressnullable string

      Verified address.

    • verification.verified_namenullable string

      Verified name.

The Tax ID object
{
"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
}
}