stripe-terminal-android
stripe-terminal-android copied to clipboard
Stripe Terminal Android SDK
## Summary Hello, our M2 card reader device has encountered two issues. 1. Inserting a bank card does not read the card information. It has not been successful since March...
## Summary Got INTEGRATION_ERROR.LOCAL_MOBILE_DEVICE_TEMPERED error from Stripe SDK ## Android version Android 11 ## Impacted devices (Android devices or readers) Tap to pay ## SDK version 3.2.1 ## Other information...
received UNEXPECTED_ERROR.UNEXPECTED_SDK_ERROR for 4 times on device id 902268 for 4 times at 09/02/2024 12:33 09/02/2024 13:00 09/02/2024 19:31 10/02/2024 12:48 ## Summary received the above error multiple times from...
## Summary The battery level obtained from Stripe M2 connectedReader.getBatteryLevel() is incorrect. Our application actively queries the battery level of the M2 device. The result obtained is 60%, but in...
## Summary `collectPaymentMethod` method call using NFC reader (Tap to Pay) when NFC reader is disabled leads to an exception: ``` FATAL EXCEPTION: main Process: com.stripe.cots.aidlservice, PID: 26554 java.lang.RuntimeException: Unable...
Crash on Android devices. Stacktrace: ``` Process: com.talex.mytaxidriver:stripelocalmobile, PID: 12337 java.lang.AbstractMethodError: abstract method "com.stripe.jvmcore.crpcclient.CrpcTimeout com.stripe.jvmcore.crpcclient.CrpcClient$CrpcRequestContextProvider.getRequestTimeout(com.stripe.proto.net.rpc.base.RpcRequest)" at com.stripe.jvmcore.crpcclient.CrpcClient.execute(CrpcClient.kt:42) at com.stripe.jvmcore.crpcclient.CrpcClient.blockingPost(CrpcClient.kt:125) at com.stripe.jvmcore.crpcclient.CrpcClient.blockingPost$default(CrpcClient.kt:87) at com.stripe.proto.terminal.clientlogger.pub.api.ClientLoggerApi.reportEvent(ClientLoggerApi.kt:15) at com.stripe.jvmcore.clientlogger.ClientLoggerEventDispatcher$dispatch$2.invokeSuspend(ClientLoggerDispatchers.kt:72) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) at...
## Summary When I'm running my android app, I'm constantly and randomly receiving the errors in the title. This is the stacktrace: ``` 2024-08-01 11:36:13.072 8404-8470 StripeTerminal I class=TerminalStatusManager message="reportCardStatusChange...
## Summary On Android devices targeting API level 35 (Android 15), a native crash occurs on Android 15 devices during the discovery process for Tap to Pay (localmobile) readers. This...
## Summary This issue follows the problem encountered in this [issue](https://github.com/stripe/stripe-terminal-android/issues/444), where an attempt to connect to the Tap to Pay reader resulted in a crash of the Stripe AIDL...
Add local discovery method to test Tap to pay.