question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Pay: Wrong documentation

See original GitHub issue

After following https://stripe.com/docs/google-pay?platform=react-native#going-live-react-native

Android setup

Follow up of #866

This line is required in AndroidManifest.xml:

<meta-data android:name="com.google.android.gms.wallet.api.enabled" android:value="true" />

(it’s present in the Android tab but should also be in the React Native tab)

Going live with Google Pay

Follow up of #730

It says to “reach out to Google support” but that support is hard to find and it seems that the right step is to register at https://pay.google.com/business/console/ instead (my app is now pending review, I’ll update this issue once done)

Merchant ID

The Google Pay & Wallet business console gives a merchant ID, but it seems that there is nowhere in Stripe React Native to set it, is it normal? If so, maybe add a note about this in the doc

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
charliecruzan-stripecommented, Aug 8, 2022

thanks!

0reactions
antoinerousseaucommented, Oct 21, 2022

It’s linked by just being the same product bundle ID in that console than in your app (e.g. com.example.yourapp)

For the implementation, just follow Stripe’s documentation https://stripe.com/docs/google-pay?platform=react-native

import {
  createGooglePayPaymentMethod,
  presentGooglePay,
  useGooglePay,
} from "@stripe/stripe-react-native";
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix issues when you pay for Google products & services
You might need to fix a problem with your payments profile if you: Have problems when you pay for Google products; Get an...
Read more >
Troubleshooting | Google Pay API
The Web troubleshooting guide covers issues and questions related to the following topics. Registration access; merchantID; Gateway validity ...
Read more >
google-payment/errors.js - Documentation
Google Payment - parseResponse Error Codes * @description Errors that occur when [parsing the response from Google](./GooglePayment.html#parseResponse).
Read more >
Google Pay OR_BIBED_07 error · Issue #356 - GitHub
This issue is only happening in the production environment. I followed the documentation for Google Pay in the drop-in and it's exactly like...
Read more >
Resolve Cloud Billing issues | Google Cloud
Find out the reason for the decline. You can view declined payment information for your billing account on the Transactions page. · Contact...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found