-
Notifications
You must be signed in to change notification settings - Fork 997
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
Allow use of other card scan libraries #1395
Comments
Thanks for filing this! We're looking into adding CardScan support in the near future. |
Awesome to hear, looking forward to it! |
Awesome to hear, Waiting for this integration! |
Updating here that we are still actively working on finding a replacement for CardIO integration in our SDK. Hopefully more to report in the coming months |
We're tracking a replacement here: #1629 |
Our new card scanner is available in SDK 20.0.0. |
@davidme-stripe is that card-scanner implementation using card-io (or CardScan) below the hood, or did you implement this from scratch? |
It uses the built-in iOS OCR framework. The source is in STPCardScanner.swift, feel free to inspect and reuse it under the terms of the MIT License. |
Hello, I need to perform a scan from JS app. Is it possible to integrate some library to read card from photo camera and use these values on stripe? |
* Make US and Canada have dropdowns for states * Make dropdown hide after autofill * Fix default value in playground * update test * Add StringDataElement * update address ui test * fix UI tests * update test again * Update StripeUICore/StripeUICore/Source/Elements/Factories/Address/AddressSpec.swift Co-authored-by: Yuki <[email protected]> * Clean up function for state dropdown * StringDataElement -> RawDataElement * Rename to TextOrDropdownElement Co-authored-by: Yuki <[email protected]>
Summary
The ability to easily integrate the CardIO library with the stripe SDK is great. However, as the CardIO library hasn't been maintained for a long time and has now been archived I don't think it makes sense to rely on it any more.
There are other options available for card scanning, the best I have found is cardscan. It is actively maintained and is offered for free to small business/those who do not want to use the commercial fraud prevention offering.
I think it would be great to support CardScan as well as or instead of CardIO or maybe open up the
STPAddCardViewController
for easy custom integration?The text was updated successfully, but these errors were encountered: