Skip to main content

Overview

Fondy provides a secure and seamless way to accept Google Pay payments across web and mobile platforms. With multiple integration options available, merchants can choose the most suitable approach based on their business needs and technical capabilities.

This guide outlines all available integration methods and key requirements for implementing Google Pay with Fondy.

Web integration options

Fondy supports three methods for integrating Google Pay into your website:

  • Hosted Checkout: Redirects customers to Fondy's Hosted Checkout page, where Google Pay is automatically available.
  • Embedded Google Pay Button: Embeds a Google Pay button directly within your website, allowing customers to complete transactions without redirection.
  • Direct Integration with Google Pay API: Provides full control over the payment process by integrating Google Pay API directly into your backend.

Mobile integration

Google Pay can also be integrated into mobile applications using the Fondy SDK, with support for:

  • Android
  • React Native
  • Flutter

For implementation details, see the Mobile Integration Guide.

Google Pay requirements

To ensure compliance with Google Pay branding standards, follow the official Google Pay Android Brand Guidelines and Google Pay Web Brand Guidelines when implementing Google Pay.

Ensure correct branding when:

  • Creating a Google Pay button on your website.
  • Designing a Google Pay button in your application layout.
  • Referencing Google Pay in your website, mobile application, or customer communications.

Supported parameter values

Fondy supports the following parameter values for all settlement regions:

const allowedCardNetworks = ["MASTERCARD", "VISA"];
const allowedCardAuthMethods = ["PAN_ONLY", "CRYPTOGRAM_3DS"];

Optional parameters

The BillingAddressParameters parameter is optional and can be included as needed.

Gateway configuration

If you are not using the Fondy SDK, explicitly define the following gateway parameters in your implementation:

gatewayMerchantId: "<your FONDY merchant_id>"
gatewayID: "fondyeu"

By adhering to these guidelines and configurations, you can ensure a smooth and compliant integration with Google Pay.