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

# Stripe (Data Sync)

> Sync Stripe billing data into your warehouse for subscription, payment, and revenue analysis.

Humm syncs your Stripe data into your warehouse via Airbyte, then queries the synced copy through your warehouse integration. This is a good fit if you want Stripe data joined with product, CRM, or support data in one place.

## Source Type

<Card title="Sync" icon="arrows-rotate">
  Humm copies Stripe data into your warehouse on a schedule. Humm then queries the synced tables rather than calling Stripe live.
</Card>

See [Choosing a Source Type](/integrations/overview#choosing-a-source-type) for help deciding.

## What Gets Synced

Stripe sync supports a broad set of billing and payments data, including:

* Customers
* Charges
* Invoices and invoice line items
* Subscriptions and subscription items
* Payment intents and payment methods
* Refunds and disputes
* Products, plans, and prices
* Payouts and balance transactions
* Events and promotion codes

Large high-volume streams like events, charges, and balance transactions are split automatically to keep syncs stable.

## Credentials

<Card title="Account ID + Secret Key" icon="key">
  To connect Stripe data sync, provide:

  * **Account ID**: Your Stripe account ID, typically starting with `acct_`
  * **Secret Key**: A restricted Stripe key with read access
</Card>

## Sync Behavior

* Syncs start from `2020-01-01`
* Data is refreshed on a schedule after setup
* Humm reads the synced warehouse tables after the sync completes

## Best For

* Revenue and billing reporting in the same warehouse as your other data
* Joining Stripe subscriptions with product usage or support data
* Historical analysis across invoices, payments, and refunds
