Google Pay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
= Integration = | = Integration = | ||
These are the steps that you have to complete to use Google Pay on your website: | These are the steps that you have to complete to use Google Pay on your website: | ||
# Register a wallet in Barion and create a shop | |||
# Implement the Google Pay button on your webshop's client side | |||
# Implement the Barion API call on your webshop's server side | |||
== Creating a shop in Barion == | |||
To be able to use Barion as a | |||
== Implement the Google Pay button == | |||
First read through the [https://developers.google.com/pay/api/web/overview introduction] in Google's documentation to see what you need to do to accept payments via Google Pay. |
Revision as of 16:11, 29 September 2020
Google Pay integration
TODO intro
Google Pay™ is a ...
Integration
These are the steps that you have to complete to use Google Pay on your website:
- Register a wallet in Barion and create a shop
- Implement the Google Pay button on your webshop's client side
- Implement the Barion API call on your webshop's server side
Creating a shop in Barion
To be able to use Barion as a
Implement the Google Pay button
First read through the introduction in Google's documentation to see what you need to do to accept payments via Google Pay.