Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create token BankAccount with params #575

Closed
marquina-abreu opened this issue Sep 8, 2021 · 3 comments · Fixed by #591
Closed

Create token BankAccount with params #575

marquina-abreu opened this issue Sep 8, 2021 · 3 comments · Fixed by #591
Labels
question Further information is requested

Comments

@marquina-abreu
Copy link

Is your feature request related to a problem? Please describe.
When will it be possible to create a bankAccount token in the library? I was investigating and I found absolutely nothing .. I wish there was something similar to how tipsi-stripe has it

const bankAccount = await stripe.createTokenWithBankAccount(dataParams);

@arekkubaczkowski arekkubaczkowski added the question Further information is requested label Sep 8, 2021
@ReidPolis1
Copy link

I too wish this was a feature

@BogdanVV
Copy link

BogdanVV commented Nov 30, 2021

Well, seems like it's not supported yet :(
When I'm trying to use createToken({ type: 'BankAccount' }) (according to api doc) I'm getting an error object with the message 'BankAccount type is not supported yet'.
That's quite frustrating because I'll have to pick another library for my app after I've already implemented some features using stripe-react-native.
Also, I'd appreciate some response from the creators.

@BogdanVV
Copy link

The PR is pending for 2.5 months :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants