Response-Only and Inactive Fields
Read about fields that are only sent in responses from the API, or are inactive for a specific request.
Warning
If you have used these fields in existing requests, you need to remove them or they may cause a validation error.
Response-Only Fields
Some fields are only available in the responses sent by the API. The values for these fields are generated by the API and you cannot use these fields in requests to the API.
These are outlined in the following table:
Field | Description |
---|---|
seller_code | Internal identifier for sellers. |
line_key | Transaction line identifier. |
update_timestamp | Timestamp for updates. |
tax_timestamp | Timestamp for tax calculation. |
tax_liability_owner_code | Tax liability owner identifier. |
tax_exempt | Indicates whether transaction line is liable for tax. |
tax_amount | The amount of tax amount for the line. This is calculated by Taxamo. |
reverse_charge | Indicator for reverse charges. |
correlated_fee_key | Indicator for correlated fee. |
invoice_status | The status of an invoice. |
tax_address_kind | Identifier for the type of address. |
tax_country_code | Identification code for the tax country. |
Inactive Fields for Calculate Tax Request
The fields listed in the following table cannot be used with the Calculate Tax request:
Field | Description |
---|---|
invoice_timestamp | Timestamp for invoices. |
external_unique_id | Identifier for external purposes. |
Updated over 1 year ago