-
Notifications
You must be signed in to change notification settings - Fork 266
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
Setting card params programatically #637
Labels
enhancement
New feature or request
Comments
@arekkubaczkowski is even for just the "ref" it is needed to be implemented in stripe-ios first ? |
+1 Use case:
|
Another use case:
|
4 tasks
Yes, the combination of card scanner feature and CardField component could be useful for our solution too. Do you have any plans about it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I would like to use a card scanner to enter card details into a CardField, specifically on ios. It's something our customers have requested.
Describe the solution you'd like
A method on CardField ref that allows me to set the card params programatically.
It would also be cool if you made a react native component for stripes ios scanner, but I understand that it's probably not a priority.
Describe alternatives you've considered
I can patch it myself, but it adds extra work when I have to update the package in the future. I have looked at the payment sheet that has the card scanner built in, but it unfortunately doesn't fit our use case in other regards.
The text was updated successfully, but these errors were encountered: