AuthorizeNet / sample-code-ruby

This repository contains working code samples which demonstrate ruby integration with the Authorize.Net API
MIT License
25 stars 58 forks source link

Failed to credit bank account: The account number is invalid #53

Closed varyonic closed 6 years ago

varyonic commented 6 years ago

Travis has been failing since build #849 around three weeks ago. I believe this error is new:

Transaction Failed
Error Code: 10
Error Message: The account number is invalid
Failed to credit bank account.

coming from credit-bank-account.rb. The sample has not changed so this appears to be new behaviour by Authorize.Net. The test bank account in the sample was simply '1234567890'.

varyonic commented 6 years ago

Looks like it may be the routing number that is no longer valid. I updated it from '125000105' to '125008547' (Wells Fargo, Washington State) and it appears to work now. I will see if I can submit a PR.