-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tap To Pay] Reader has been disconnected unexpectedly on Android devices #693
Comments
Hi, |
Hi @nazli-stripe , I can't find the account and serial numbers when the payment is cancelled. The latest has id: pi_3PF7CwEcr8OExvfT1zxs98vO Attached bugfender screen shot Hope that helps. Thanks. |
Same problem here on Samsung Tab Active 3, running Android 13. |
This appears to be a potential issue with our native Android SDK, we are investigating internally. Will update this ticket with new information |
Hi @nazli-stripe , This is one of the latest instances where there is a serial number it it helps: |
Here's another serial number: |
Any news? @nazli-stripe |
Hello, @nazli-stripe , |
We are also experiencing this. The only solution so far has been to disconnect and reconnect the reader every time we want to initiate Tap to Pay. It looks like the library is unable to monitor the connection state of the reader in background and auto reconnect properly. |
Describe the bug
After putting the Android app in the background for some time, then reopening the app to do the first Tap to Pay transaction causes the following issue happens:
It happened after after creating the Payment Intent by the
createPaymentIntent
function and before thecollectingPaymentMethod
function executes. Then thecollectingPaymentMethod
function throws this error, which causes the transaction to fail:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Reader should not be disconnected unexpectedly when doing the transaction.
Stripe Terminal React Native SDK version
^0.0.1-beta.17
^0.0.1-beta.18
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: