/v1/customers/{customer}/tax_idsCreates a new tax_id object for a customer.
| Name | Description |
|---|---|
| customer* |
| Field | Type | Description |
|---|---|---|
| expand | array<string> | Specifies which fields in the response should be expanded. |
| type* | string | Type of the tax ID, one of |
| value* | string | Value of the tax ID. |
| Field | Type | Description |
|---|---|---|
| country | string | Two-letter ISO code representing the country of the tax ID. |
| created* | integer (unix-time) | Time at which the object was created. Measured in seconds since the Unix epoch. |
| customer | string | customer | ID of the customer. |
| customer_account | string | ID of the Account representing the customer. |
| id* | string | Unique identifier for the object. |
| livemode* | boolean | If the object exists in live mode, the value is |
| object* | string | String representing the object's type. Objects of the same type share the same value. |
| owner | tax_i_ds_owner | The account or customer the tax ID belongs to. |
| type* | string | Type of the tax ID, one of |
| value* | string | Value of the tax ID. |
| verification | tax_id_verification | Tax ID verification information. |