Skip to main content
WEBHOOK
The POINTS_EXPIRED event indicates that points expired on a Loyalty v2 card.
This page documents only the event data nested under data. See Introduction to webhooks for the shared webhook structure, and Workflows webhooks for the full Workflows webhook payload.
This event can trigger a workflow when Loyalty transaction is configured with the Card transactions group and the POINTS_EXPIRED transaction type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL. Workflows send this transaction in the data.trigger object. This transaction is always APPROVED, so a status filter on the trigger matches only that value. The status is available in data.trigger.transaction.status; it does not create a separate event type.

Body

application/json

Event data object schema for POINTS_EXPIRED.

transaction
Loyalty Points Expired Transaction · object
required

A Loyalty v2 card transaction with the POINTS_EXPIRED type.

Response

Webhook accepted

Last modified on September 25, 2026