balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

BankAccounts should not take an address #686

Open msherry opened 9 years ago

msherry commented 9 years ago

It makes sense for some funding instrument types to have an associated address -- credit/debit cards have a billing address, checks would have a physical address to which we could mail them, etc. Bank accounts have no concept of an address, and shouldn't allow them. This was added in 1.1 -- I suspect it was accidental.

rserna2010 commented 9 years ago

Bank account addresses are returned in the view. Removal from the API needs to be done in the next API version as it is a breaking change.