#jwerre
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Don't think its possible via the events API endpoint as it only allows filtering via certain parameters and error code isn't one of them
The logs rely on internal APIs
I am curious what exactly do you see if you list all the invoice.failed_payment events?
I'm trying to find these kid of issues
can you share the request ID?
I'm just looking though "Failed" logs then looking one at time.
req_dEmhgXAKxYc4VJ
Okay so if you look at the doc here
https://stripe.com/docs/billing/subscriptions/overview#requires-action
It does generate invoice.payment_action_required webhook event if you have a webhook endpoint listening to the event
You can use that with List All Events API endpoint to see how many other invoices generated these events
Thinking of alternatives...
yeah that's probably the best option I think
ok... thanks ๐