Title: Bluebrain Wallet Pass for Tickera
Author: bluebrainmedia
Published: <strong>September 21, 2026</strong>
Last modified: September 21, 2026

---

Search plugins

![](https://ps.w.org/bluebrain-wallet-pass/assets/banner-772x250.png?rev=3705875)

![](https://ps.w.org/bluebrain-wallet-pass/assets/icon-256x256.png?rev=3705875)

# Bluebrain Wallet Pass for Tickera

 By [bluebrainmedia](https://profiles.wordpress.org/bluebrainmedia/)

[Download](https://downloads.wordpress.org/plugin/bluebrain-wallet-pass.2.1.3.zip)

 * [Details](https://wordpress.org/plugins/bluebrain-wallet-pass/#description)
 * [Reviews](https://wordpress.org/plugins/bluebrain-wallet-pass/#reviews)
 *  [Installation](https://wordpress.org/plugins/bluebrain-wallet-pass/#installation)
 * [Development](https://wordpress.org/plugins/bluebrain-wallet-pass/#developers)

 [Support](https://wordpress.org/support/plugin/bluebrain-wallet-pass/)

## Description

Bluebrain Wallet Pass for Tickera turns each Tickera event ticket sold through WooCommerce
into a
 Google Wallet pass. The attendee gets a “Save to Google Wallet” button on
the WooCommerce Thank You page, on the order-view page, and in the order-confirmation
email.

There is no third-party pass-hosting service and no subscription. Passes are built
using
 your own Google Wallet Issuer account and a service-account key you upload
on the plugin’s settings screen. The event’s name, date and venue, the ticket code,
and the ticket holder’s name and seat (when the ticket has them) are the only data
placed on a pass.

This is the free, Google Wallet only edition. A [premium edition](https://bluebrainmedia.ca/tickera-wallet-pass)

adds Apple Wallet passes for iPhone and iPad, plus automatic updates and support,
for the same one Tickera install.

Bluebrain Wallet Pass for Tickera is an independent, third-party plugin built by
Blue Brain Media. It
 is not affiliated with, endorsed by, or sponsored by Tickera.
com.

#### Features

 1. Google Wallet pass generation via your own Google Wallet Issuer account
 2. “Save to Google Wallet” buttons on the WooCommerce Thank You page, the order-view
    page, and the confirmation email
 3. Pass styling: icon, logo text, background colour, organisation name
 4. Cached passes are regenerated automatically when you edit the event, and cleaned
    up after the event date

#### Requirements

 * Tickera (free or premium) with its Bridge for WooCommerce add-on
 * WooCommerce
 * PHP 8.2+ with the OpenSSL extension
 * A Google Cloud project with the Google Wallet API enabled and an Issuer account

### External services

This plugin connects to the Google Wallet API to create the pass that a ticket buyer
saves to
 Google Wallet. Creating the pass has to happen on Google’s servers, because
Google Wallet only accepts passes issued through its own API.

 * **What it is used for:** authenticating with your Google Cloud service account(
   https://oauth2.googleapis.com/token), then creating and updating an event class
   and ticket object (https://walletobjects.googleapis.com/walletobjects/v1). The
   attendee’s “Save to Google Wallet” button opens a link on https://pay.google.
   com/gp/v/save/.
 * **What is sent, and when:** the first time a ticket is issued, and again whenever
   you edit the event or the ticket is regenerated, the plugin sends the event name,
   date and venue, your pass styling (icon, logo text, background colour, organisation
   name), the ticket code and barcode value, and the ticket holder’s name and seat
   if the ticket has them. Your service-account credentials are used to sign the
   requests and are sent only to Google’s OAuth endpoint. Nothing is sent when the
   plugin is idle.
 * **Provider:** Google LLC. [Google Terms of Service](https://policies.google.com/terms),
   [Google Privacy Policy](https://policies.google.com/privacy) and [Google APIs Terms of Service](https://developers.google.com/terms).

### Credits

This plugin is a fork of **CommerceBird – Wallet Pass for Tickera**
 (https://github.
com/RoadmapStudios/commercebird-wallet-pass), originally written by Roadmap Studios/
CommerceBird and released under GPL-3.0. The CommerceBird SaaS account layer (subscription
check, the app.commercebird.com connection, the remote pass-generation API, and 
the CommerceBird application-password requirement) has been removed; Google Wallet
passes are now generated and cryptographically signed directly on the site’s own
server, using credentials the site owner supplies on the plugin’s own settings screen.
The GPL-3.0 obligations from the upstream project carry forward unchanged: source
is available and the licence text is distributed verbatim in LICENSE.

The Google Wallet JWT (used for the OAuth2 service-account assertion and the “Save
to
 Google Wallet” link) is RS256-signed with PHP’s own OpenSSL extension; this 
edition does not bundle any third-party libraries.

## Screenshots

[⌊Wallet Pass settings: Issuer ID, service-account key upload, and pass styling (
icon, logo text, background colour, barcode format).⌉⌊Wallet Pass settings: Issuer
ID, service-account key upload, and pass styling (icon, logo text, background colour,
barcode format).⌉[

Wallet Pass settings: Issuer ID, service-account key upload, and pass styling (icon,
logo text, background colour, barcode format).

[⌊The "Add to Google Wallet" button on the WooCommerce Thank You page, next to the
ticket download link.⌉⌊The "Add to Google Wallet" button on the WooCommerce Thank
You page, next to the ticket download link.⌉[

The “Add to Google Wallet” button on the WooCommerce Thank You page, next to the
ticket download link.

## Installation

 1. Upload the plugin to `wp-content/plugins/` and activate it.
 2. Go to Tickera > Settings > Wallet Pass.
 3. Enter your Google Wallet Issuer ID and upload your Google Cloud service-account
    JSON key.
 4. Set the pass styling (icon PNG, logo text, background colour, organisation name).
 5. Place a test event order from an Android device (or any browser) and save the pass
    to Google Wallet.
 6. **Before going live:** request Google Wallet publishing access for your Issuer 
    account (free, one-time, see FAQ below) – until Google approves it, every pass 
    shows a “[TEST ONLY]” banner and can only be added by accounts on your own tester
    list.

## FAQ

### Do I need a paid third-party plan?

No. The plugin runs entirely on your server. You do need a free Google Cloud project
and a
 Google Wallet Issuer account to obtain the credentials the plugin uses to
sign passes.

### Why do my Google Wallet passes show a “[TEST ONLY]” banner?

Every Google Wallet Issuer account starts in Google’s own demo mode, and Google 
adds this
 banner to every pass – and blocks anyone not on your tester list from
adding one – until you request and receive publishing access for that account. This
is a one-time approval from Google, free of charge, and applies to every Google 
Wallet integration; the plugin has no setting to skip it. To remove it:

 1. Sign in to the [Google Pay & Wallet Console](https://pay.google.com/business/console/)
    
    with the Google account tied to your Wallet Issuer ID.
 2. Under Business profile, complete both the Business identity (payments profile) 
    and
     Business information sections.
 3. Place at least one test order through this plugin so you have a pass class on file.
 4. Under Google Wallet API, click “Request publishing access” and submit for review.

Approval isn’t instant, so do this well before you need real customers to add passes.

Once approved, the banner disappears automatically from all your passes – no plugin
update or setting change is needed.

### Does this include Apple Wallet?

No. This free edition generates Google Wallet passes only. Apple Wallet passes, 
for
 iPhone and iPad attendees, are available in the [premium edition](https://bluebrainmedia.ca/tickera-wallet-pass).

### Where are the passes stored?

Generated pass data is served directly from Google’s own save link
 (`https://pay.
google.com/gp/v/save/...`); nothing is stored on your server long-term.

### Where does the attendee get the pass?

On the WooCommerce Thank You page after payment, on the order-view page, and in 
the
 order-confirmation email.

### Is any personal data sent anywhere?

Only to Google, as described under External services below. No data is sent to Blue
Brain Media or
 any other third party.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Bluebrain Wallet Pass for Tickera” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ bluebrainmedia ](https://profiles.wordpress.org/bluebrainmedia/)

[Translate “Bluebrain Wallet Pass for Tickera” into your language.](https://translate.wordpress.org/projects/wp-plugins/bluebrain-wallet-pass)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bluebrain-wallet-pass/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bluebrain-wallet-pass/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bluebrain-wallet-pass/)
by [RSS](https://plugins.trac.wordpress.org/log/bluebrain-wallet-pass/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.3

Free (Google Wallet only) edition, built from the same source as the premium edition
2.1.3, itself forked from CommerceBird – Wallet Pass for Tickera (GPL-3.0); see 
Credits below. Includes a fix for Google Wallet appearance settings (icon, logo 
text, background colour) not applying after the class was first created, and documentation
of Google Wallet’s “[TEST ONLY]” banner and the free, one-time “publishing access”
request needed to remove it.

## Meta

 *  Version **2.1.3**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 8.2 or higher **
 * Tags
 * [events](https://wordpress.org/plugins/tags/events/)[google wallet](https://wordpress.org/plugins/tags/google-wallet/)
   [Tickera](https://wordpress.org/plugins/tags/tickera/)[tickets](https://wordpress.org/plugins/tags/tickets/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/bluebrain-wallet-pass/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/bluebrain-wallet-pass/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bluebrain-wallet-pass/reviews/)

## Contributors

 *   [ bluebrainmedia ](https://profiles.wordpress.org/bluebrainmedia/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bluebrain-wallet-pass/)