Tipsi-stripe: Google Pay: Unexpected Developer Error, please try again later

Created on 20 Dec 2018  路  7Comments  路  Source: tipsi/tipsi-stripe

The problem

When Android Pay is used with live stripe key, I get the error Unexpected Developer Error, please try again later. Can someone guide me here? My androidPayMode is test.

Environment

  • tipsi-stripe version: 6.1.0
  • Android
  • OS version: Mac OS High Sierra 10.13.6
  • React-Native version: 0.53.3

  • (Android only) com.google.android.gms:play-services-base version: 11.4.2

For Android, please provide the following sections from android/app/build.gradle:

  • android.compileSdkVersion 26
  • android.buildToolsVersion: 26.0.2
  • android.defaultConfig.minSdkVersion 19
  • android.defaultConfig.targetSdkVersion: 26
  • android.defaultConfig.multiDexEnabled true
wont-fix

Most helpful comment

Try this command adb -d logcat -s WalletMerchantError in your terminal after connecting your device. May be you will get some clue from there.

All 7 comments

news?

check your code where you build your client and change Environment_test to Environment_Production
mPaymentsClient =
Wallet.getPaymentsClient(this,
new Wallet.WalletOptions.Builder()
.setEnvironment(WalletConstants.ENVIRONMENT_TEST)
.build());

change WalletConstants.ENVIRONMENT_TEST to WalletConstants.ENVIRONMENT_PRODUCTION

Still getting issue?
I am using cordova, ionic, google pay together.

please post about this.

I am also facing the same issue, please guide me if you any solution for this.

I've seen this several times while testing on Safari - web based app.
(so not same environment but same error)

Force quitting the tab tends to fix it. Since it's on my phone I can't easily debug it further than this.

Try this command adb -d logcat -s WalletMerchantError in your terminal after connecting your device. May be you will get some clue from there.

Try this command adb -d logcat -s WalletMerchantError in your terminal after connecting your device. May be you will get some clue from there.

You saved my day. Thanks.

Was this page helpful?
0 / 5 - 0 ratings