Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed ACH transactions don't seem to mark failed correctly #81

Open
jonathanstegall opened this issue May 19, 2020 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@jonathanstegall
Copy link
Member

When there's a recurring donation with ACH and then it starts to fail, the app does not appear to mark those opportunities as Failed. At least not as consistently as it should.

Maybe we need to look for this error:

{
  "error": {
    "code": "bank_account_unusable",
    "doc_url": "https://stripe.com/docs/error-codes/bank-account-unusable",
    "message": "You cannot use this bank account because previous attempts to deliver payouts to this account have failed. Please double-check the account details, and contact us via https://support.stripe.com/contact if you think this is in error.",
    "type": "invalid_request_error"
  }
}
@jonathanstegall
Copy link
Member Author

It's not clear how to test for this since we can't add a broken bank account.

@jonathanstegall jonathanstegall added this to the v2.3.0 milestone Oct 9, 2020
@jonathanstegall jonathanstegall self-assigned this Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant