> For the complete documentation index, see [llms.txt](https://docs.hyperswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperswitch.io/other-features/e-commerce-platform-plugins/automatic-tax-calculation-for-express-checkout-wallets.md).

# Automatic Tax calculation for Express Checkout wallets

Setup Taxjar on Hyperswitch to automatically calculate tax in case of Express checkout wallets

Hyperswitch supports configuring [Taxjar](https://www.taxjar.com/) in your dashboard as a tax connector so that tax amount can be calculated automatically whenever your customers change their shipping address on Express Checkout wallets like Apple pay and Paypal

## How to configure Taxjar on Hyperswitch?

You can enable taxjar from the hyperswitch dashboard:

* Go to Sandbox dashboard: <https://app.hyperswitch.io>
* Click on Connectors and under Connectors click on Tax Processors.
* To enable Taxjar click on the Connect button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfw_4V1zufm4H1g4NIRI_PLzz7GsYvDLcLjjqhC_ZvyOPa3fr0RavKs9dPCORPHDh-yDxtiLZ6oPt5aZgFUfb1Eo9uT7RYyuuIvt1KBT4_upYYcG0z6RZuK9WB4hzPKa2NEV9riSN4xpZC70AyiO8tAGMS8?key=60G18knFKBKAyEyzRsD8JA" alt=""><figcaption></figcaption></figure>

* Select the profile id and fill the sandbox token from your Taxjar dashboard. Also add Connector label as well, then click Connect and proceed.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfSQL9j8A1VSqoj0J4Lmh3Adws7Zjr_2wrqOygaIeUkCTl8mXTFzs47hhB63GtEYJIqs0Guk-QsCTzctd6zC_dKRO2TPleduk0blC9OS1oLqgESLmxfwhKOU9guxvG1zlJYlGYQUDpCHnu_2k-AMDryR8Q?key=60G18knFKBKAyEyzRsD8JA" alt=""><figcaption></figcaption></figure>

You can now see Taxjar enabled on your account

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXecyIrQta6I2HnYLBvOAWlEuuRhjURWL70TgNAN45Ctb83XldY1ylNBpPIrY9Bl66z4-z1bUpJ14ySxwx14SKYwyH92kioaercqUK6On8OR4s-uZESL7NkykM-E1eDtXcSnKiC3kYhSG_Igr-BxtUV9wPp3?key=60G18knFKBKAyEyzRsD8JA" alt=""><figcaption></figcaption></figure>

To enable collecting shipping details from Express checkout wallets, you need to enable '*<mark style="color:red;">Collect shipping details from wallets</mark>*' toggle.

* Click on Developers then Payment Settings.
* For the particular profile id enable the '*<mark style="color:red;">Collect shipping details from wallets</mark>*'

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfcuPydxmKYpa-4hHwg9X6-SgJNg_2kz-MIiqHjvt8G-qKL-rk7nr1wLE8qP0vmO10xRXaDf3oNvzSR1g9tXXatXHraPB094wUDONI62yAn5sumturz9f6XWduNqScDndCa-ofR-BYtVJpQSjU2O-5Jvh0h?key=60G18knFKBKAyEyzRsD8JA" alt=""><figcaption></figcaption></figure>

### Skipping Tax calculation for a particular payment:

<mark style="color:red;">`skip_external_tax_calculation (boolean)`</mark>

This field is optional for payments create calls and the default value is set to “false”, which means tax will be calculated dynamically. If you explicitly do not want to calculate taxes for a particular order, pass this boolean with value as “true”

\\


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hyperswitch.io/other-features/e-commerce-platform-plugins/automatic-tax-calculation-for-express-checkout-wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
