card-io / card.io-Android-SDK

card.io provides fast, easy credit card scanning in mobile apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customization for 'KEYBOARD' button and directing to own custom 'Card details' view

bkmalkoc opened this issue · comments

I got 3 questions for Android SDK.

1- Is there any way to customize 'KEYBOARD' button on scanning screen?

2- Is there a way to start my own view after clicking on 'KEYBOARD' button?

3- Is there any way to start my own view after scanning the card for entering expiration date, cvv, card holder name?

1.) Not at this time, no.
2.) Not at this time, no.
3.) Yes, suppress manual entry and after the response comes back to your Activity in Activity#onActivityResult, process the response and show your own card form when needed.

@bkmalkoc I guess that for 1) and 2) you can always fork the project and release your own version.. isn't it? :)