Web Paywall
complete
Adapty Support
marked this post as
complete
Adapty Support
Hey there!
Yes, you don’t need Funnel Fox to use Adapty with web subscriptions via Stripe.
1) Custom web checkout + Stripe + Adapty (supported)
- Adapty’s Stripe integration supports Stripe Checkout / hosted pages / custom flows and then syncs subscriptions via Stripe webhooks into Adapty profiles/access levels. (Docs: https://adapty.io/docs/stripe)
- You must pass a stable user identifier, recommended: metadata.customeruserid on the Stripe Subscription or Checkout Session, so Adapty can match the purchase to the user. (Docs: https://adapty.io/docs/stripe)
2) Recommended “return to app + unlock” flow
- After web purchase, deep link back to the app → user logs in → call Adapty.activate() / Adapty.identify() with the same customeruserid → read accessLevels from the profile (Docs: https://adapty.io/docs/stripe).
Vladislav Katsubo
Is it supported to use Adapty Stripe integration only with our own checkout, and then have Adapty sync the purchase to the user profile (via customer_user_id / client_reference_id / email) to unlock access levels in the app?
In other words: just Stripe checkout on our side + Adapty as subscription management/entitlements.
If yes, what is the recommended flow for returning to the app and refreshing access (deeplink + getProfile/restore)?
Vladislav Katsubo
Custom web checkout + Stripe integration + Adapty. Without FF.
Is it possible?