#kingthanatos_code

1 messages · Page 1 of 1 (latest)

frail leafBOT
#

👋 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/1502295696966025226

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

main talon
median berry
#

Hi there! I'm not familiar with any ways to improve the latency for Apple Pay with ECE, but I'll look into it. Have you come across particularly slow examples in practice?

main talon
#

Hi, thank you for responding promptly.

I imagine the high-level overview process looks like this (please note that the Stripe SDK in my case is still using the Payment Request Button integration.)

Stripe SDK → Apple Pay → Stripe SDK → Server-side (our end)

Our average time for the first three steps fluctuates quite a bit, usually between 10-15 s, while I’ve seen other ecommerce platforms complete Apple Pay processing (although I’m not sure whether they’re using Stripe or a direct Apple Pay integration) and reach the first server-side tick in around 3-4s.

I’m wondering whether this is due to the outdated Payment Request Button integration or if there’s something we may have missed in terms of Stripe implementation best practices.

If you could point me to any guidance or highlight anything we might be missing, it would be a huge help.

#

Note: Yes, I’ll switch to ECE, but I need some additional documentation for the PRD first.