πŸ’²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 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.

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

You can now see Taxjar enabled on your account

To enable collecting shipping details from Express checkout wallets, you need to enable 'Collect shipping details from wallets' toggle.

  • Click on Developers then Payment Settings.

  • For the particular profile id enable the 'Collect shipping details from wallets'

Skipping Tax calculation for a particular payment:

skip_external_tax_calculation (boolean)

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”

Last updated