#maxp_code
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/1387797280433635518
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, to confirm, when using that test with 03, it works with iOS but with Android it just does not show a pin request? When you said it failed/ does not work - you're not saying you're getting errors. Is that right?
Hi @elfin sparrow , yes, on Android it doen't show. and i have error saying "delined by stripe"
Hey there, just stepping in for pgskc who needs to step away
Do you have an screen capture or record of this on android at all?
of course, here the log's screen shot and a screen record.
Perfect, thanks.
So it is declining with context about the PIN entry requirement as expect, but does not surface the PIN entry UI to actually resolve that
Are you integrating directly with the ios/android SDKs indivudally, or using React Native for both?
Ah sorry, you said this up top
Sorry, missed that
Ok let me look into this
no problem
i am using an old version, "0.0.1-beta.16"
other logs before the error :
OK, got an answer for you, you need to use a newer version to support PIN entry here.
Looking at the Tap to Pay docs for Android, we see this specifies 4.3.0 is required for PIN entry support:
The minimum required SDK version to collect PIN is 4.3.0.
https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android&terminal-sdk-platform=android#getting-started
Your beta 16 version of the react native SDK is using a much older underlying Android SDK version:
https://github.com/stripe/stripe-terminal-react-native/blob/v0.0.1-beta.16/android/build.gradle#L31
Only beta 25 uses a supported android SDK version
Support in the native SDK was only release in March 2025, so this is fairly recent
Older versions don't support PIN entry like this.
