stripe / stripe-react-native

React Native library for Stripe.
https://stripe.dev/stripe-react-native
MIT License
1.26k stars 260 forks source link

When it will support scan card? #1259

Open gaofeiyang2022 opened 1 year ago

gaofeiyang2022 commented 1 year ago

When it will support scan cards?

I saw stripe-ios and android has supported scan

charliecruzan-stripe commented 1 year ago

Payment Sheet supports card scanning, have you tried using Payment Sheet?

crechet commented 1 year ago

Hi! Our team wants to add the credit card scanning feature. Currently we are using the CardField component to collect user’s card data. Is there a way to use card scanning both for iOS and Android with CardField component?

charliecruzan-stripe commented 1 year ago

Not with the CardField component, yet. You'd need to use the Payment Sheet

crechet commented 1 year ago

Not with the CardField component, yet. You'd need to use the Payment Sheet

It's sad. Thanks!

gaofeiyang2022 commented 1 year ago

Yes, I also hope this scanning feature can be integrated into CardField Component.

robertcreaner commented 1 year ago

Agreed, would be awesome to have the Card Scan feature available on the CardForm/CardField components

theodoregold commented 1 year ago

Is there any roadmap when this could be available?

trilam1409 commented 9 months ago

My app uses Stripe to add cards on the backend side. On the client side, we add cards on our custom form. So we need to add a feature to support getting card information via scan. Hope the feature will be released soon.

tuanlevi95 commented 4 months ago

i saw its support on payment sheet, but only ios, android not support

AlixH commented 3 weeks ago

Up

volkanakbayir commented 22 hours ago

I also observed that, in payment sheet scan card button is only available in ios and is not visible on android