#dorian
1 messages ยท Page 1 of 1 (latest)
Yes, this is possible. There are two possible ways:
- If the amount is the same every month, then Subscription can be used: https://stripe.com/docs/subscriptions
- If the amount varies every month or the payment isn't charged on the regular basis, it's possible to save customer's payment method first, then charged to it later: https://stripe.com/docs/payments/save-and-reuse
THanks @rare oyster. The amount will change every month and for every customer.
So I should not use a "subscription" then?
Yup! Then I'd recommend option (2)
Excellent thanks
No problem! Happy to help ๐
I showed the exact same use case above to Stripe chat support and they said it wasnt possible.... ๐
Sorry for your experiences and thanks for your feedback. Feel free to let us know if you have any further question ๐