I am trying to create a sign up flow but I’m not sure if the stripe checkout will create a new user or not and I can’t tell based on any of the help documentation.
My product relies on users having one of a few subscriptions but I can’t have a situation where a user is subscribed without also having an account as that would be a very poor experience.
Because the stripe checkout does not ask the user to put a password in I am assuming no user is created. Thus I need to have the user first create their user then redirect to the stripe checkout.
Can anyone confirm this is the case? Or if there’s a way to create a new user using stripe checkout that I missed?
That’s great to know. Ultimately what I did was create a user group for users without a subscription and set the home page to a limited view that reinforces the user to sign up for a subscription.
Thanks for the guidance here. When I’m allowed to share more than one image i’ll follow up with the full description of what I implemented. Would love feedback!
You can use Zapier or Make to add the user back into your local Users table and Softr will sync this back into the App Users table and send the user an invitation email. There are some settings you need to toggle to get this to work properly, but there is a path to do what you want with third party automations.