#sanji233
1 messages · Page 1 of 1 (latest)
To request access to this beta feature, please contact us at stripe-terminal-betas@stripe.com.
It looks like you are using a beta feature. Have you contacted stripe-terminal-betas@stripe.com ?
Yes, I sent an email a month ago but there was no response. We just hope to use the device, but currently there is no solution for us to run it
Can I know what the beta feature is? I just integrated POS and want to swipe my card
Can you check your code and see if you use any beta feature? you can start by searching beta in your code base
The code I am running is from https://github.com/stripe/stripe-terminal-android.git Downloaded
Are you using the master branch?
yes
Did you make any changes to the example code?
I added backend configuration
Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
acct_1GGVetEvsfA3K4oy
OK, can you also elaborate more on I am still prompted to activate testing permissions ?
Wait a moment, I'll reproduce it again
I just updated the demo code and will now report this error
2023-07-28 11:00:49.787 18077-18077/com.stripe.example.javaapp E/StripeTerminal: class=BbposDeviceListenerWrapperImpl message="Failed to read terminal setting" DF8926=TAG_NOT_ALLOWED_TO_ACCESS
Please review this video. When I first click on the device, the log prompts Failed to read terminal setting "DF8926=TAG-NOT_ALLOWED_TO-ACCESS
I don't think you can use a reader that's outside your account country. Since your account is in Italy, you should register your reader in a location within Italy.
I am currently in China and my clients are in Italy and Germany
I also provided the address for Italy, but also prompted 'Failed to read terminal setting' DF8926=TAG-NOT_ALLOWED_TO-ACCESS
Is this because I am in China?
It shouldn't matter if you are in test mode, register your reader to a location in Italy and try again.
OK, can you share with me the terminal reader ID? it starts with tmr_
tmr_FL6MKQdWZtTHA6
Are you connecting this device by USB or bluetooth?
I am connecting by USB
I have also tried Bluetooth, but the same problem still exists
https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=android&reader-type=usb Are you using a cable that supports both data and charging?
yes
Can you try a different cable? I saw lots of USB unexpectedly disconnected during operation. errors from the log
The data cable comes in its own packaging box
Do you happen to have another cable?
Okay, I'll try another one
I changed the line, but it was still the same. I noticed that the first click would prompt Failed to read terminal setting "DF8926=TAG-NOT_ALLOWED_TO-ACCESS, and the second click would prompt com. stripe. striped terminal. external. models. TerminalException: USB unexpectedly disconnected during operation
Do you have another terminal reader with you?
There's a possibility. The log says USB unexpectedly disconnected during operation so there's a problem with USB connection, it can be USB cable or the USB connection port on the reader, or even your laptop's USB port.
But I will also prompt this error when using Bluetooth
Is it possible that this machine needs to be set up or authorized for operation
OK, try this
1/ remove the USB cable
2/ forget the device from your phone bluetooth settings
3/ open the demo app to reconnect the reader via bluetooth.
Please review this video.
And do you see any error in logcat?
yes
2023-07-28 11:49:01.771 11774-11774/com.stripe.example.javaapp E/StripeTerminal: class=BbposDeviceListenerWrapperImpl message="Failed to read terminal setting" DF8926=TAG_NOT_ALLOWED_TO_ACCESS
If possible, can you run your application in another Android device?
Okay, I will try using Bluetooth on my phone
Just check in, do you still get the same error after using a different device?
Sorry, I can connect through Bluetooth using my phone (Android 9), but our Android motherboard (Android 11) is missing and cannot be connected. Do you think this is the reason?
Sorry, there was a translation error. What I meant was that we couldn't connect
couldn't connect Android motherboard (Android 11)
OK, let me clarify.
- It works in your Android 9 phone
- It doesn't work in your development Android board
Is it the correct understanding?
yes
Got it.
So you might want to work with your Android hardware engineer to figure out the problem.
Can I ask about the Bluetooth version of this POS machine
We suspect that it may be due to different versions
Android 9 phone is 5
Android board is 4
https://d37ugbyn3rpeym.cloudfront.net/terminal/product-sheets/wp3_product_sheet.pdf you can find the wisepad 3 product sheet here
If you need more information on the device specification, please reach out to support https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
btw, BBPOS WisePad 3 uses Bluetooth Low Energy (LE) , you might want to check if the Android development board supports it.
Okay, thank you. Do you have any suggestions regarding the USB connection issue? We may hope to have a wired connection for more stability
It's in the product sheet that I shared earlier
ok,thank you