#ryuuuu
1 messages · Page 1 of 1 (latest)
If it's repeating transaction then Subscription is the way to go
yeah it would be every month but its not a fixed price thats my worry
depends on how much the user has used the app that month
you could use a Price that is $0, and then just add invoice items throughout the month.
https://stripe.com/docs/billing/invoices/subscription#adding-upcoming-invoice-items
oo i see
and is it also possible to create the subscription with no payment method and have the invoice only mailed to the customer and wait for them to pay it from there?
you could look into using collection_method:'send_invoice'
perfect, thank you