Google Pay: Wrong documentation
See original GitHub issueAfter 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:
- Created a year ago
- Comments:8
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks!
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