Accept Google Pay through the XPay Web and Flutter SDKs. Create the PaymentIntent with the exact value payment_method_types: "Google Pay".
Supported integrations
All browser frameworks, including React and Next.js, use the Web SDK integration rather than a separate framework-specific Google Pay SDK.
Prepare Google Pay
Complete the Google Pay and applicable acquiring-provider requirements before enabling the method in production. Add the provider credentials to the configured gateway on the Gateways screen in the XPay portal and complete the applicable steps in the XPay Go-Live Guide.
Integrate Google Pay
Create the PaymentIntent on the merchant backend, then render Google Pay through the chosen XPay SDK. For Web, Google Pay is the API value while googlepay is the Web SDK display option. Preserve that distinction when building the request and element configuration.
Confirm the payment with the selected SDK's standard method. Google Pay uses the same gateway-independent SDK response and PAYMENT_INTENT_NOTIFICATION reconciliation described in SDK confirmation request and result.