Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Export tax transactions


Private preview

Export tax transactions Private preview

Enable connected account to generate summarized export of tax transactions.

The export tax transactions component lets your connected account generate and download summarized tax reports necessary for filing. This component enables platform users to select a date range and time zone, and access tax data formatted for local jurisdictions. It doesn’t require direct Stripe Dashboard access. For more details on the data in the report, see summarized exports.

The export tax transactions component is a private preview component that requires using preview versions of Stripe SDKs. This component requires version ">=v3.3.29-preview-1" of the react-connect-js SDK or ">=v3.3.30-preview-1" of the connect-js SDK. Learn more about private preview components.

Integrate the export tax transactions component

When creating an Account Session, enable the product tax code selector component by specifying export_tax_transactions in the components parameter.

Command Line

Select a language

cURL

Ruby

Python

PHP

Java

Node.js

Go

.NET

No results

After creating the account session and initializing Connect.js, render the export tax transactions component in the front end:

productPage.jsx

Select a language

React

HTML + JavaScript

No results

// Include this React component
import {
 ConnectExportTaxTransactions,
 ConnectComponentsProvider,
} from "@stripe/react-connect-js";

return (
 <ConnectComponentsProvider connectInstance={stripeConnectInstance}>
 <div>
 <h2>Export Tax Transactions</h2>
 <ConnectExportTaxTransactions />
 </div>
 </ConnectComponentsProvider>
);

Request early access Private preview

Request to join the preview for the export tax transactions embedded component.

Enter your email to request access.

See also

Last verified 2026-09-24

Is this helpful?