#jaram
1 messages · Page 1 of 1 (latest)
What exactly are you looking for guidance on?
It sounds like you have an irregular subscription scenario, with varying intervals and amounts
In which case you likely want to have a payment method saved for future usage and create those payments when needed before fulfilling with goods
I think you'll want to save the payment method for future use with your initial payment: https://stripe.com/docs/payments/save-during-payment
then when you need to take other payments in future, you'd use the saved PM for that:
https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
Our subscriptions are not likely to be a good fit if you change both the amount and interval frequently