#Luís Jesus

1 messages · Page 1 of 1 (latest)

steel warrenBOT
humble wraith
#

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.

valid linden
#

Thank you

humble wraith
#

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

humble wraith
#

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

eager plank
#

Hello again 👋 @valid linden

#

Are you there?

#

What version of the Terminal ReactNative SDK are you running?

#

Tap to Pay Android and iOS support in all available markets

valid linden
#

I'm using beta.12

eager plank
#

Can you try updating to the latest version and see if that changes things?

valid linden
#

Will do

eager plank
#

Can you also share the PaymentIntent you're trying to process just for my reference?

valid linden
#

I don't even get to the stage of creating the payment intent when this error happens

eager plank
#

Ah gotcha

valid linden
#

But I'm upgrading to the new version and testing it out

eager plank
#

I see I see

#

Yeah let me know once you do. I'll wait 🙂

steel warrenBOT
valid linden
#

Thank you, this is a bit slow compiling the react-native app 😆

eager plank
#

All good!

valid linden
#

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

eager plank
#

How exactly are you setting isSimulated ? Can you share the relevant code?

valid linden
#

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

eager plank
#

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

valid linden
#

Yeah that makes sense

#

I'll try that and get back to you if I still have issues

eager plank
#

👍

valid linden
#

Thank you for your help