#anna_api
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/1364907053935624234
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
INTEGRATION_ERROR.TAP_TO_PAY_INSECURE_ENVIROMENT
When/where do you see that error exactly?
When i try to discover the readers using this method:
const discoveredReaders = await discoverReaders({
discoveryMethod: 'tapToPay',
simulated: false
});
and what is the full error message you get?
the full error message is: INTEGRATION_ERROR.TAP_TO_PAY_INSECURE_ENVIROMENT Tap To Pay reader not operating in secure process
and are you using a supported device? https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=ios#supported-devices
i am using Xiaomi Redmi Note 13 pro
More info about my App: it is in React Native, with native modules for ios and android
thanks, still looking into this.
I think this is related to one of these conditions not being satisfied: https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android#pin
so can you double check on your end?
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!