Hello
I was wondering what was the best practice to manage subscriptions for paid users. My app is food ordering system (2-sided marketplace) so I have both clients and providers. Providers can choose a plan between paid and free options. I was wondering if there was a way to manage upgrade / downgrade easily from the app directly? I have seen the following resource and have applied it: https://help.adalo.com/integrations/stripe/subscription-payments
It’s not clear how to display the current plan and how to change it.
Thank you in advance.
Sardar
You could update properties of a collection when the user hits the submit for payment on Stripe. The limitation with this currently is that while the user can cancel their subscription it does not show this in Adalo. You may be able to combine a Zapier integration to provide your Stripe data to your table.
Once the user signs up for the subscription on your app the area will now say Subscription Settings, they can click on it and then it will say stop subscription.
Thank you for this! In my app the user sees the subscription settings right after paying but can find that setting again afterwards. What do we need to do to have that always appear? and can we choose where it appears?
Hi Ben, thanks a lot for that answer, that would be awesome! Unfortunately this doesn’t work for me. Even though the plan id/product is the same the stripe component doesn’t seem to recognize if a user already has a subscription or not. Just reloading the page, makes the subscription settings disappear.