balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

What's the right way to communicate that a funding instrument will no longer work? #682

Open msherry opened 9 years ago

msherry commented 9 years ago

Occasionally we get responses back from the card networks that a card has been reported lost or stolen. We also get notifications from the ACH network that an account has been closed. How can we communicate this to consumers of the API so that they can update their systems properly? We can disable the funding instrument, but that seems a bit magical.

This is related, but not exactly the same, as https://github.com/balanced/balanced-api/issues/653.