stripe/stripe-android

[Feature] Scan card not reading name and expiry date from the card.

shahwaiz90 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

Credit card scanner should scan expiration date, name and not only "pan"

Describe the solution you'd like

The scanner is only able to read the credit card number, but not the name, expiry date. I see this has been fixed in the iOS version, but not in Android version. Following is the model class which exposes us the pan attribute only.

/**
 * Card details from the scanner
 */
@Parcelize
data class ScannedCard(
    val pan: String
) : Parcelable

@shahwaiz90 Thank you for the suggestion! We have plans to improve Card Scan for Android on our roadmap but no timelines to share at this time.