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

How to render to screen where user manually enters card number and date without scanning card? #77

Open
ravisojitra opened this issue Sep 16, 2017 · 1 comment

Comments

@ravisojitra
Copy link

I need the user to manually enter card number and date and then validate it.
This plugin opens scan camera which i don't want.
Or can i have only validation code for card scan whether enter card number is correct and exists or not?

@bstuelp
Copy link

bstuelp commented Sep 22, 2017

Maybe you should use this parameter "noCamera" like manual explain.

CardIO.scan({
"requireExpiry": true,
"requireCVV": false,
"requirePostalCode": false,
"restrictPostalCodeToNumericOnly": true,
"noCamera" : true
},
onCardIOComplete,
onCardIOCancel
);

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