Skip to main content
Accept payments from customers using Google Pay, the digital wallet available on Android devices and the Chrome browser. Customers authenticate the charge through Google’s secure payment sheet — no card details are entered manually.
This payment method only supports one-time (non-recurring) payments. It is available on Android devices and in the Chrome browser on any platform where Google Pay is set up.

Payment flow

Several steps occur between collecting the customer’s billing information and completing the charge.
We’ll proceed assuming you’ve already set up a customer order. If you need to create one, you’ll find the steps here.
After creating the order, follow these steps to complete the Google Pay charge.
  1. Collect the customer’s billing information.
  2. Encrypt sensitive data within your request.
  3. Redirect the customer to the Google Pay checkout page to authorise the charge.
  4. Confirm the payment and inform the customer of its outcome.

Google Pay Customer Information

Present the customer with a form to gather their billing details. These are required to initiate the transaction: Combine the billing data, order reference, and paymentoption. Encrypt the request before sending it to the pay order endpoint.
Upon receiving your request, we will return a successful response containing a redirect URL for the Google Pay checkout page.
200 OK

Authorising the Payment

Redirect the customer to the paymentDetail.redirectUrl. On this page, the customer is presented with the Google Pay payment sheet, where they select their preferred payment method and confirm the charge. Once the customer approves, Google Pay processes the transaction and EPayClub is notified of the outcome. You will receive a webhook containing the final transaction status regardless of whether the payment was approved or declined.

Verifying the Payment

Read the transaction verification section to learn how to verify your Google Pay transactions.

Testing your integration

Kindly contact the support team to enable Google Pay testing on your account.
Follow these guidelines to successfully test your Google Pay integration:
  1. Use a device or browser with Google Pay configured and a test card added to the wallet.
  2. Ensure the billing address details match the country of the test card.
  3. Use test credentials provided by the support team to complete the payment on the hosted page.
  4. Verify the final transaction status using the order verification endpoint or by checking the webhook payload delivered to your configured webhook URL.