I am currently building an application on Glide, and I would like to integrate four types of subscriptions (one free and three paid) as well as digital products for sale. I have already connected my Stripe and Make.com accounts, but I need a step-by-step guide to structure everything and automate the payment and subscription management scenarios.
Could you let me know if there is a tutorial or documentation that details this process, including configuring purchase buttons, managing subscriptions, and connecting Glide, Stripe, and Make.com for full automation?
Just a note on top of what Maxime has already said above, you would want to add a parameter to your Stripe URL to prefill the customer email (based on the signed-in user’s email).