#fucktoutestpris-PI-failed
1 messages · Page 1 of 1 (latest)
Putting followup messages in here:
I have an other question is: it's possible to retrieve a payement intent with customer_id, description or phone?
thanks a lot!!
I have an other question is: it's possible to retrieve a payement intent with customer_id, description or phone?
thanks a lot!!
Thank you. Looking in to that payment intent one moment
You can filter the list of PaymentIntents by customer ID https://stripe.com/docs/api/payment_intents/list#list_payment_intents-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also how are you trying to open the 3DS window?
It's easier with a screen 😂
thanks for the retrieve payement intent it's perfect!
So it looks like the PaymentMethod on that PI failed authentication so it needed a new PaymentMethod attached to be able to be confirmed
When the redirect completed the PaymentIntent's status would have been requires_payment_method again https://stripe.com/docs/payments/3d-secure#handle-redirect
Right but you said the window never opened. Because it is you doing the redirect, can you tell if it is getting to the point in your code where that should happen?