integrate-google-pay

Integrates Google Pay with Payroc payments API including merchant setup and UAT testing.

1|Updated May 1, 2026
One-click install
npx skills add https://github.com/payroc/skills --skill integrate-google-pay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate-google-pay
Source: https://github.com/payroc/skills/tree/main/plugins/payroc/transaction/skills/integrate-google-pay
Command: npx skills add https://github.com/payroc/skills --skill integrate-google-pay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires identity.service, google.payments.api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guides developers through integrating Google Pay with Payroc's payments API, from merchant setup to a successful UAT test transaction.

Core Features & Use Cases

  • Merchant Setup: Guide through configuring Google Pay JS API with Payroc's gateway details.
  • Payment Processing: Process digital wallet payments via Google Pay using Payroc's gateway.
  • UAT Testing: Step-by-step guide for UAT testing and successful transaction.

Quick Start

Use the integrate-google-pay skill to guide through setting up Google Pay on a merchant's checkout page.

Frequently Asked Questions about integrate-google-pay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Google Pay with Payroc's payments API?

To integrate Google Pay with Payroc's payments API, you must complete merchant setup, generate a Bearer token, load the Google Pay JS library, create a PaymentsClient, and process digital wallet payments, culminating in a UAT test transaction.

Do I need an identity service to process Google Pay transactions via Payroc?

Yes, an identity service is required to process Google Pay transactions via Payroc. It is used to generate the Bearer token necessary for authenticating your payment requests through the Payroc payments API during the merchant setup and processing workflow.

What steps are involved in merchant setup for Google Pay JS API and Payroc?

Merchant setup for Google Pay and Payroc involves configuring the Google Pay JS API with Payroc's gateway details. This requires loading the Google Pay JS library, creating a PaymentsClient, and authenticating via a generated Bearer token before processing payments.

Can I use the Google Pay JS library to handle UAT testing with Payroc?

Yes, you can use the Google Pay JS library to handle UAT testing with Payroc. The integration process includes a step-by-step guide specifically for configuring the PaymentsClient and executing a successful UAT test transaction through Payroc's gateway.

What are the requirements for creating a PaymentsClient for Google Pay?

Creating a PaymentsClient for Google Pay requires loading the Google Pay JS library and generating a Bearer token via an identity service. Knowledge of both the Google Pay API and Payroc Payments API is required to configure the client and process digital wallet payments.