stripe-terminal-android
stripe-terminal-android copied to clipboard
Stripe Terminal Android SDK
I want to know at any moment if a card is inserted or removed, not only in collect state.
## Summary We are still getting the same error READER_MISSING_ENCRYPTION_KEYS even after updating the SDK to 3.4.0 We are using Stripe M2 Reader & once this error comes, we have...
I was wondering if this issue while using Tap To Pay for Android is specific to the Stripe app because perhaps it doesn't have regional considerations for interac... Or is...
## Summary When the card reader connection is abnormal, my program will immediately try to reconnect to the card reader. This function has been working very well and can be...
## Summary While everything is working fine, sometimes my app crashes. Even though I have been researching this problem for a long time, I cannot find what causes the problem....
Hello, I'm having this warning on Google Play Console for my app which uses Android Stripe Terminal Tap To Pay SDK. ``` play-services-safetynet (com.google.android.gms:play-services-safetynet)”: The SafetyNet Attestation API is being...
I am having below dependencies in my gradle for android implementation 'com.squareup.retrofit2:retrofit:2.11.0' implementation 'com.squareup.retrofit2:converter-gson:2.11.0' implementation "com.stripe:stripeterminal:3.4.0" implementation "com.stripe:stripeterminal-localmobile:3.5.0" implementation "com.stripe:stripeterminal-core:3.5.0" When I call Terminal.initTerminal(mainActivity, logLevel, tokenProvider!!, this) It crashes with...
## Summary I used a USB connected card reader, and when I kept keeping the reader in collectPaymentMethod mode, I found that the reader would heat up. So I want...
## Summary Based on the logs from the production environment, an error occurred when calling the `createPaymentIntent` method with the following details: errorMessage: Expired API Key provided: pss_live_YW*********************************************************************_******zLbP, errorCode: NETWORK_ERROR.SESSION_EXPIRED....
## Summary I have received this crash from some of the devices out in the field. I haven't been able to reproduce. Is this the missing onError handler in the...