#hritik
1 messages · Page 1 of 1 (latest)
4000000000003063 3ds test card is declining please help
The PaymentIntent has failed, because you passed confirm=true using a 3DS PaymentMethod not set up
You should be following this guide in order to save the PaymentMethod and set it up correctly for future payments:
https://stripe.com/docs/payments/save-and-reuse?platform=web
for future payment i am using the setup intent first where i am passing the useage = off_session in the setupIntent and also sending
off_session: true,
confirm: true, in payment intent
so why it is giving me that issue in test card
Nope æccording to the PaymentIntent you shared with me, you were using this PaymentMethod pm_1MnhJOSFBvjXs8gihY25zbiq which was create using PaymentMethod API:
https://dashboard.stripe.com/test/logs/iar_haMlZvyTBTUNJ1
You should use SetupIntent following the guide I shared.