Open littlematt opened 1 year ago
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 @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
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"
Hi @littlematt are you referring to the ScannedCard structure?
I've added your request to our internal backlog.
+1 on this one, as this is something we are also interested in :)
+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.
hey @seanzhang-stripe do you know a timeline for this?
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?
This is also a duplicate of https://github.com/stripe/stripe-ios/issues/2484
This was fixed in https://github.com/stripe/stripe-ios/pull/3539.
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.