#landsman-payment-request

1 messages · Page 1 of 1 (latest)

rain coyote
#

Hi 👋 just to clarify, you're looking for a way to speed up Apple's part of that process where the modal they built for their browser?

coarse mesa
#

Hi, yes basically Apple's part probably. Once I did a confirmation via biometric it's slow - aprox. 3-5s.
It's slower than in native apps definitely.

rain coyote
#

I don't think we're going to have much insight into that piece, do you know what specifically is being executed that you think is taking a long time?

coarse mesa
#

Let me check

#
  1. https://api.stripe.com/v1/apple_pay/sessions = took 412ms
  2. https://r.stripe.com/0 = there are 15 request that took between 180-450ms ... I don't know why there are so many request to this API
  3. https://m.stripe.com/6 = there are 3 request that took 932.7ms ... so probably this is slowest
  4. https://api.stripe.com/v1/apple_pay/sessions = this took 650 ms
  5. https://api.stripe.com/v1/tokens = this took 670ms
#

This is from desktop, on mobile it will be slower, depends on network of course.

rain coyote
#

You can ignore the r.stripe.com and m.stripe.com requests, they're not actually part of the payment flow.

#

In general, our flows are already as optimized as we can get them. Our flows are inherently hard to quicken though as we need to speak to multiple other systems in the process.