Will the buy button within the app allow me to configure a way for users to subscribe (resulting in a recurring fee) rather than only a one time? I don’t see that option anywhere.
+1
Not automatically in Glide, but in Stripe you have the option to “create a subscription”. I haven’t actually done this, and it would be a manual process…but possible it seems.
I created a subscription in Stripe, but I don’t know if it’s possible to link it to Glide.
Not sure. When you created the subscription, did it give you a link to give to the user to let them manage the subscription?
I didn’t see one, but if it did, I’m still not sure I’d know where to put it in the Glide App
I’m also wondering if this will work. My guess is that it might because it needs a ProductID, and all products in Stripe have a unique ID.
The main issue will be the customer not being able to manage their subscription from within the app.
Stripe now has a hosted ‘Customer Portal’ feature so it would be great if Glide could hook up with this somehow.
Robert do you know if there’s a way to let our customers update their subscription? I was looking into the Stripe customer portal but all the videos I see are of coders implementing the portal manually. Have you been able to figure this one out?
Hi Tess,
This is from Stripe’s docs.
https://stripe.com/docs/api/subscriptions/update
I assume if you collect the user’s subscription ID then you can have a button in your app for them to update a subscription or cancel a subscription. This is all done using their API, which can be accessed via Integromat or Zapier.
has anyone found a way to implement the stripe portal into Glide itself?
It’s not exactly a portal, but I did have a flow a while ago for a client that takes info from the app, create a subscription payment link, bring the link back to the app and allow the user to pay through that link.
Obviously it’s an external link, since Stripe is not natively embeddable.