Skip to main content
POST
EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.POINTS_EXPIRED
The EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.POINTS_EXPIRED event indicates that loyalty points have expired on a customer’s 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 Distributions 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 customer.voucher.loyalty_card.points_expired.

customer
Simple Customer · object
required

Simplified customer data.

campaign
Simple Campaign · object
required

Simplified campaign data.

voucher
Simple Voucher · object
required

Simplified voucher data.

points
integer
required

Indicates the number of points that expired.

buckets
Loyalty Point Bucket · object[]
required
transaction
Voucher Transaction · object
required

Transaction details of the voucher.

Response

Webhook accepted