#Aarti
1 messages · Page 1 of 1 (latest)
The only way would be to catch it in your code
catching it in code is possible if the message is delivered - what if the delivery never happens?
Well the delivery attempt occurs, so you would need to build a system that moniters and notifies you of failed delivery attempts
Are you suggesting some sort of constant monitoring of all the "events" generated by Stripe? Perhaps using the /events API that lists all failed delivery attempts?
More like a network monitor that can be made aware of attempted HTTP requests and has the capacity to notify you that they were attempted and your server failed to respond. Unfortunatley there's not really a way to get notified faster via email from Stripe