Can't import STPCardScanner, STPCameraView, and STPCardScannerDelegate into project. I've integrated stripe with custom UI and I will like to be able to use the new scanner in version 20.0.0 and get rid of Card.io interfaces. Will it be possible to access this classes like STPPaymentCardTextField and many others that are available for customization? Thanks.
I would like to implement something like in STPAddCardViewController.m
` STPCardScannerTableViewCell *scannerCell = [[STPCardScannerTableViewCell alloc] init];
_scannerCell = scannerCell;
STPCardScanner *cardScanner = [[STPCardScanner alloc] initWithDelegate:self];
cardScanner.cameraView = scannerCell.cameraView;
_cardScanner = cardScanner;
`
14.0
Cocoapods
20.0.0
Hello! We don't currently support using the card scanner outside of STPAddCardViewController at the moment, but we plan to add an API once it's out of beta.
@davidme-stripe Hey David, do you have any eta when the vision card scanning will be out of beta, keen to add this to the stripe card text field 馃憤
Most helpful comment
Hello! We don't currently support using the card scanner outside of STPAddCardViewController at the moment, but we plan to add an API once it's out of beta.