Stripe Component Improvements

Josh Johnson Jake Apple was there improvement to the Stripe Subscription component? We need two things: ability to give users a free trial & the ability to mark the user as “unpaid” when they cancel their payment/subscription.

JR Ricker:
We did not add the feature to give a free trial and you should probably be using webhooks to handle Stripe subscription events as detailed here: Using webhooks with subscriptions | Stripe Documentation
You can set up a no-code integrator like Zapier or Integromat to handle the incoming webhook and then update your Adalo app.

Hey, is the Stripe Component handling the EU Regulation Requirements? ( GDPR, 3D etc.. ) ?

Josh Johnson: Hi,

I’m trying to connected a metered price to Stripe Subscription Component, but Adalo requires a positive integer for quantity, but Stripe won’t accept a number for quantity.

Do you plan to fix this, or maybe I can use some trick?

Thank you in advance.

Vladimir Belopolskii: Unfortunately our stripe components don’t support usage based pricing. They support any of the ‘licensed’ types pricing usage types. Recurring pricing models | Stripe Documentation