Project
A project is an environment for managing your activities in Voucherify. Use a project to manage activities for a specific brand, region, or currency, or for development and staging. For example, each Voucherify account has a Sandbox project for testing purposes.
Read Project settings article to learn more.
Voucherify Management API, available as an Enterprise feature, enables you to manage projects through the API. For instance, you can set up new projects with a specific configuration fully programmatically. You can list, retrieve, update, or delete projects and their settings programmatically.
Campaigns, vouchers, and promotions
A project consists of campaigns that are based on vouchers and promotion campaigns, which don’t need them.Campaign
You use campaigns to carry out promotional activities. There are five basic campaign types, which create:- discount coupons,
- loyalty cards.
- gift vouchers,
- referral codes,
- promotions (without vouchers),
Campaign API reference
Voucher
A voucher is an incentive you offer to end customers. Each voucher has a unique code and ID. Vouchers can be grouped under one campaign to serve the same purpose. For example, you can create a campaign that assigns vouchers to customers who have a birthday. You use vouchers in the following campaign types:Voucher API reference
Promotions and promotion tiers
A promotion is a campaign that groups specific discounts. It does not require a voucher code. When a customer or their order qualifies, Voucherify automatically applies the discount to the order, or shows it to the customer as part of the qualification process. A promotion tier is a specific discount with conditions. Voucherify automatically applies the discount to customers and orders that meet those conditions. You can apply promotion tiers together as a promotion stack or arrange them in a hierarchy within a single promotion campaign.Promotion tier API reference
Template
A template saves a campaign configuration and links to all resources from the original campaign: validation rules, metadata, rewards, distribution setup, and more. Use it to create a new campaign with the same configuration or edit its details as needed.- Create campaign template API endpoint
- Campaign templates article
Order
An order represents a transaction placed by a customer in your system. It contains details about the items and details about any incentives as well as discounts applied to the order. Orders work together with other Voucherify entities, see examples in the table below.Order object API reference
Products and product collections
Voucherify can store your product catalog. You can also group products into collections.Product
A product represents an item or service sold to end-customers. A product can also have its variants – Stock Keeping Units (SKUs). Products work together with other Voucherify entities, see examples in the table below.Product object API reference
Product collection
A product collection groups products according to criteria defined with filters, for example price or metadata values. Product collections work together with other Voucherify entities, see examples in the table below.Product collection object API reference
Reward
A reward is a benefit that customers can get by exchanging (redeeming) loyalty points or as part of a referral program. Rewards work together with other Voucherify entities, see examples in the table below.Reward object API reference
Customer and customer segments
Voucherify can store details about your customers. You can also group customers into segments according to defined criteria.Customer
A customer is an entity in Voucherify that represents an end customer of a store, a B2B customer, or any partner who sees products or services. A customer can be assigned vouchers or be eligible for promotions. A customer object can have many parameters, for example:- name,
- email,
- birthdate,
- metadata.
Customer object API reference
Customer segments
A segment is a customer group that shares the same parameters. There are two types of segments in Voucherify:- static: it contains a manually prepared list of customers based on customer ID,
- dynamic: customers are dynamically added to or removed from the segment if they match a given filter. For example, it can be the customer’s birthday is today, they haven’t placed any orders in the past 30 days, or they joined a newsletter.
Customer segments article
Incentivization rules and processes
In Voucherify, you can set rules that govern how incentives, such as vouchers or discounts, are applied. You manage these incentives through several processes related to their application.Validation rules
Validation rules are conditions you apply to campaigns, generic (standalone) vouchers, promotion tiers, or distributions. For example, the customer or their order must meet these conditions before Voucherify applies the incentive. You can create a validation rule in advance. It is an independent object that you can attach to or detach from the above-mentioned objects and reuse in the future. Validation rules work together with other Voucherify entities, see examples in the table below.- Validation rule API reference
- Validation rules and campaign limits article
- How to build validation rules article
Qualification
Qualification is the process that validates which incentives (for example products, vouchers, or promotions) can be used in the customer’s order.- Qualification API reference
- Qualification – checking eligibility article
Validation
Validation checks if a combination of vouchers or promotion tiers, together with the applied validation rules, is valid for the customer. Based on the result, Voucherify calculates the final price. Validation checks up to 30 vouchers or promotion tiers.Validate stackable discounts API reference
Redemption
Redemption applies and consumes vouchers or promotion tiers on the customer’s order. It checks if a voucher or promotion tier, together with the applied validation rules, is valid for the customer. Redemption checks up to 30 vouchers or promotion tiers. Redemptions work together with other Voucherify entities, see examples in the table below.Redeem stackable discounts API reference
Rollback
A rollback reverts a redemption. It withdraws the incentive from the customer’s order and updates its status.Rollback stackable discounts API reference
Communication
You can use Voucherify as part of your communication strategy. Voucherify also supports webhooks to notify you about events related to customers, redemptions, or loyalty programs.Distribution
Distribution sends vouchers and other promotional messages to customers. You can use distribution as a publication method. There are two types of distributions:- automatic: an event triggers the distribution,
- manual: you send the message to all customers or a specified group.
- emails,
- text messages,
- live chat,
- push notifications.
Distributions overview article.
Publication
Publication assigns a voucher to an end customer.Publication API reference
Webhooks
A webhook is an HTTP callback triggered by an event rather than by a direct request. You can use webhooks to notify external systems about events or actions performed in Voucherify. The events can be custom. You can use custom events to track end-customer interactions with a system.- Introduction to Voucherify webhooks article
- Custom event API reference
- Webhook notifications article
- Custom events article
Metadata (custom attributes)
Metadata (custom attributes) are customizable data you can add to default Voucherify objects. A custom attribute consists of a key and value pair.- Metadata schema API reference
- Metadata mapping article
- Create metadata schema – Management API endpoint
- Getting started with metadata article
Custom events
Custom events are actions taken by your customers. You can use them to track customer behavior and build personalized campaigns. For example, you can send a 5% off coupon to customers who abandon their cart.- Custom events article
- Create custom event schema – Management API endpoint

