balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Create bank account via Balanced.js does not save account type #714

Closed josemarluedke closed 9 years ago

josemarluedke commented 9 years ago

Looks like the balanced.js is not saving the bank account type when type is savings.

{
      name:  'xxx',
      routing_number: 'xxx,
      account_number: 'xxx',
      type: 'savings'
{
remear commented 9 years ago

type should be account_type

josemarluedke commented 9 years ago

So the documentation is wrong: https://docs.balancedpayments.com/1.1/guides/balanced-js/#method-reference-bank-accounts

remear commented 9 years ago

Correct. The documentation has been updated. Thanks for letting us know.