Skip to main content
POST
EVENTS.VOUCHER.LOYALTY_CARD.POINTS_EXPIRED
The EVENTS.VOUCHER.LOYALTY_CARD.POINTS_EXPIRED event indicates that loyalty points have expired on a loyalty card. It informs about the loyalty points that were removed under the expiration rules set in the loyalty campaign. This event is used in a webhook configured in Project settings in Voucherify dashboard.
This page documents only the event. If you need more details about the webhook payload data that includes this event, go to Introduction to webhooks page.

Body

application/json

Event data object schema for voucher.loyalty_card.points_expired.

voucher
Simple Voucher · object
required

Simplified voucher data.

points
integer
required

Indicates the number of points that expired.

campaign
Simple Campaign · object
required

Simplified campaign data.

customer
Simple Customer · object
required

Simplified customer data.

buckets
Loyalty Point Bucket · object
required

Contains the details about expiring loyalty points.

transaction
Voucher Transaction · object
required

Transaction details of the voucher.

Response

Webhook accepted