Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Is there a way to get the card type by number without scanning? #286

Open
colbs255 opened this issue May 29, 2018 · 1 comment
Open

Is there a way to get the card type by number without scanning? #286

colbs255 opened this issue May 29, 2018 · 1 comment

Comments

@colbs255
Copy link

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?

@popwarfour
Copy link

try this,
let card = CardIOCreditCardInfo()
card.cardNumber = manuallyEnteredCardNumber
let cardType = card.cardType

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants