#ritikgwala_49345

1 messages · Page 1 of 1 (latest)

wintry jettyBOT
modern crypt
#

Hi there!
Can you share the PaymentIntent Id

astral needle
#

You mean customer_id ?

modern crypt
#

no the PaymentIntent Id

#

Sorry, I updated my message

astral needle
#

pi_3NrZv0FsOGs8okkM01Evas7l

modern crypt
#

What makes you saying that the customer didn't completed the 3DS ?

#

there is no payment methods nor a payment attempt for that payment

astral needle
#

wait i am sharing the screenshot

#

Correct me if i am wrong here , I have searched about customer not enter their payment method which means his not completed the 3ds authentication.

modern crypt
#

I have searched about customer not enter their payment method which means his not completed the 3ds authentication.
No. Customer did not entered their payment method means the customer didn't enter their card details and attempt the payments

#

there was no payment attempt yet

astral needle
#

Wait i will try to make test payment again with card details.

#

I have just made payment with test card details then 3DS authentication not open even i have entered the card details as well and it showing payment incomplete status in dashboard why ?

modern crypt
#

Then you have issues in your integration.

astral needle
#

Can i share my code with you if possible ?

modern crypt
#

You do the test using the preview

#

Probably you are not calling stripe.confirmPayment

#

Double check that quickstart and make sure that you are calling all steps in your integration.

astral needle
#

Yes i am following all steps.

modern crypt
#

Did you try to make a payment on that quickstart ?

astral needle
astral needle
modern crypt
#

Before sharing your code, let's make sure that you manage to do a payment correctly on the quickstart

modern crypt
astral needle
#

From stripe quick start i am able to complete payment with 3DS authentication popup model then why it didn't work on my end can you please guide me ?

modern crypt
#

From stripe quick start i am able to complete payment with 3DS authentication popup model
Cool!

#

Now you need to double check your code that you are not missing any part of the quickstart

#

I think you are missing the stripe.confirmPayment call in your frontend