#Vijay-ACH
1 messages · Page 1 of 1 (latest)
Hi! Can you clarify your question? Are you trying to create a payment with ACH now that will be processed in 10 days?
Yeah, So I wanna schedule a ACH on 17th APR or any number of Day after (5 days to 30 days)
So how can I do that?
If you already saved the ACH payment method, then you can create a PaymentIntent like this: https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-future-payments
However note that if you want to schedule it in the future, that's something that you'll have to manage on your end.
Ohhk Thanks!
So whenever I want to procceed the ACH I need to call stripe.paymentIntents.create API further?
Yes, so if you want to create the payment in one week, your system needs to call stripe.paymentIntents.create in one week.