Skip to main content

Pay Button & Payment

After you have finished enabling Google Pay, you should use the Google Pay API to render the Google Pay payment button. The Google Pay API then calls the payment sheet where users can select their payment method.

You will need to refer to Google Pay's extensive tutorial on their API to configure and render this button correctly. The key steps are summarised below.

  1. Define your Google Pay API version.
  2. Choose a payment tokenization method.
  3. Define supported payment card networks.
  4. Describe your allowed payment methods.
  5. Load the Google Pay API JavaScript library.
  6. Determine readiness to pay with the Google Pay API.
  7. Add a Google Pay payment button.
  8. Create a PaymentDataRequest object.
  9. Register an event handler for user gestures.