cURL
curl --request POST \ --url https://api.zupy.com/api/v2/wallet/notifications/ \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "customer_id": "<string>", "type": "points_update", "message": "<string>" } '
{ "data": { "notification_id": "<string>", "status": "queued" }, "meta": { "cursor": "<string>", "has_next": true, "count": 123 } }
Send a push notification to the customer’s device via an active wallet pass.
API key for partner access via APISIX key-auth plugin
Wallet push notification request parameters.
27
points_update
coupon_available
program_update
500
Wallet push notification result with notification ID and delivery status.
Show child attributes
Cursor-based pagination metadata matching envelope middleware output.