#vũ
1 messages · Page 1 of 1 (latest)
my google payment screen
Did you mean apple* payment screen?
yes
Could you please share the PaymentIntent ID pi_xxx?
on dashboard stripe also says paid but it still loads processing
Also, do you see any errors in the console?
Could you please share the PaymentIntent ID pi_xxx?
sorry I do not have it
You can get it on the Dashboard
Where don you see it says paid?
I got a message from one of my managers
i don't have permission access dashboard
@weary furnace pi_3NBEDnEkoV7X1nqQ1UarQuju it here?
I seems to have been completed successfully.
Could you please share the code how you confirm the payment?
Also, do you see any errors in the console?
Are you using Card Element?
yess
Why are you setting handleActions: false?
I think that's how I can redirect
handleActions is crucial if you don't want to worry about handling 3DS card authentication by yourself manually.
What happens if you remove this option? Does the Apple Pay payment go through?
As you're using Card Element/confirmCardPayment, I'm guessing you've integrated wallets via Payment Request Button?
You probably aren't dismissing the dialog correctly: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-complete-payment
so i just need to add the following code ev.complete('success');
Did you look at the link I shared? It has a complete example. That dismisses the dialog assuming there's no error thrown by confirmCardPayment