When using Adalo’s stripe component and a user unsubscribes, how do I update the user’s subscribed status back to false in my User’s DB? This is very frustrating that it’s not an easy option. I would like to not have to use any API’s and such as I am strictly going through Adalo’s stripe integration component.
Hi @nocder,
It might be complicated to achieve this without using APIs.
Adalo Stripe component is pretty limited in functionality and can’t return any information after subscription cancellation.
Usually the “triangle” scheme is used: Stripe component sends info to Stripe → Stripe, in turn, sends info to some 3rd party platform like Make → Make updates Adalo collections via API call. Such approach needs Adalo Collection API enabled, which is now unfortunately is available only on Team and higher plans.
There might be a possibility to do this without Collections API access (or even without Make), but I don’t have an immediate solution, this will require some experiments.
Best,
Victor.
Thanks @victor for the explanation Victor. I appreciate it!
1 Like