#rafael_error

1 messages ¡ Page 1 of 1 (latest)

plain lightBOT
#

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

coral plume
#

Hi, let me help you with this.

placid elk
#

@paper raptor what is your target Sdk version ?

paper raptor
#

35

placid elk
#

And what Stripe Terminal Android SDK version please ?

paper raptor
#

implementation 'com.stripe:stripeterminal-taptopay:4.1.0'
implementation 'com.stripe:stripeterminal-core:4.1.0'

placid elk
#

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?)?

paper raptor
#

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.

placid elk
plain lightBOT
paper raptor
#

This sample is not using the latest stripe sdk, is using version 2.

robust cliff
#

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?

paper raptor
#

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'