#solexious
1 messages · Page 1 of 1 (latest)
Hello solexious, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• solexious, 0 days ago, 8 messages
• solexious, 3 days ago, 11 messages
Our requirements just say Android 5.0 and above https://github.com/stripe/stripe-android#requirements
So it sounds like we don't differentiate between those. I'd recommend building our sample app from that repo and trying to run it on your test devices to see if they are supported
Okie doke
Does that app also have integration with the terminal physical payment device taking?
(as its only terminal taking physical card payments with a hardware reader I'm looking at)
Not sure what you mean. Can you rephrase that question?
The terminal SDK does support being used with Stripe's physical readers
https://stripe.com/docs/terminal/designing-integration?platform=android
Write your application using the Terminal SDK. The application uses the SDK to communicate with the reader, your back end, and the Stripe API.
Am I misunderstanding the docs?
I am not sure what you mean
Can you explain more about what you are asking?
Are you trying to understand whether our SDK supports a specific terminal?
Some financial apps/sdk's restrict running on rooted devices/other device restrictions. I'm writing an app that uses the terminal sdk to take payments from a wisepad3. The app you linked to to build to test restrictions, just seems to be for software only payments, not using the wisepad to take payments?
Those are the requirements for using our SDK in general. You need to use the SDK to connect to a wisepad3 and to use the SDK the device needs to support at least Android 5.0
Ok, thank you 👍
Also I am not seeing anything about whether we specifically restrict rooted devices, but I do see that an old changelog entry mentions that we fixed a bug that rooted devices were running in to and that was within the same major version as our latest SDK. So it sounds quite possible that we do support rooted devices https://github.com/stripe/stripe-android/blob/3d649d0e/CHANGELOG.md#20162---2022-12-05
Oh wait that is from the Android SDK not the android terminal SDK.
Ah apologies, I did send you the wrong requirements page. It looks like the only requirement we list for Stripe Terminal Android is that it needs to support Android API level 26 or higher https://github.com/stripe/stripe-terminal-android#requirements