stripe-ios icon indicating copy to clipboard operation
stripe-ios copied to clipboard

[Feature] StripeCardScan ScanCard only has the card number and no expiration date

Open littlematt opened this issue 1 year ago • 10 comments

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

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

littlematt avatar Aug 24 '23 00:08 littlematt

Hi @littlematt . Can you share with us more about the problem that you are facing? Any relevant code snippet, screenshots or screen recordings, as well as the version of the SDK will be helpful here.

seanzhang-stripe avatar Aug 24 '23 05:08 seanzhang-stripe

Hi @littlematt . Can you share with us more about the problem that you are facing? Any relevant code snippet, screenshots or screen recordings, as well as the version of the SDK will be helpful here.

Hi,When the SDK recognizes the bank card, it only recognizes the bank card number, but it does not recognize the expiration date

littlematt avatar Aug 24 '23 12:08 littlematt

Hi @littlematt . Can you share with us more about the problem that you are facing? Any relevant code snippet, screenshots or screen recordings, as well as the version of the SDK will be helpful here.

Hi, the model ScanCard has only one field "pan"

littlematt avatar Aug 24 '23 12:08 littlematt

Hi @littlematt are you referring to the ScannedCard structure?

I've added your request to our internal backlog.

seanzhang-stripe avatar Aug 28 '23 03:08 seanzhang-stripe

+1 on this one, as this is something we are also interested in :)

sunshinejr avatar Oct 16 '23 20:10 sunshinejr

+1 on this one. The bummer is that internal classes do recognize whole card information. But unfortunately ScannedCard has only 1 property for pan. And above mentioned classes are not public. I even can't override userDidScanCardSimple in CardScanSheet, because it's in extension. So no way to solve this on my own.

Belinskaya avatar Nov 15 '23 21:11 Belinskaya

hey @seanzhang-stripe do you know a timeline for this?

Belinskaya avatar Nov 16 '23 21:11 Belinskaya

This is an issue for us too. We're not sure why those other values are blocked. Also, is it possible to get the CVV as well? E.g. from an AMEX card?

via-guy avatar Feb 28 '24 11:02 via-guy

This is also a duplicate of https://github.com/stripe/stripe-ios/issues/2484

via-guy avatar Feb 28 '24 11:02 via-guy

This was fixed in https://github.com/stripe/stripe-ios/pull/3539.

davidme-stripe avatar May 01 '24 20:05 davidme-stripe