Tax reporting
Learn about different reporting available in Stripe Tax.
Stripe Tax provides reports of completed transactions, and it provides three different kinds of reports:
- Itemized exports show a detailed view of completed transactions for all locations, or a country or state.
- Summarized exports show an aggregated view of completed transactions by location.
- Location reports show an aggregated view of completed transactions for your registrations in the US and Canada.
To access these reports, navigate to the Registrations page on the Dashboard.
Warning
In May 2024, we updated jurisdictions in our location reports, itemized exports, and summarized exports for increased consistency across Stripe Tax. These changes include:
- Splitting some jurisdictions into multiple sub-jurisdictions
- Changing the names of some jurisdictions
As a result, jurisdiction names in transactions before and after May 2024 might not be identical.
Exports
Exports are CSV files that contain details of completed transactions where you enabled Stripe Tax. Typically, new transactions become available within a day of completion.
Itemized exports
Itemized exports contain a detailed view of the line item level tax breakdown for every transaction. You might have multiple rows per line item if you have multiple jurisdictions imposing tax. This amount of detail can help with filing tax in jurisdictions that require more details in tax reports.
Itemized exports also contain non-taxable transactions. Non-taxable transactions are transactions in locations where you’re not registered, in locations that Stripe Tax doesn’t support, or locations where no jurisdiction imposes tax. You can filter out these transactions by selecting Exclude non-taxable transactions when exporting.
Sub-state level reportingUnited States
Use itemized exports for US states that require sub-state level reporting.
One Stop Shop (OSS)EU
If you’ve registered for the One Stop Shop (OSS) within the European Union, you can download an itemized export of all your EU transactions. This export can assist in preparing your VAT OSS return. Itemized exports include non-taxable transactions (unless purposely excluded) and domestic transactions, which you don’t need to report in an OSS return. Make sure to filter out domestic transactions in your export.
Summarized exports
Summarized exports contain an aggregated view of transactions per jurisdiction. In certain cases, such as when currencies or tax rates vary, you might have multiple rows per jurisdiction.
Summarized exports don’t contain non-taxable transactions, unlike itemized exports.
Regional considerations
Use this export for country-level filings and VAT OSS, and for simpler US states.
Imports
We’re building a feature that lets you import transactional data from platforms such as Amazon, Shopify, and eBay into Stripe Tax. By consolidating your transactional data, you can:
- Eliminate the need to reconcile and aggregate across different platforms.
- Stay compliant by having the most accurate view of your tax obligations at all times.
Sign up below if you want to participate in the beta. If selected, we’ll contact you with more information about the next steps.
Location reports
Location reports provide a summary of transaction and refund data aggregated for specific locations. Every location report follows the filing and formatting requirements of the location it’s generated for, and aligns with the specific filing periods of its online filing portal. You can select the frequency and period within the report, as determined by the location.
Stripe provides location reports for the US and Canada. You can only view location reports in the Dashboard and can’t download them.
Stripe Tax currently doesn’t support use cases beyond your transaction data, such as credits, prepayments, discounts, and so on. As a result, the final numbers for your business’s filing might vary.
Caution
Location reports include transactions starting from January 1, 2023, and support fiscal annual periods from 2024 onward. To access your transaction data from 2022, use itemized or summarized exports.
Refunds
Location reports include refunds associated with an original transaction in the same period as the original transaction, even if the refund occurred much later. This can affect the aggregated amounts in a report. Stripe doesn’t allow the reassigning of refunds to alternate periods.
Tax types
Location reports support sales or use tax types only.
For more detailed breakdowns including other tax types, use itemized exports.
Location specific considerations
The locations listed below have additional report considerations:
Access data using exports and reports
Itemized and summarized exports
- Navigate to the Registrations page on the Dashboard.
- Click Export transactions.
- Specify the date range and time zone.
- Select either Itemized export or Summarized export. If you selected Itemized export:
- Select the Columns you want.
- Select whether to Exclude non-taxable transactions or not.
- Click Export. The export might need time to process.
Itemized exports by location
- Navigate to the Registrations page on the Dashboard.
- Click the location you want to generate an export for.
- Click Export transactions.
- Specify the date range and the time zone.
- Select the Columns you want
- Select whether to Exclude non-taxable transactions or not.
- Click Export. The export might need time to process.
Location reports
- Navigate to the Registrations page on the Dashboard.
- Click the location whose location report you want to access.
- Select the Frequency.
- Select the Period.
Scheduled Tax reports
Stripe can generate your Tax reports on a schedule.
Itemized and summarized exports
- Navigate to the Registrations page on the Dashboard.
- Click Export transactions.
- Click Schedule…
- Select the Schedule you want to receive your reports by: Daily, Weekly, or Monthly. To disable scheduled reports, select None.
- Select Columns for Itemized tax transactions. We recommend exporting All columns for completeness.
- Click Save.
Itemized exports by location
- Navigate to the Registrations page on the Dashboard.
- Click the location you want to schedule Tax reports for.
- Click Export transactions.
- Click Schedule…
- Select the Schedule you want to receive your reports by: Daily, Weekly, or Monthly. To disable scheduled reports, select None.
- Select Columns. We recommend exporting All columns for completeness.
- Click Save.
Location reports
You can’t schedule location reports.
Giving access to your accountant
If you want to give access to your accountant or other trusted third parties to access your Tax reports, you can invite them as a team member.
After you invite them, your accountant (or others) can perform the same steps described above to access location reports, itemized, and summarized exports.
Security tip
Give your users the smallest set of permissions possible that they can still perform their duties with.
For accessing Tax reports, we recommend the View Only role. See user roles to learn what this role can and can’t do.
Tax calculations recorded in reports
Stripe Tax exports include transactions created using Stripe Tax API and operations on Stripe objects with automatic_
.
Note
We consider transactions effective on the date they finalize and we don’t recalculate taxes afterwards.
The following operations increase the balance of total tax reported:
- The customer completes a payment in a Checkout Session. This also applies to Checkout Sessions created through Payment Links.
- Finalizing an invoice. This applies to one-off invoices and recurring (subscription) invoices. Invoice finalization happens when the state of the invoice transitions from a
draft
to anopen
state. This transition happens before the invoice is paid. - Transitioning the state of an invoice from
uncollectible
topaid
through the Pay Invoices API. - Voiding a credit note.
- Creating a tax transaction using the Stripe Tax API.
The following operations decrease the balance of total tax reported:
- Voiding an invoice.
- Marking an invoice as uncollectible.
- Creating a credit note.
- Creating a refund of a charge associated with an invoice or a Checkout Session.
- Creating a reversal of a tax transaction using the Stripe Tax API.
The following operations aren’t reflected in Tax reports:
- Disputes that are upheld by the cardholder’s bank. Stripe Tax doesn’t decrease the balance of the collected total tax.
- Refunds of uncaptured amounts of a payment. This can happen when performing a partial capture for payments of Checkout sessions using capture_method=manual. When the capture amount is lower than the original amount, Stripe Tax doesn’t reduce the total balance of the collected tax.
Tax data in Sigma and Data Pipeline
If you want to create tailored reports for your specific needs, sign up for Sigma or Data Pipeline. For guidance on querying and creating custom tax data reports, see our guide on Querying Tax data.