#asp-android-googlepay
1 messages · Page 1 of 1 (latest)
Hi there, I was wondering if there is any error logs you are observing within the server?
Kindly please help me what can i do? please give me any idea.
Have any thing add to server side?
Are you logging any errors on your server?
Or is there any stacktrace when running into the error?
This merchant is not enabled for Google Pay
I got this error only
Is this one is right or do i add anything for this code?
GooglePayPaymentMethodLauncher googlePayLauncher = new GooglePayPaymentMethodLauncher(
Payment_Settings_Activity.this,
new GooglePayPaymentMethodLauncher.Config(
GooglePayEnvironment.Production,
"US",
"Fusion Kitchen"
),
Payment_Settings_Activity.this::onGooglePayReady,
Payment_Settings_Activity.this::onGooglePayResult
);
I see, in this case you would need to contact the merchant to enable Google Pay on their phone.
How to enable merchant id in google pay? can You please share me the any referral link
Could please help me sir this is issue
@hushed spoke
Serverside showing this error
Failed(error=java.lang.RuntimeException: Google Pay failed with error 405: , errorCode=1)
This looks good to me with reference to https://stripe.com/docs/google-pay#creating-a-paymentmethod
Serverside showing this error
Failed(error=java.lang.RuntimeException: Google Pay failed with error 405: , errorCode=1)
I found this StackOverflow to give more insight in what the error means https://stackoverflow.com/questions/42822456/i-get-error-405-when-i-tap-android-pay-buy-with-now-button
This error is related to https://developers.google.com/android/reference/com/google/android/gms/wallet/WalletConstants#public-static-final-int-error_code_merchant_account_error
And this is the integration example provided by Google to resolve this https://developers.google.com/pay/api/android/guides/test-and-deploy/integration-checklist
(lurk) Does your account have Google Pay enabled in both Live mode and Test mode?
Sheet open in type os TEST mode but in release mode give error Like This merchant is not enabled for Google Pay. android java kindly please help me
when i check this enabled option stripe account or google account?
Do you have Dashboard access?
Toggle the "Test mode" on and off in upper right hand side
Okay sure i will check it.
Other than this is there any changes we have to do in my side?
That would be the first thing to check, according to your error message 🙂
I enaled our stripe acoount but got a same error
This merchant is not enabled for Google Pay this error showing our side