Closed nerder closed 2 years ago
Currently, there is not a native component in the Stripe SDK that accomplishes that, therefore we don't have it in our roadmap. The official recommended way is to use a custom flow.
You can use a normal TextField with a validator like https://pub.dev/packages/iban
Is your feature request related to a problem? (please describe) I would like to be able to collect
IBAN
forSEPA Debit
using a smarter widget that can handle all the edge casesDescribe the solution you'd like I would love a solution similar of the one from
CardDetail
andpaymentMethod.card()
so a pre-made component that is able to collect the payment method and can share the information with thepaymentMethod.sepaDebit()
Describe alternatives you've considered Implement and ad-hoc widget in our codebase