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

voucher_pending_points_balance
Voucher Balance · object
required

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

order
Simple Order · object
required

Order information.

pending_points
Loyalty Pending Point Entry · object
required

Contains details about the pending point entry.

Response

Webhook accepted