Skip to main content
WEBHOOK
The EXPIRATION_CHANGED event indicates that a Loyalty v2 tier assignment expiration date changed.
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 Tier transactions group and the EXPIRATION_CHANGED 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. The example uses the APPROVED status. A workflow can filter the trigger by transaction status: PENDING, APPROVED, or REJECTED. The matched status is available in data.trigger.transaction.status; it does not create a separate event type. details.tier_from is null. details.tier_to is the current tier ID. details.expires_at is the new expiration timestamp, or null when expiration is cleared.

Body

application/json

Event data object schema for EXPIRATION_CHANGED.

transaction
Loyalty Tier ExpirationChanged Transaction · object
required

A Loyalty v2 tier transaction with the EXPIRATION_CHANGED type.

Response

Webhook accepted

Last modified on September 25, 2026