Skip to main content
POST
EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.POINTS_ADDED
The EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.POINTS_ADDED event indicates that loyalty points have been successfully added to a customer’s loyalty card. It informs about the accumulation of loyalty points. 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_added.

customer
Simple Customer · object
required

Simplified customer data.

campaign
Simple Campaign · object
required

Simplified campaign data.

voucher
Simple Voucher · object
required

Simplified voucher data.

balance
Loyalty Card Balance Data · object
required

Voucher balance data for loyalty cards.

transaction
Voucher Transaction · object
required

Transaction details of the voucher.

Response

Webhook accepted