Documentation Index
Fetch the complete documentation index at: https://docs.rxscale.com/llms.txt
Use this file to discover all available pages before exploring further.
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.The shop identifier
wallet_pass_template:read
Example Request
Response
List Wallet Passes
Retrieve wallet passes for a specific shop customer and shop combination.The shop customer ID
The shop identifier
Optional template UID to filter by
wallet_pass:read
Example Request
Response
Send Push Notifications
Send push notifications to one or more wallet pass holders. Accepts a batch of notifications.wallet_pass_push_notification:write
Request Body
The request body is a JSON array of notification objects.| Field | Type | Required | Description |
|---|---|---|---|
wallet_pass_uid | string | Yes | UID of the wallet pass to send the notification to |
message | string | Yes | Push notification message text (supports {field} placeholders) |
Example Request
Response (201 Created)
Error Responses
| Status Code | Description |
|---|---|
400 | Invalid body format, empty array, validation error, or wallet pass not found |
403 | Missing wallet_pass_push_notification:write permission |