Skip to content
Create account or Sign in
The Stripe Docs logo
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Billing
OverviewAbout the Billing APIs
Subscriptions
Invoicing
Usage-based billing
Quotes
Customer management
Billing with other products
Revenue recovery
Automations
Scripts
Test your integration
Tax
Overview
Use Stripe Tax
Tax rates
Manage compliance
Reporting
Overview
Select a report
Configure reports
Reports for multiple accounts
Reports API
Revenue recognition
Data
Overview
Query business data
Analytics API
Sigma
Data Pipeline
Next generation of Data PipelineDatabase
Import external data
United States
English (United States)
  1. Home/
  2. Revenue
Private preview

Next generation Data PipelinePrivate preview

Access real-time Stripe data with a direct mapping to the Stripe API.

Stripe Data Pipeline allows you to sync real-time Stripe API data to external destinations (currently only Google Sheets).

Next generation Data Pipelines continuously stream your Stripe data to your configured destinations. When any data changes in your Stripe account—a new payment, a subscription update, a customer change—the updated information appears in your connected destinations in real time.

Because the data schema is a direct mapping to the public Stripe API, you can reference the API documentation to understand the structure and fields available in your synced data.

Data availability

Data pipelines can include everything in the public Stripe API that supports a list endpoint. This means:

  • All listable resources are available: charges, customers, subscriptions, payment intents, invoices, and so on.
  • Resources that return a single object rather than a list aren’t available. For example, Balance is a single object and can not be synced.
  • Next generation Data Pipelines only include data available through the public API.

You control which tables to sync. You can enable or disable syncing for individual tables at any time through the Dashboard.

Google Sheets destination

Next generation Data Pipelines currently support Google Sheets as a destination. When you enable this feature, Stripe creates a Google Sheet in your Google account that you maintain full ownership over. The sheet updates in real time as your Stripe data changes.

Compare Data Pipeline versions

Use the following table to understand the differences between Data Pipeline and next generation Data Pipeline.

FeatureData Pipeline Data Pipeline next generation
Data latency3-hour refresh intervals Real-time
Data SchemaStripe Data Schema Direct mapping to the Stripe API
Google Sheets destination
Real-time streaming
No-code setup
Sandbox support
Multiple Stripe accounts
AvailabilityGenerally available Private preview
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Chat with Stripe developers on Discord.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc
On this page