So looking for some advice here.
I am building a mutli tier subscription site but am having some issues with checkout/user sign up. there’s two scenarios:
- If i have a pricing table on homepage and the user clicks on it it directs them to my external stripe checkout page. Upon successful completion, it redirects them back to my site to sign up. A couple of questions:
- How do I pass the email they used to pay into the sign up page?
- If the user doesn’t create an account, but has paid, how should you handle this scenario?
- If the user clicks on any other call to action on the homepage, it takes them to Sign Up Page. Upon signing up, how do should they select a subscription? How would you handle someone in that state coming back to the website?
- The checkout form doesn’t support multiple subscription types - how can you handle this?
- If the idea is for them to get redirected to the payment form, how should they select the subscription type?
- In the scenario that someone signs up but doesn’t pay, how should that be handled? How would you handle someone in that state coming back to the website?
Thank you!