#ferterahadi
1 messages · Page 1 of 1 (latest)
hello Stripe
Hi there, how can I help?
we recently received logs related to this issue. What could be the cause of the problem?
this happens when user tries to use the tap-on-mobile feature
specifically when the app tries to connect to the Device NFC
Are you using a Stripe Terminal reader? or Tap to Pay on Android?
Tap to Pay on Android
and this is the SDK version that we use
implementation "com.stripe:stripeterminal-localmobile:2.23.2"
implementation "com.stripe:stripeterminal-core:2.23.2"
Ok, Tap to Pay on Android requires Google Mobile Services (https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android#supported-devices). Is the test device certified with Google Mobile Service?
I believe it is
Can you check and confirm? Since the error suggests that it's not certified.
okay let me check
and then get back to you again
may I know when did Stripe impose this requirement?
because, Tap to Pay worked previously
and suddently Tap to Pay stops working
No it's not something new, Google Mobile Services is always required for Tap to Pay to work.
strangely it worked previously
assuming the device has Google Mobile Services in it
what else could be the reason?
I believe the error message is very clear: "Device is not Google Mobile Services (GMS) certified"
does the SDK check the GMS version the device is using?
does the device has to use the latest GMS version?
I don't see the docs mention the latest GMS is required.