Skip to main content
POST
EVENTS.VOUCHER.PUBLISHED
The EVENTS.VOUCHER.PUBLISHED event indicates that a voucher has been successfully published to a customer. The webhook includes, among others, the following details:
  • URLs to the voucher’s assets, such as QR code and barcode images,
  • Associated campaign and its type,
  • Expiration date.
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.published. Publication details.

customer
Simple Customer · object

Simplified customer data.

campaign
Simple Campaign · object

Simplified campaign data.

publication
List Publications Item Base · object
voucher
Simple Voucher · object

Simplified voucher data.

created_at
string<date-time>

Timestamp representing the date and time when the redemption succeeded in the ISO 8601 format.

Example:

"2024-01-01T11:11:11.111Z"

Response

Webhook accepted