#ignignign
1 messages · Page 1 of 1 (latest)
Hello! 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.
- ignignign, 4 days ago, 4 messages
Hello! The amount ending in 3 cents is, I believe, only for Terminal readers with a display for the cardholder to see, so it doesn't apply to tap to pay.
Looking to see if there's a way to test PIN with tap to pay...
Have you tried making the amount larger than the ones shown here, and have them end in 00 cents? https://support.stripe.com/questions/what-are-the-regional-contactless-limits-for-stripe-terminal-transactions
sorry for the delay
i have! even transactions for 200k go through
with the stripe testing card
I don't see any way to test PIN functionality for tap to pay. I recommend you write in to Stripe support and with PIN testing as a feature request: https://support.stripe.com/contact/email
Thanks Rubeus
Happy to help!
another thing 🙂
Yep?
when i use the ios simulator for localmobile, the session expires quite quickly, which results in the API key to become invalid until you connect a reader again, but it doesn't disconnect, it errors out.
do you know what's that time limit?
That shouldn't be happening. The SDK should be managing the lifecycle of all that for you. Make sure you set up your Connection Token endpoint correctly: https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=ios#connection-token
i'll check that out, but i think your example app repo is doing the same
That's not expected. Can you provide a detailed bug report on the GitHub repo or write in to Stripe support with the details so we can investigate further?
i've been working with SDK v2.23.1, is it recommended to upgrade to the last beta version or not really? how long is this one going to be supported for?
2.23.1? On iOS?
stripe-terminal-react-native beta 13 uses 2.23.1
beta 14 jumps to StripeTerminal 3.2.1
yeah on ios
Oh, React Native.
Yeah, I recommend using the latest version if possible. All of the React Native Terminal releases are in beta, so I'm not sure how long we'll support them for.
are there any docs regarding the changes between beta 13 and beta 14? if i try and upgrade manually my current app breaks, possibly due to the jump from 2.23.1 to 3.2.1
Yep, there are details on the releases page: https://github.com/stripe/stripe-terminal-react-native/releases
And you can check the changelogs for the underlying SDKs, like the iOS SDK changelog here: https://github.com/stripe-ios/stripe-terminal-ios/blob/master/CHANGELOG.md