Collect taxesBeta
Use Stripe Tax to collect taxes.
Private preview
The Custom Checkout integration is in private preview. To request access, click here.
Set up Stripe Tax
Activate Stripe Tax in the Stripe Dashboard.
Add registrations
Configure your Stripe Tax registrations in the Stripe Dashboard. You’ll see zero tax amounts for anywhere you’re not registered to collect tax.
Check our tax guide for more information on registrations.
Configure your checkout session to collect tax
To start collecting tax:
- Pass automatic_tax[enabled]=true.
- Specify a tax_code for each line item or set a preset tax code in the Dashboard.
- Specify a tax_behavior for each line item or set a default tax behavior in the Dashboard.
Tax codes
Tax codes associate products with tax rates. Choose the tax code that best fits your product from the list of available tax codes. If a product doesn’t fit any of the specific codes, use one of the codes with “General” in its name.
Tax behavior
The tax behavior determines how tax is presented to the buyer. There are two options for tax behavior:
- Exclusive: The product price doesn’t include tax. Tax is added as a separate amount.
- Inclusive: The product price includes any tax amount.
Learn more about tax behavior.