braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 128 forks source link

Card.io scan only card number but not Expiration date. #55

Closed zgeorgiev closed 5 years ago

zgeorgiev commented 5 years ago

General information

I integrated the card form together with card.io api but when I trigger card.io and scan a credit card it recognized only card number but not the expiration period. Any ideas?

minSdkVersion 16 targetSdkVersion 28 Card.IO library version: api 'io.card:android-sdk:5.5.1'

Device: Samsung Galaxy S8 with Android 8.0

quinnjn commented 5 years ago

It sounds like your question is more directed at CardIO, and it might be worth opening a issue in that repository: https://github.com/card-io/card.io-Android-source

As far as android-card-form, it will accept a CardIO result with a expiration date if the result is valid. It could be that the CardIO result doesn't have a valid expiration.

I don't think there are any action items for your issue in this repository so I'm going to close the issue.