#asrob-connect-payments
1 messages · Page 1 of 1 (latest)
Hi there! No that's not possible, you'd need to write a script and you should be aware of rate limits: https://stripe.com/docs/rate-limits
Even w/ a script I'd still need to interact with Stripe elements right?
I mean some Stripe UI whether that's Elements or something else.
Not in test mode, no.
You can just create/confirm the PaymentIntent on your server and use a test paymentmethod.
You can use pm_card_visa for instance
Gotcha thank you @neat ibex