Client wants to sell subscriptions for access to programs within their app.
App
Program A
Program B
Program C
They want to sell:
Program A only
All programs
What is the best way to build and manage the subscription?
Stripe
Payhere
Stripe integration (Business plan)
Thanks!
I haven’t used the Stripe integration, so would vouch for PayHere.
Updated 2024!
Hey fellow Gliders!
I just released a 3-part series on using Payhere + Make to monetize a Glide app! Since Glide doesn’t offer a native way of monetizing an app or accepting payments, we need to build it ourselves.
I’m starting the series with demonstrating how to accept one-off payments and how to create membership apps by allowing users to subscribe to an app in order to gain access to premium content hidden behind a paywall.
Enjoy!
Part 1: The Setup
[M…
Create 2 types of subscriptions inside PayHere, and show/hide the programs based on the plan of the user.
3 Likes
Ralf
June 27, 2023, 6:37am
3
Here is a Stripe integration demo:
When I click Buy it says redirecting to Stripe Checkout with a loading circle but once it goes away I am still left on the Waiting for Payment screen. Is it supposed to open another window for me to “pay” in?
Should be new screen. Joe, are you on iOS+Safari? Try anything else
Ah. First did it on iOS Safari but then tried Chrome and got a popup blocker warning.
Ralf
June 27, 2023, 11:11am
7
Glide has a bug for iPhones. When an open link action comes from custom action, it will block it even when the pop-up blocker is disabled.
The bug is reported but not yet fixed!
1 Like
Ralf try splitting up your action so the open link is the only action tied to a final button.
1 Like