#4WiFi - ApplePay
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you share the API request IDs for one of these requests?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_wECJw9xzd1HGlv
that is the one that makes the session
evt_3KqQPiFKevddrNIi0NmjywOq
this is the event it returns a failure on (it is initiated by the checkout, not by any of my code). hence I am stuck
Okay but there's no record of a user going to this checkout session URL and entering payment details. That is why this PI has a status of requires_payment_method.
i am doing it on my iphone, I can do it again while you watch if that is helpful
it is on a walled garden, so maybe there is a host that is not whitelisted, are there other hosts that need to be whitelisted to make applepay work? I asked before and was given a generic answer that didnt help unfortunately
Unfortunately I cannot do a video conference. The session URL that was created with this session request should be good though.
In fact I can go there and I see a Google Pay button displayed (I'm not using Safari)
i can get the checkout page, but once I choose applepay the process fails. I guess I will poke around with DNS logs and see what it is trying to access.
hoped for an easy win
Well from what I am seeing in our logs the request doesn't even get to us. I think this is an issue with the Apple Pay JS not being able to contact the Apple Pay API.
Sure thing, sorry we couldn't get that quick win. ๐
that is the host that needs to be allowed for apple payments. if you want to add that to docs for someone else
thanks for the pointers, much help ๐
I'm glad we got to a resolution!
probably *.gcsis-apple.com.akadns.net is best bet
Thanks I appreciate that