#Kamesh
1 messages · Page 1 of 1 (latest)
These two properties are not reflected in PaymentIntent objects.
where do they get reflected so that I can filter them in the query?
You might just want to filter by payment_intent's last_payment_error.charge.code = 'authentication_required'
are there any other scenario where it has authentication_required error other than the sceanrio i mentioned?
I don't think so unless you are looking for paymentIntents that are failed with other reason rather than authentication_required.