#vũ

1 messages · Page 1 of 1 (latest)

balmy mantleBOT
weary furnace
#

Hi, are these 2 separate tests?

#

Could you please share a screenshot?

spice hedge
weary furnace
#

my google payment screen
Did you mean apple* payment screen?

spice hedge
#

yes

weary furnace
#

Could you please share the PaymentIntent ID pi_xxx?

spice hedge
#

on dashboard stripe also says paid but it still loads processing

weary furnace
#

Also, do you see any errors in the console?

spice hedge
#

I see that it says success already.

#

i called confirmCardPayment to pay.

weary furnace
#

Could you please share the PaymentIntent ID pi_xxx?

spice hedge
#

sorry I do not have it

weary furnace
#

Where don you see it says paid?

spice hedge
#

I got a message from one of my managers

#

i don't have permission access dashboard

#

@weary furnace pi_3NBEDnEkoV7X1nqQ1UarQuju it here?

weary furnace
#

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?

spice hedge
#

it here

#

it no error in console

weary furnace
#

Are you using Card Element?

spice hedge
#

yess

weary furnace
spice hedge
#

I think that's how I can redirect

balmy mantleBOT
weary furnace
#

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?

gaunt rain
#

As you're using Card Element/confirmCardPayment, I'm guessing you've integrated wallets via Payment Request Button?

spice hedge
#

so i just need to add the following code ev.complete('success');

gaunt rain
#

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