Hey guys,
I have several subscription plans in my app and booking them via the stripe integration works fine. However, I also have a plan which has no monthly fee but only a “per transaction” fee that varies by transaction volume and type (and is not simply a metered price by unit). I would also love to capture payment details for this plan exactly as I do for the other subscription plans, so that I can send invoices for the transactions later.
If I try to create a subscription with $0 using the Adalo stripe integration I get an error. Not sure if this is a bug or if $0 subscriptions simply don’t work with stripe. Is there any way to capture payment details using the stripe integration?
Thanks timo