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

Creating a bank account and receiving a token #179

Closed
Raphicci opened this issue Jul 5, 2021 · 6 comments
Closed

Creating a bank account and receiving a token #179

Raphicci opened this issue Jul 5, 2021 · 6 comments
Labels
blocked This issue is blocked by an external dependency issue

Comments

@Raphicci
Copy link

Raphicci commented Jul 5, 2021

I'm currently using flutter_stripe_payment package in order to register a bank account and receive a token, for receiving later payments on an account (using their method "createTokenWithBankAccount") and wanted to migrate to this package, forced by outdated stripe plugin versions.

As stated in their migration guide (here) i should be using "createPaymentMethod", but this method doesn't seem to handle my particular case.

So i was wondering if there is any plan to implement the stripe API to create a bank account and receive a token for it in the near future of this package ?

What i am referring to is this particular stripe API call handling IBAN and other forms of bank accounts information.

@jonasbark
Copy link
Member

Thanks for the hint - unfortunately we have forgotten about adding other token types apart from Card.

cc @remonh87 https://github.com/stripe/stripe-react-native/blob/master/src/types/Card.ts#L61

@jonasbark jonasbark assigned jonasbark and remonh87 and unassigned jonasbark Jul 5, 2021
@Raphicci
Copy link
Author

Raphicci commented Jul 5, 2021

My company will need this feature ASAP so i thought i could help you by creating a PR for it, do you have any guidelines / interfaces in mind to implement this and contribute ?

@remonh87
Copy link
Member

remonh87 commented Jul 5, 2021

@jonasbark I added the dart bindings for bankaccount already but it was not yet supported in the react-native bindings at the version we integrated. I noticed bankaccount is not yet supported in react native https://github.com/stripe/stripe-react-native/blob/2b8fdd8d6634662bcd03ec01be32a7ce4c72e914/src/functions.ts#L52 . @thorsten-stripe can you confirm?

@remonh87 remonh87 added the blocked This issue is blocked by an external dependency issue label Jul 11, 2021
@remonh87 remonh87 removed their assignment Aug 23, 2021
@leochiu-work
Copy link

Hi @remonh87 , may I ask if there is any update on this feature? Thanks

@jamesblasco
Copy link
Member

We are blocked by this: stripe/stripe-react-native#464

@remonh87
Copy link
Member

remonh87 commented Mar 12, 2022

This functionality is available in v2.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue is blocked by an external dependency issue
Projects
Archived in project
Development

No branches or pull requests

5 participants