How to collect user's bank account information in payment sheet? #666
Unanswered
Mason-Medrano
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Same here, what's the point in having flutter_stripe when it isn't all of Stripe? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am currently using flutter_stripe for a project. I have implemented the payment sheet to collect a user's card data, save this data for later if they choose, and then make a payment using a payment intent. I followed https://github.com/flutter-stripe/flutter_stripe/blob/893a8449765af4d135a6737bdef1b53e5e6afa63/docs/sheet.mdx to get this implemented.
Is there currently support to accept a user's bank account information, like routing number and account number, in addition to their card details within the payment sheet? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions