rfunduk / rails-stripe-connect-example

Example app of various bits and pieces needed to build a Stripe Connect app with Ruby on Rails.
MIT License
115 stars 38 forks source link

Manage Bank Accounts #6

Open MarkMurphy opened 9 years ago

MarkMurphy commented 9 years ago

Would love to see this implement an interface for managing a managed accounts bank accounts. ie. list, add, edit and choose default

ps. I found this project really helpful :heart:

rfunduk commented 9 years ago

For sure! The API for adding/removing individual bank accounts (now called external_accounts on managed accounts) didn't exist on first release when I wrote this project, so it's been on a todo list of mine for quite some time now :)

Glad you're finding it useful!