card.io-iOS-SDK
card.io-iOS-SDK copied to clipboard
Is there a way to get the card type by number without scanning?
General information
- SDK/Library version:
- iOS Version and Device:
- Integration type and version:
Issue description
If a user enters their card number manually (no scanning), I would like to get the card type using card IO. Is there a way to do this?
try this,
let card = CardIOCreditCardInfo()
card.cardNumber = manuallyEnteredCardNumber
let cardType = card.cardType