Connect Stripe
Authorize the account
Complete Stripe Apps OAuth and choose the Stripe account used by this workspace.
Link web visitors
Follow the setup dialog that opens after authorization. Choose the snippet matching your Stripe integration.
Checkout Sessions
Get the current Datalyr identity in the browser:client_reference_id for deterministic attribution.
PaymentIntents
Subscriptions
Addmetadata.visitor_id to the Subscription. Subscription metadata propagates into the supported invoice flow so later renewals remain associated with the original customer identity.
Stripe Payment Links
The current Web SDK automatically decorates supportedbuy.stripe.com Payment Links and Stripe pricing-table or buy-button embeds. It adds the visitor reference without requiring custom checkout code. Do not append unsupported parameters to already-created checkout.stripe.com Session URLs.
What appears in Datalyr
Stripe reporting includes revenue, purchases, conversions, net revenue, refunds, disputes, and subscription lifecycle metrics such as new and cancelled subscriptions when present in the source data.Verify attribution
- Open the website in a private window with test UTMs.
- Confirm the
pageviewevent and visitor ID. - Complete a Stripe test payment through the same integration path used in production.
- Find the Stripe event and confirm value, currency, customer, and transaction identifiers.
- Open the customer journey and confirm the web visit precedes the payment.