I'm building an app where I want to charge users if a certain condition is not met.
Some users will be charged a few times a week and some probably never.
The amount will also depend on the users.
What type of billing do I need and does Stripe support something like this ?
Thanks!