#venkateshjsoft
1 messages · Page 1 of 1 (latest)
Hello! What's up?
pi_3NxtAVB4yD6nPBkB1QbNtUnk
this particular payment intent is not processed
when I checked logs, it says requires action
I dont understand what kind of action is needed
Looks like the transaction required 3D Secure at one point, but looks like that worked out fine and then the transaction was declined for another reason.
but we have not enabled 3D secure for our endpoint
is there a way I can skip 3D secure when I create payment intent?
or is this something based on the card
Card issuers can require 3D Secure at any time for basically any reason. Your integration needs to handle it, and there's nothing you can do to completely prevent it from happening.
But, again, the 3D Secure piece is not the issue with this payment.
The 3D Secure piece worked out just fine.
The decline here was for another reason entirely.
Yep, the reason is provided in the details on the Payment Intent and the associated Charge. You can access those details via the API or Dashboard.
okay sure
And you're already handling 3D Secure by using Stripe.js and the Payment Element.
I didnt understand
There is no problem with 3D Secure here.
how do you say we handle 3d secure already
we have not done any logic to handle 3D secure
You're using the Payment Element, which handles 3D Secure for you.