> For the complete documentation index, see [llms.txt](https://docs.humblytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.humblytics.com/how-to-track-purchase-events/stripe.md).

# Stripe Revenue Attribution

Track revenue and attribute sales to your marketing campaigns, traffic sources, and A/B test variants with Stripe integration.

This guide covers:

* **Stripe API** - Pass visitor data through metadata
* **Stripe Payment Links** - Automatic tracking via session IDs
* **Other Stripe Methods** - Manual tracking with customer emails

Choose the method that best fits your Stripe implementation:

* [Stripe API](/how-to-track-purchase-events/stripe/stripe-api.md) - For custom checkout implementations
* [Stripe Payment Links](/how-to-track-purchase-events/stripe/stripe-payment-links.md) - For Stripe-hosted payment links
* [Other Stripe Methods](/how-to-track-purchase-events/stripe/stripe-other-methods.md) - For custom implementations, Stripe Elements, etc.

## Benefits

* **End-to-end attribution** - Connect sales to traffic sources and campaigns
* **Split test optimization** - Use revenue as conversion goals in A/B tests
* **Privacy-compliant** - Cookie-free tracking, no consent banners required
* **Real-time data** - Revenue data appears in your dashboard within \~30 seconds

## Prerequisites

* Your Stripe account is connected to Humblytics (we recommend using a restricted API key with read-only permissions)
* Your main website loads the Humblytics tracking script
* You have access to modify your checkout implementation

Check out the specific guides above to get started with your Stripe setup.
