#ky_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/1410641559493415024
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there, which SDK version are you using?
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.25",
And which platform are you testing on?
That version should include the SDK versions for both that supports PIN entry, generally
Note that PIN entry "online" support is regional, and for iOS its only possible on 16.4+
https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=ios#fallback
If you're in a PIN-supported region the 03c test amount should trigger the PIN entry flow
US is not PIN-enabled, so you get the error instead
To test PIN entry in markets where PIN is accepted, use physical test cards with amounts ending in .03. In markets where PIN isn’t accepted, a transaction ending in .03 returns an online_or_offline_pin_required error code after the card is tapped, instead of allowing the user to test PIN entry.
Correct, its not supported in any context
It's not explicitly spelled out, but i'll share feedback that would should list countries explicitly
This is more of a regional convention issue, the team is monitoring for ecosystem changes but no immediately plans to change this