G

Google Pay Passes API

by Google Pay Passes Free tier

API for issuers to save and manage Google Wallet Objects.

aiwalletobjects

Quick Reference

Base URL https://walletobjects.googleapis.com/ Auth type OAuth 2.0 Auth header Authorization: Bearer <access_token> Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://google.com Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)6.51s (checked Mar 29, 2026) Builder score D 36% builder-friendly
Pricing
28
Latency
10
Depth
61

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Google developer account. Loyalty cards and event tickets via Google Wallet.

Key Endpoints

MethodPathDescription
GET /walletobjects/v1/eventTicketClass Returns a list of all event ticket classes for a given issuer ID.
POST /walletobjects/v1/eventTicketClass Inserts an event ticket class with the given ID and properties.
GET /walletobjects/v1/eventTicketClass/{resourceId} Returns the event ticket class with the given class ID.
PATCH /walletobjects/v1/eventTicketClass/{resourceId} Updates the event ticket class referenced by the given class ID. This method sup
PUT /walletobjects/v1/eventTicketClass/{resourceId} Updates the event ticket class referenced by the given class ID.
POST /walletobjects/v1/eventTicketClass/{resourceId}/addMessage Adds a message to the event ticket class referenced by the given class ID.
GET /walletobjects/v1/eventTicketObject Returns a list of all event ticket objects for a given issuer ID.
POST /walletobjects/v1/eventTicketObject Inserts an event ticket object with the given ID and properties.

Sample Request

curl -X GET 'https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Google Pay Passes documentation.