Skip to main content
WEBHOOK
The PENDING_POINTS_ADDED event indicates that pending points were added to a Loyalty v2 card.
This page documents only the event data nested under data. See Introduction to webhooks for the shared webhook structure, and Workflows webhooks for the full Workflows webhook payload.
This event can trigger a workflow when Loyalty transaction is configured with the Card transactions group and the PENDING_POINTS_ADDED transaction type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL. Workflows send this transaction in the data.trigger object. The example uses the APPROVED status. A workflow can filter the trigger by transaction status: PENDING, APPROVED, or REJECTED. The matched status is available in data.trigger.transaction.status; it does not create a separate event type. Adding pending points does not activate them. Later, Voucherify creates a separate PENDING_POINTS_ACTIVATED or PENDING_POINTS_CANCELED transaction. Use the Pending points activated event or the Pending points canceled event.

Body

application/json

Event data object schema for PENDING_POINTS_ADDED.

transaction
Loyalty Pending Points Added Transaction · object
required

A Loyalty v2 card transaction with the PENDING_POINTS_ADDED type.

Response

Webhook accepted

Last modified on September 25, 2026