https://github.com/google-pay/online-quickstart-web
Checkout page playground with a Google Pay integration
https://github.com/google-pay/online-quickstart-web
Last synced: 8 months ago
JSON representation
Checkout page playground with a Google Pay integration
- Host: GitHub
- URL: https://github.com/google-pay/online-quickstart-web
- Owner: google-pay
- License: apache-2.0
- Created: 2025-01-10T10:41:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-10T11:02:12.000Z (over 1 year ago)
- Last Synced: 2025-01-10T12:21:52.718Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pay-web-quickstart.web.app
- Size: 7.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Pay Web Checkout Playground
Use this playground environment to experiment integrating Google Pay, as if you were working directly from your own checkout page.
Google Pay is loaded from your `index.html` file, and once completed, the function `onGooglePayLoaded` in the `index.js` file is called. This is your stating point to integrate Google Pay in this playground.
If you are interested to find out more, go check out a basic [guided tutorial](https://developers.google.com/pay/api/web/guides/tutorial) on how to integrate Google Pay API on the web, the [library reference](https://developers.google.com/pay/api/web/reference/object) and the [list of participating processors](https://developers.google.com/pay/api/web/#participating-google-pay-processors).