Tax Components Schema
The tax_components
schema returns information that is specific to US and Canadian refunds.
You can also use it in Informative Invoices.
It contains the following fields:
Field | Type | Description |
---|---|---|
revenue | Number | The refund’s monetary value or amount. |
revenue_base | Number | The part of the amount that can be taxed. |
tax_result | String | States whether the amount is taxable, non-taxable or exempt. |
city | String | City |
tax_rate | Number | Tax rate. |
tax_amount | Number | The amount of tax that was paid. |
county | String | County |
tax_authority_name | String | The name of the Tax Authority. |
tax_authority_id | String | The identifier for the Tax Authority. |
tax_name | String | The name of the tax. |
percent_taxable | Number | The percentage of the amount that can be taxed. |
jurisdiction_code | String | Code that identifies the jurisdiction. |
jurisdiction_type | String | Identifies the type of jurisdiction. |
state_code | String | Code that identifies the State. |
refunded_tax_amount | Number | Amount that has been refunded. |
calculated_tax_rate | Number | If the revenue field is not equal to the base_revenue field, this field shows the tax rate that is used. |
calculate_tax_rate_used | Boolean | A Boolean that indicates if the calculated_tax_rate field is present. |
Updated 6 months ago