#gopi_67606
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- gopi_67606, 15 minutes ago, 6 messages
- gopi_67606, 1 hour ago, 9 messages
- gopi_67606, 3 hours ago, 15 messages
- gopi_67606, 19 hours ago, 4 messages
- gopi_67606, 21 hours ago, 9 messages
- gopi_67606, 4 days ago, 49 messages
and 2 more
Can I know the reason why pi_3OCIGrD6fLV2vwHg0PxE4cKg transaction is getting failed?
It requires 3D Secure.
Yes I have written code for that even though why its getting failed?
not sure what you mean or what code you wrote or what you expected to happen.
const paymentIntent = await stripe.paymentIntents.create({
amount: amount * 100, // Replace with the actual payment amount in cents
currency: 'usd',
payment_method: paymentMethodId,
confirm: true,
customer: customer.id,
off_session: true
});
I am creating the payment Intent like that but its getting failed
why?
because it requires 3D Secure.
not sure, since the customer's bank can always request 3D Secure on any payment.
Then want we need to do in the above code of creation of payment intent
that code in itself is correct and will attempt to charge the card.