> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.suby.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Taxes & VAT Handling

> How Suby calculates, collects, and remits taxes automatically on every transaction.

This page covers the technical details of how tax handling works on Suby. For a product-level overview, see [Global Tax & Compliance](/v2/docs/features/tax-compliance).

## How It Works at Checkout

<Steps>
  <Step title="Location detected">
    Suby detects the customer's location from their billing address, cross-referenced with IP geolocation.
  </Step>

  <Step title="Tax identified">
    The applicable tax type and rate for that jurisdiction are identified in real time.
  </Step>

  <Step title="Tax applied">
    The tax is applied to the transaction automatically, tax-inclusive or tax-exclusive depending on the jurisdiction.
  </Step>

  <Step title="Tax collected">
    Tax is collected as part of the payment at checkout.
  </Step>

  <Step title="Tax remitted">
    Suby files and remits the tax to the relevant authority on your behalf.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/suby/763qk24TXoTgmPpN/images/newcheckout.png?fit=max&auto=format&n=763qk24TXoTgmPpN&q=85&s=10f4cbea254826c3433b2dcda3c5e7bc" alt="Newcheckout" width="2900" height="1644" data-path="images/newcheckout.png" />
</Frame>

## Coverage

| Tax type                     | Jurisdictions                                               |
| ---------------------------- | ----------------------------------------------------------- |
| VAT (Value Added Tax)        | European Union, United Kingdom, and other VAT jurisdictions |
| GST (Goods and Services Tax) | Australia, Canada, India, New Zealand, and others           |
| Sales tax                    | United States, state and local level                        |
| Digital services taxes       | All applicable jurisdictions globally                       |

## B2B Transactions

For business customers in VAT jurisdictions, Suby supports reverse charge mechanisms where applicable. When a customer provides a valid VAT ID at checkout, the transaction is treated as a B2B sale and the reverse charge is applied automatically.

## What You Remain Responsible For

Tax coverage through Suby applies to sales taxes on transactions, VAT, GST, and equivalent taxes. It does not cover your own income tax or corporate tax obligations in your jurisdiction.

<Note>
  You remain responsible for declaring and paying your own income and corporate tax. If you have specific questions about how taxes apply to your business, consult a tax advisor or [contact the Suby team](https://www.suby.fi/support).
</Note>

## FAQ

<AccordionGroup>
  <Accordion title="Do my customers see the tax amount at checkout?">
    Yes. In jurisdictions where tax-inclusive pricing is standard (such as most of the EU), the price shown already includes tax. In others (such as the US), tax is shown as a separate line item.
  </Accordion>

  <Accordion title="What if a customer provides a fake location?">
    Suby uses a combination of billing address and IP geolocation to determine the customer's location. If the two signals conflict, additional checks are applied. Fraudulent location misrepresentation is the customer's liability, not yours.
  </Accordion>

  <Accordion title="Do I get a breakdown of taxes collected?">
    Yes. Your dashboard shows a breakdown of taxes collected per transaction and per period, which you can export for your own accounting records.
  </Accordion>

  <Accordion title="Does Suby handle US sales tax nexus?">
    Yes. Suby calculates and remits US sales tax at the state and local level based on the customer's location, including economic nexus rules. You do not need to track nexus thresholds yourself.
  </Accordion>
</AccordionGroup>
