SDK for web app
complete
T
Tetiana V
Hello,
where can I find a documentation for making subscription on the web via Stripe?
it's described here https://docs.adapty.io/docs/stripe , but the flow is not full. what does it look like in the front-end in React.js application for example? how Adapty and Stripe should be used? I'll be very thankful for any use case examples.
Adapty Support
complete
S
Sergey Muratov
Hey!
There are multiple ways you can implement Stripe's purchase flow. One of the easiest routes you can take is using Stripe Checkout, where Stripe can even host the checkout page for you: https://stripe.com/docs/checkout/quickstart. But you can also embed the payment form on your front-end as well: https://stripe.com/docs/payments/quickstart
As detailed in the doc, once you have a Stripe purchase flow, here is how Adapty can be helpful for you:
you can have all the subscription analytics for each of your platform in a single place in Adapty (including cohorts, predictions and the rest of our analytics toolbox)
and you can use Adapty's infrastructure to easily provide access to paid features for users who purchased on the web but later installed the app and logged in to their account
And once you have implemented the purchase flow with Stripe, this integration can be done with almost no extra-coding from your end.
If you find implementing the web purchase flow too tedious, you can check out our partner product designed to make that easier: https://funnelfox.io/
Hope that helps!