Skip to main content

Wallet Passes

Query wallet pass templates, list wallet passes for customers, and send push notifications to wallet pass holders.

List Templates

Retrieve wallet pass templates for a specific shop.
string
required
The shop identifier
Required permission: wallet_pass_template:read

Example Request

Response

List Wallet Passes

Retrieve wallet passes for a specific shop customer and shop combination.
string
required
The shop customer ID
string
required
The shop identifier
string
Optional template UID to filter by
Required permission: wallet_pass:read

Example Request

Response

Send Push Notifications

Send push notifications to one or more wallet pass holders. Accepts a batch of notifications.
Required permission: wallet_pass_push_notification:write

Request Body

The request body is a JSON array of notification objects.

Example Request

Response (201 Created)

Error Responses