Skip to main content
POST
EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.PENDING_POINTS.ACTIVATED
The EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.PENDING_POINTS.ACTIVATED event indicates that loyalty pending points have been successfully activated and added to a customer’s loyalty card associated with a voucher. The pending points can be activated automatically after a predefined time set in days or manually with the POST Activate Member Pending Points endpoint. 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.pending_points.activated.

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
Voucher Balance · object
required

Contains information on how the balance was affected by the transaction.

order
Simple Order · object
required

Order information.

transaction
Voucher Transaction · object
required

Transaction details of the voucher.

pending_points
Loyalty Pending Point Entry · object
required

Contains details about the pending point entry.

Response

Webhook accepted