balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

JS API unable to create savings accounts #658

Closed jamesaanderson closed 9 years ago

jamesaanderson commented 9 years ago

I'm able to create a savings bank account via the JS API (through balanced-ios) and get a response verifying the type is "savings" however in the dashboard it is showing as a checking account and payments to it are failing. Not sure if this is an issue with balanced-ios, the dashboard, or the API but I suspect that it's an issue with the API. Let me know if you need any more information.

remear commented 9 years ago

Would you please provide links to these resources and request logs in your Dashboard so we can take a look into this.

jamesaanderson commented 9 years ago

Here's the log: https://dashboard.balancedpayments.com/#/marketplaces/MP1V0iDR2GhD91tJYeAVzmxQ/logs/OHM0a10695c04c211e49beb02a1fe52a36c And here's the corresponding bank account: https://dashboard.balancedpayments.com/#/marketplaces/MP1V0iDR2GhD91tJYeAVzmxQ/bank_accounts/BAjK5FQVsJORzztYAvFHgX9

matthewfl commented 9 years ago

I am going to guess that the type should be lower case, eg savings instead of Savings

remear commented 9 years ago

The response shows it returned as "savings".

screen shot 2014-07-14 at 4 21 06 pm

matthewfl commented 9 years ago

hm, that sounds like a dashboard bug, as for the payments that are failing, was there a reason provided for the failure?

jamesaanderson commented 9 years ago

Just got "The transaction failed, no failure reason was given."

matthewfl commented 9 years ago

do you have a link to the transaction.

jamesaanderson commented 9 years ago

https://dashboard.balancedpayments.com/#/marketplaces/MP1V0iDR2GhD91tJYeAVzmxQ/credits/CR7iUxWmx8CBtNgjRkG8onDt. Also, should I open up an issue on balanced-dashboard?

remear commented 9 years ago

The low-level failure reason is given under Meta.

screen shot 2014-07-14 at 4 34 30 pm

R03 usually means bad bank account info, basically no longer correct account information like routing or account number.

jamesaanderson commented 9 years ago

Thanks. I'll move this to balanced-dashboard.