#elonored_docs

1 messages · Page 1 of 1 (latest)

vapid vigilBOT
#

đź‘‹ Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1404743457401995315

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mystic cliff
mortal perch
#

I just checked, and we don’t specify any apiVersion parameter when using the API, so we’re on version2024-06-20.

Could you please confirm that adding the capture_method: 'automatic_async' property wouldn’t make any difference in this case?

Also, do you have any other advice or best practices to help improve the speed of PaymentIntent confirmation for high-volume off_session charges?

mystic cliff
#

Could you please confirm that adding the capture_method: 'automatic_async' property wouldn’t make any difference in this case?
Yeah in this case automatic async is the default behavior indeed

#

Also, do you have any other advice or best practices to help improve the speed of PaymentIntent confirmation for high-volume off_session charges?
If you are using recurring payments, you should use Stripe Subscription then, you won't face any performance issue in your integration

#

Because all payments will be processed on Stripe Infrastructure

mortal perch
#

Could you help us understand why the PaymentIntent confirmation process is so slow in our case? What is the expected response time for SEPA payments using confirm=true and capture_method=automatic_async?
Currently, some of our requests are taking up to 6 seconds to respond. Unfortunately, we can’t use Stripe Subscriptions for this flow.

mystic cliff
#

Could you help us understand why the PaymentIntent confirmation process is so slow in our case?
It varies a lot and it depends strongly on the bank network and not just Stripe. During the confirmation flow Stripe communicates with the bank network so their responses time is added to the global PaymentIntent confirmation