# Sales Tax Amount

The following table describes the sales tax amount data fields from the [Transactions API](https://app.gitbook.com/s/j9heLdoDRsfnChUQohvj/api/payments/cards/transactions) request code.

<table><thead><tr><th width="163.66668701171875" valign="top">Name</th><th width="121.33331298828125" valign="top">Data type</th><th width="113.6666259765625" valign="top">Required?</th><th width="94.6666259765625" valign="top">Length</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><code>sales-tax-amount</code></td><td valign="top">String</td><td valign="top">Required</td><td valign="top">12</td><td valign="top"><p>The sales tax amount which is added to the total purchase amount. For example, 90.00.</p><p>Enter an amount of 0.01 or more in the <code>sales-tax-amount</code> field or set the <code>sales-tax-type</code> to <code>Tax_Exempt</code>.</p></td></tr><tr><td valign="top"><code>sales-tax-type</code></td><td valign="top">String</td><td valign="top">Required</td><td valign="top">Not any</td><td valign="top"><p>The type of sales tax. Available types are:</p><ul><li><code>LOCAL_SALES_TAX</code>: Xplor Pay sets this type by default when the <code>sales-tax-amount</code> is 0.01 or more.</li><li><code>TAX_EXEMPT</code>: Xplor Pay sets this type by default when the <code>sales-tax-amount</code> is 0.00.</li></ul></td></tr></tbody></table>
