#pradeep_gururani
1 messages · Page 1 of 1 (latest)
hey, thanks for the quick response
actually we generated a payment confirmation link to bring the customer on session and we're calling the confirm card payment method of the stripe API, but for this user's card its showing error regarding payment decline
so I was trying to understand the possible reasons for this payment decline
when we generated the link, to test the flow we accidentally triggered the confirm card payment flow and the customer is located in Italy
if you see this error from the above screenshot you'll observe that its talking about unavailability of the 3D secure system, is there a way to verify if the system is actually down ?
3D Secure attempt encountered a processing error
The 3D Secure system is **temporarily unavailable ** and the card network is unable to provide proof of the attempt. Liability will generally not be shifted to the issuer.
Could you please share the PaymentIntent ID pi_xxx?
sure
pi_3O7XTCEUdH8iAtR70bkHYRey
Can you help me understand the issue here? This is just a regular decline
is there a way to know if the actual customer tried to confirm this payment or it got declined when it was started ?
we have implemented this feature where the actual customer can come to a page and then confirm the payment using this button, and today we accidentally clicked the button and it triggered the confirm payment process of stripe API, and the payment got declined
the main question I have is... will the payment be captured if the actual user tried to again confirm the payment by clicking the button ?
We would re-attempt payment confirmation if that button is clicked, yes
All we know is there was a confirmation attempt (https://dashboard.stripe.com/logs/req_uoJUuzz7wD7zlb). The bank requested 3DS and then ultimately declined that payment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok, thanks 🙏