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

Bank Account Missing Currency #5

Open MarkMurphy opened 9 years ago

MarkMurphy commented 9 years ago

After creating a managed account I tried to add a bank account but got an alert saying bank_account[currency] was missing.

rfunduk commented 9 years ago

Hm, since the setting of the bank account is via a token, I'm not sure why you'd get that error. Possibly an API change I didn't catch and update for (managed accounts are in beta still).

I'll look into it. Thanks!

Hipnoetic commented 7 years ago

Hi there, I'm also getting this error. It happens when selecting Canada. Also in Canada we don't use routing numbers, so I have a feeling that will be the next issue. Did you ever find a solution for this? Im having a hard time finding good connect examples or tutorials, and this example looks great, so really hoping it'll work.

rfunduk commented 7 years ago

@Hipnoetic Hey, so, sorry about this still being a problem. I don't work for Stripe anymore and this has fallen off my radar because I'm busy with other things. I'd say for managed accounts, just take what you can from the example code and just make note of that missing field that you need to handle when you do your implementation. I doubt I'll get to this any time soon so it's either that or submit a PR that fixes it, I think 😄

For the Canada routing number - I'm with ya, I'm also Canadian 🇨🇦 - Stripe has you covered: https://support.stripe.com/questions/what-bank-account-information-should-platforms-provide-for-managed-accounts-in-different-countries#canada

Hipnoetic commented 7 years ago

ok, thanks for the quick update!