Hi there @stripe please create a way to track refunded items that were returned to stripe after the customer's bank bounced the payment back bc the customer's account is closed. There's no way to tell when this happens and you don't have a way to search for bounced payments.
Quick update on this—while we don't have a way to filter for this via your Dashboard, we do send a charge.refund.updated webhook whenever a refund fails: https://stripe.com/docs/api/events/types#event_types-charge.refund.updated …
-
-
How do I see which charges have this tag? How can I filter for it? I tried searching for the tag you linked to but got no results
-
If you use webhooks to listen for the 'charge.refund.updated' event to occur, you'll be able to see this. These refunds statuses also exist in the refund object: https://stripe.com/docs/api/refunds/object … with a status of 'failed'.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.