Can I accept payments using Google Pay?

Our integration with Stripe includes support for Google Pay. Once you connect your Stripe account to your form, Google Pay will appear as an option in the payment section.

You can turn Google Pay off and on from your Stripe dashboard:

  1. Log in to your Stripe account and go to Settings.
  2. Under Product settings > Payments, select Payment methods.
  3. Under Select your platform, select Cognito.
  4. Under Wallets, locate Google Pay and turn the integration off or on.

Google Pay Notes

  • The Google Pay option will not display on Apple devices, Google devices without Google Pay enabled, or PCs without Google Pay enabled in Chrome. View the full list of countries and regions that support Google Pay.
  • If your form is embedded via the Iframe embed option, you’ll need to include an additional attribute in your code: allow="payment". For example, your Iframe embed code should look similar to: <script src="https://www.cognitoforms.com/f/seamless.js" data-key="-LpDMqjoWgfZXMM8z9I4GA" data-form="13" allow="payment"></script>

Customers can select Card or Google Pay in the payment block.

Learn more about collecting online payments in our Collecting Payment guide.