#Talon-paymentintent
1 messages · Page 1 of 1 (latest)
@distant forge you attempted to charge the card and 3D Secure was required on the payment.
I assume you want to test the case of that not being required on an off-session payment?
in that case you must use the 3155 card https://stripe.com/docs/testing#regulatory-cards
the other test cards(like 3184 one you used) just always require 3DS
why payment intent creation is attempting to charge a client?
we want to handle 3D, How can I create an payment Intent and send payment intent ID to frontend if 3d is require
should I catch error and then update payment intent to on-session?
why payment intent creation is attempting to charge a client?
that's what PaymentIntents are for
and you passedconfirm:truewhich specifically means, try to charge now.
the rest of your question is answered by https://stripe.com/docs/payments/save-and-reuse?platform=web#web-create-payment-intent-off-session
so if i receive such error Do i need to update the payment intent or i should simply send payment intent ID to front end.
So front end can use this payment intent Id for 3ds
~depends on the exact error!~
"code": "authentication_required",
"decline_code": "authentication_required",
"doc_url": "https://stripe.com/docs/error-codes/authentication-required",
"message": "Your card was declined. This transaction requires