Response-Only and Inactive Fields
Some fields 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
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 the service. |
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
Field | Description |
---|---|
invoice_timestamp | Timestamp for invoices. |
external_unique_id | Identifier for external purposes. |
Updated over 1 year ago