Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Google Wallet offers a simpler and more secure alternative to access all your essentials, such as payment cards, loyalty cards, concert tickets and more using your phone. The Google Pay API provides access to physical credit, debit, or prepaid cards that have been saved to Google. It allows you to accept payments in stores, apps, or on the web.

Note: The Android App for Google Pay is now called Google Wallet. Google Wallet can be used anywhere that accepts Google Pay.

Adding a Card to Google Pay

  1. The customer creates a Google Wallet account and adds payment methods to the wallet.

  2. The payment methods are stored in Google Servers. A list of payment methods is provided when the service is invoked.

  3. Google severs return payment payload when the payment method is used for a transaction. The payment payload is passed to MerchantE by the merchant for processing.

Making a Purchase using Google Pay

  1. A customer checks out on the Merchant website and uses Google Pay as payment.

  2. Google Pay is invoked and the available payment methods are provided. The encrypted payment payload and unencrypted details are provided.

  3. The encrypted payment payload and transaction details are sent to the Merchant.

  4. The payment payload is sent to MerchantE for decryption and processing. The transaction is executed and the results are sent to the Merchant.

  5. The Merchant sends the transaction receipt to the customer.

Google Pay with Hosted Payments

The Setting and Configuration tab allows you to set up payment options and manage the URLs needed to make your payment page fully functional.

To use Google Pay with the Hosted Payments Page, you will just need to enable the Google Pay option in the Settings & Configuration page of the Admin Dashboard. MerchantE will handle all registrations and certificate maintenance.

Google Pay with the Payment Gateway

  • No labels