#ky_docs

1 messages · Page 1 of 1 (latest)

mossy gorgeBOT
#

👋 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.

vernal echo
#

hey there, which SDK version are you using?

livid night
#

"@stripe/stripe-terminal-react-native": "^0.0.1-beta.25",

vernal echo
#

And which platform are you testing on?

#

That version should include the SDK versions for both that supports PIN entry, generally

livid night
#

platform ios

#

but is there a way to test that scenario in testing mode?

vernal echo
#

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.

livid night
#

hmmm i see

#

where in the docs says US is not pin-enabled?

#

even in prod right?

vernal echo
#

Correct, its not supported in any context

#

It's not explicitly spelled out, but i'll share feedback that would should list countries explicitly

livid night
#

ahh ok

#

thank you

#

is there a chance to support PIN?

vernal echo
#

This is more of a regional convention issue, the team is monitoring for ecosystem changes but no immediately plans to change this

livid night
#

ok!

#

thank you very much