#-_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1367557892013821984
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! You can read about the specifics of integrating Terminal with Android here: https://docs.stripe.com/terminal/payments/setup-integration?terminal-sdk-platform=android
That said, are you a developer as well as a photographer?
Yes I am, I'm not quite an android developer though and I plan on using an app called ChargeStripe to charge via a card reader.
I'm more of an API/Web developer
Currently I am using online payments via Python Flask using the Stripe API, however this can take a while to do when I'm trying to accept payments in-person.
I'm just wondering if using the terminal sdk (which is used in the app I plan on using) with a card reader such as the BBPOS WisePad 3 requireds a specific android version such as 11+ to be able to use, as I cannot find this specified anywhere in the docs except about the tap-to-pay
It very likely requires a quite new version; let me see if I can find that in writing.
Okay
The Stripe Terminal Android SDK is compatible with apps supporting Android API level 26* and above
https://github.com/stripe/stripe-terminal-android
That maps to Android 8.0: https://developer.android.com/tools/releases/platforms#8.0
So with this I'd assume the card reader will work with an android device that is at least Android 8.0?
Whereas tap-to-pay via phone's NFC requires at least Android 11?
That sounds correct.
Awesome, thank you. I just needed to confirm before I pay ยฃ49 for a card reader... I would have hated to purchase it just to find out it wouldn't work with my phone, but gladly it should. Thank you for your help!
What's your phone?
Yup, so you should be at API level 28 and therefore good to go. ๐
I see Knox API Level as 27, unsure if that is the API level but I think so, which it's above 26 so it should work.
๐ ๐