#Luís Jesus
1 messages · Page 1 of 1 (latest)
Thanks for the followup. Checking in to whether this is somethign that needs to be enabled on your account and will get back to you.
Thank you
Also pasting the error and location ID here for quick reference
connectLocalMobileReader {"error": {"code": "NETWORK_ERROR.STRIPE_API_ERROR", "message": "country PT is not supported"}, "reader": undefined}
tml_FH5Tg0QgyCYqUO
Hey apologies for the wait but we are still looking in to this. Will get back to you when we have more info
It looks like this is only available for Portugese accounts but I see that that terminal location is on your US account. Did you try to connect to the reader from your US account or was it from a PT connected account?
My apologies, I don't think it needs to be on the PT account at that stage. Consulting more colleagues...
Hello again 👋 @valid linden
Are you there?
What version of the Terminal ReactNative SDK are you running?
Can you check if you're running v0.0.1-beta.13?
https://github.com/stripe/stripe-terminal-react-native/releases/tag/v0.0.1-beta.13
Tap to Pay Android and iOS support in all available markets
I'm using beta.12
Can you try updating to the latest version and see if that changes things?
Will do
Can you also share the PaymentIntent you're trying to process just for my reference?
I don't even get to the stage of creating the payment intent when this error happens
Ah gotcha
But I'm upgrading to the new version and testing it out
Thank you, this is a bit slow compiling the react-native app 😆
All good!
Getting a
``` LOG [Stripe terminal]: didFinishDiscoveringReaders {"error": {"code": "INTEGRATION_ERROR.LOCAL_MOBILE_DEBUG_NOT_SUPPORTED", "message": "Debuggable applications are not supported in the production version of the localmobile reader. Please use a simulated version of the reader by setting DiscoveryConfiguration.isSimulated to true."}}
error runnign the same code, I've set isSimulated to true but it just hangs when connecting to the reader
but I think this might be a library bug now
How exactly are you setting isSimulated ? Can you share the relevant code?
await discoverReaders({
discoveryMethod: "localMobile",
simulated: true,
})
I have a Stripe Terminal Test Card and an Android device with Tap to Tay enabled, so I shouldn't need to simulate a reader
It's because of this change on the Android library: Debuggable applications are not supported in the production version of the localmobile reader
It seems that I can only test a simulated version now
So I'm not really able to validate if it's working
Without moving into production
Yeah, not sure why you're getting the error above but just a heads up for real device testing;
Using the non-simulated, production version of the Tap to Pay reader with debuggable applications isn’t supported for security and compliance reasons. You can still test on a real device, you'll just need to build a release version of your app that uses your test API keys
👍
Thank you for your help