

Wallet Pass settings: Issuer ID, service-account key upload, and pass styling (icon, logo text, background colour, barcode format).
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
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.
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.
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.