#VicenteDelgado

1 messages ยท Page 1 of 1 (latest)

pine raftBOT
unborn sparrow
#

Let's chat here ๐Ÿ‘‹

Is there a way to do that without using subscriptions?

earnest bay
#

Thanks!

unborn sparrow
#

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!

earnest bay
#

Yes, using the API

unborn sparrow
#

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.

earnest bay
#

I see. Then the only way the "Schedule" is to use subscriptions?

unborn sparrow
#

Yup, and I don't think subscriptions support non-regular intervals.

earnest bay
#

Got it, thanks very much for your help.

unborn sparrow
#

NP! ๐Ÿ™‚ Happy to help