#rafael_error
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/1318947010388295732
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
@paper raptor what is your target Sdk version ?
35
And what Stripe Terminal Android SDK version please ?
implementation 'com.stripe:stripeterminal-taptopay:4.1.0'
implementation 'com.stripe:stripeterminal-core:4.1.0'
Thanks for sharing these details.
Could you please also share more details about your integration ? What type of Terminal integration you are implementing? What reader (serial number?)?
I am trying to integrate the tap to pay on phone feature.
Setting DiscoveryConfiguration.TapToPayDiscoveryConfiguration(true); --> simulated, everything works, going to production is when I get the error.
Great, could you please try reproduce the issue on this official sample and share with me the reproduction steps?
https://github.com/stripe-samples/tap-to-pay-android-demo
This sample is not using the latest stripe sdk, is using version 2.
Hello
Taking over here.
I suspect there might a dependency issue in the latest SDK.
Have you tried downgrading to 3.x.x version to see if that helps?
I started with this version and got the same error.
implementation 'com.stripe:stripeterminal:3.10.0'
implementation 'com.stripe:stripeterminal-localmobile:3.10.0'