#Emmanuel G.
1 messages · Page 1 of 1 (latest)
Hi, can you share a link where I can try to reproduce this issue?
Does it work ok with Google Pay and other Payment Methods?
Give me one second. Let me get an example for you
Could you hop into a call real quick so that I could share my screen
I'm afraid I won't be able to hop on a call.
Recording might help, but the most effective way for me to help is if you can share a link where I can try to reproduce the issue and help identify next steps.
We have customer recordings to reference but ill get one from my personal use. I will say this for some reason this is abnormally high in Saudi Arabia
Share a link? What link would you like
To start, can you share a request id where this occurred, I'm happy to start looking. Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I pulled up the intent were this happened, and I have the resource Id for it, but stripe never actually received any confirmation for the intent
What do you mean by 'source id'?
you have a search bar where I can put in the payment intent id and itll pull up all the events surrounding the intent
In logs
Can you share the payment intent id for when the issue occurs with me so I can further investigate this?
O wow I just pulled up this intent where Im trying to perform a wallet payment multiple times, and on your end you never received the confirm attempt. I hit canceled so I guess it wasnt called, but I would think the failed attempt would be recorded.
pi_3MFna02hlCbvP0Wg05feSwvI
Thats an id where I clicked the wallet payment like 2 times in a row and just hit canceled right after
So incimpleted apple pay payments never get confirms attempted unless the user passes the "wallet allow phase" or whatever you would call that
Here the Payment Intent is created, https://dashboard.stripe.com/logs/req_QlPHCYPRrgXgUg and it looks like you've made Payment Intent update calls twice, https://dashboard.stripe.com/logs/req_dT5UqO2EaO5Vn3 and https://dashboard.stripe.com/logs/req_lalMCXSkH4874d
Ya.
But after the update the confirmPayment was called.
And apple pay appeared but I just hit canceled
and no confirm attempt was recorded on stripes end
But I wonder why some users are just left hanging instead of the wallet showing for them
What does your code look like here?
If your customer does not have a Wallet set up, they won't see Apple Pay option.
They had apple pay as an available option. And selected it but nothing showed for them.
let me pull up there intent
Actually I believe I know whats happening. I believe they are completing the apple infomration stuff and hitting cancel, which isn
which isn't recorded in your system because you record the payment being attempted. However wallet payments never get attempted if they cancel. So no "failure" gets recorded
Since we are using the failure webhook event to mark if the payment failed to complete. But technically no payment ever completed
since none was ever attempte
That might be it, definitely confirm with your customer and let us know if we can assist.