Skip to main content
POST
EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.PENDING_POINTS.CANCELED
The EVENTS.CUSTOMER.VOUCHER.LOYALTY_CARD.PENDING_POINTS.CANCELED event indicates that loyalty pending points have been successfully canceled for a customer’s loyalty card associated with a voucher. The pending points can be canceled manually with the POST Cancel 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.canceled.

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