card-io / card.io-Android-SDK

card.io provides fast, easy credit card scanning in mobile apps
Other
1.99k stars 532 forks source link

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

Open bkmalkoc opened 7 years ago

bkmalkoc commented 7 years ago

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?

lkorth commented 7 years ago

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.

facundofarias commented 6 years ago

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