You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Android device freezes when the collect payment method is invoked and the user taps their card on NFC. At this point, the payment intent hasn’t been confirmed, and no charge has been made to the user’s card. But the problem is we programmatically cancel this activity after a certain duration with the help of a patch since the Android package supports timeout, but it just hangs there and we have to restart the device manually. This issue is relatively rare.
Expected behavior
Should proceed to capture the payment and continue the app flow
Screenshots
Additional context
Device: Tap-to-pay (Generic Android)
React Native version: 0.72.6
Gradle version: 8.0.1
Stripe version: 0.0.1-beta.15
OS: Android 13
The text was updated successfully, but these errors were encountered:
Reproducing the issue is quite hard. I'll roll out a new production version of the app with beta.22, and if the problem persists, I'll follow up accordingly.
A quick question, Has this issue been reported before so I can update my team? I want to confirm that it's not a hardware problem or any other issue.
@abdulmananqureshi Can you share a payment intent ID from an instance where this issue occurs in the last 30 days so we can check the logs on our side?
Describe the bug
The Android device freezes when the collect payment method is invoked and the user taps their card on NFC. At this point, the payment intent hasn’t been confirmed, and no charge has been made to the user’s card. But the problem is we programmatically cancel this activity after a certain duration with the help of a patch since the Android package supports timeout, but it just hangs there and we have to restart the device manually. This issue is relatively rare.
Expected behavior
Should proceed to capture the payment and continue the app flow
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: