#Arena_john
1 messages · Page 1 of 1 (latest)
You can list events based on type and time, but not the payment intent id unfortunately I can take a quick look on why its event didn't fire. Can you provide the PaymentIntent Id here?
it was pi_3N6DPUI0pzW6UZrq1nRtAz6u - I did get it to resend via the cli tonight. The problem we have seen through our testing is that sometimes we get hung transactions. Not a lot but occasionally. The transactions get captured but we never get the update. We can list in our database all of the pending confirmation callbacks, but we need to be able to get this list once a day and tell stripe to resend those specific intents. We were trying to write a program to do this but it looks like we might have to go a different route. I know we can resend them one at a time in the dashboard but we really just need a cleanup program to do this for us automatically
When you List All Events you can filter by delivery_success and get a list on unsucessful sent API: https://stripe.com/docs/api/events/list#list_events-delivery_success
Btw that pi had payment_intent.succeeded but I think it was only sent to your Stripe CLI listener. Do you have a dedicated webhook endpoint?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.