#VicenteDelgado
1 messages ยท Page 1 of 1 (latest)
Let's chat here ๐
Is there a way to do that without using subscriptions?
Thanks!
I don't think you can schedule a charge like this using the dashboard. You could however, write your own code to charge the payment method later!
Yes, using the API
You can use this guide to setup payment method for future usage
https://stripe.com/docs/payments/save-and-reuse
And then call the API whenever you want to charge the PaymentMethod.
However, the API doesn't support "scheduling" as well. Your code will have to trigger the charge by calling the API on whatever interval you want.
I see. Then the only way the "Schedule" is to use subscriptions?
Yup, and I don't think subscriptions support non-regular intervals.
Got it, thanks very much for your help.
NP! ๐ Happy to help