Features
Scan Card

Key Features of Hyperswitch's Card Scanning Technology
Accuracy: Leveraging optical character recognition (OCR) technology, Hyperswitch's card scanning feature accurately extracts credit card details in real-time. This significantly reduces the likelihood of manual entry errors and speeds up the checkout process.
Benefits of Hyperswitch's Card Scanning Feature
Improved User Experience: By eliminating the need for manual card data entry, the card scanning feature significantly enhances the user experience, potentially leading to higher conversion rates for businesses.
Reduced Error Rates: The scanning technology minimizes the risk of mistyped card information, reducing transaction errors and potential disputes.
Time-Saving Efficiency: For both customers and merchants, the card scanning feature saves valuable time during the checkout process, potentially leading to increased customer satisfaction and loyalty.
1.0 Configure pods to support Scan Card feature
Scan Card Setup
Add these lines to your Podfile:
#use_frameworks!
#target 'YourAPP' do
pod 'hyperswitch-sdk-ios/scancard'
#end
Note: Above subspec installs both Hyperswitch SDK and Scan Card dependencies to your app
Run the following command:
pod install
To update to the latest version of the SDK, run:
pod install --repo-update
1.1 Enable scan card support for iOS app
To enable scan card support, set the NSCameraUsageDescription
(Privacy - Camera Usage Description) in the Info.plist of your application, and provide a reason for accessing the camera (for example, “camera access required to scan cards”). Devices with iOS 13 or higher support card scanning.

Last updated
Was this helpful?