#ritikgwala_49345
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the PaymentIntent Id
You mean customer_id ?
pi_3NrZv0FsOGs8okkM01Evas7l
What makes you saying that the customer didn't completed the 3DS ?
there is no payment methods nor a payment attempt for that payment
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.
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
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 ?
Then you have issues in your integration.
Can i share my code with you if possible ?
Try doing the same test in this quickstart:
https://stripe.com/docs/payments/quickstart
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.
Yes i am following all steps.
Did you try to make a payment on that quickstart ?
Here is my code client side as well as server side.
Yes i have tried.
Before sharing your code, let's make sure that you manage to do a payment correctly on the quickstart
yes and what was the result did you get the 3DS and completed it ?
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 ?