simonlevy5 / plaid-ios-link

Plaid Link experience built natively for iOS
MIT License
34 stars 10 forks source link

Passing in access token to Rails backend returns a nil stripe_bank_account_token #22

Open petergzli opened 7 years ago

petergzli commented 7 years ago

So I'm led to believe there may be an issue with the access token?

I successfully receive an access token using sandbox credentials and pass the token to the rails backend. In it I'm using the Rails Plaid gem to connect and get the Stripe token. However, it's not working. Has anyone had luck creating the stripe bank account through this?