stripe / stripe-android

Stripe Android SDK
https://stripe.com/docs/mobile/android
MIT License
1.29k stars 647 forks source link

Ability to use the ScanCard Feature without the scan_stats call #7715

Open Azulath opened 11 months ago

Azulath commented 11 months ago

Hi,

as a developer I would like to use the card scanner functionality (Android + iOS) without a call to v1/card_image_scans/scan_stats

Currently, the feature already works as the call is not required and returns a 401 if an invalid API key is supplied. However, it would be nice to be able to deactivate the call to the backend completely.

Is this something that can be configured or if not is this something you would consider to implement?

Thanks for your consideration!

awush-stripe commented 10 months ago

Hi @Azulath . this is not something that can be configured presently, however as you noted, the scanner will complete even if this call fails. I've added this to our backlog to change in future versions of the card scanner.

Kieninger commented 8 months ago

Hey @awush-stripe.

Thank you for considering this in your backlog. Do you already have a time-frame in which versions this configuration will be provided?

frmarkus commented 8 months ago

Hi @awush-stripe This would unblock us. Calling home (for whatever purpose) on a library that is supposed to scan PANs is a killer for us.