Card Scanning
Hyperswitch's card scanning feature uses OCR technology to accurately extract credit card details in real-time, reducing manual entry errors and speeding up checkout.
Last updated
Was this helpful?
Was this helpful?
hyperswitch {
// Enable scan card feature
enableScanCard = true
// Optional: Specify custom version (uses recommended version if not specified)
scanCardVersion = "0.0.6"
}#use_frameworks!
#target 'YourAPP' do
pod 'hyperswitch-sdk-ios/scancard'
#endpod installpod install --repo-updatedependencies {
implementation 'io.hyperswitch:hyperswitch-scan-card-lite:+'
}