Open a voucher’s detail view to see how it’s used and managed.” The detailed view of a voucher shows its:Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
- Details, like its parent campaign, voucher owner, and info specific to the voucher type.
- Voucherify ID.
- Barcode and QR code.
- Redemption overview.
Find vouchers
Use the Vouchers view to browse and search all voucher types in one place. Go to Campaign Hub > Campaigns > Vouchers to see all your codes, including:- Discount coupons
- Gift cards
- Referral codes
- Loyalty cards
Use categories
Use Categories to organize vouchers and filter them faster. You can create a category when you create a campaign or add it later in the voucher details. To manage categories, go to Campaigns > Categories. Categories can also have a hierarchy. The lower the number, the higher the category priority in stacking rules.Redemptions and validations
The Redemptions and Validations tabs list successful and unsuccessful redemption and validation attempts. Add filter to narrow down results. Click on ID to learn more about the event, access its log, and request and response payloads. You can also export redemption data to a CSV file.Validation data is stored for 30 days.Logs are stored for a limited time:
- Shared clusters: 6 months
- Dedicated clusters: 12 months
Voucher activity
The Activity tab lists all events related to the voucher, like creation, updates, or deactivation. Add filter to narrow down results. Click Log to learn more about the event, see related events, and request and response payloads.Track gift and loyalty card transactions
In the detailed view of a gift or loyalty card, use the Transactions tab to monitor balance changes. The Transactions tab lists:- Transaction type: For example, point or credit redemption.
- Balance: Current number of points or credits
- Creation date: When the transaction occurred.
- Transaction details (+ button), which show the transaction in a JSON format.
Export for data tracking
Use exports to download voucher and transaction data for reporting. The export tool looks similar for all exports.Select attributes
Choose which standard fields and custom attributes (metadata) to include in the exported CSV.The date and times of the exported data are in the UTC time zone.
Export vouchers
Export voucher data to review or analyze voucher usage. To export all or filtered vouchers:- Go to Vouchers.
- Apply filters (optional).
- Click Manage filtered vouchers.
- Click Export filtered vouchers.
Export transactions
Export transactions directly from the Transactions tab. Click Export, then choose which fields to include in the CSV file.Gift cards: Available export fields
Gift cards: Available export fields
You can export the following fields for gift card transactions:
- ID: Unique Voucherify transaction ID.
- Type: Type of the transaction, for example
CREDITS_ADDITION. - Source ID: Optional source ID of the transaction.
- Reason: Optional reason added to the transaction.
- Balance: The number of available credits after the transaction.
- Amount: The number of credits added or subtracted in the transaction.
- Creation date: The date and time when the transaction was created (in UTC time zone).
- Voucher ID: Unique Voucherify ID of the gift card.
- Campaign ID: Unique Voucherify ID of the parent campaign.
- Source: The origin of the transaction, for example Voucherify web UI.
- Details: JSON payload of the transaction details.
Loyalty cards: Available export fields
Loyalty cards: Available export fields
You can export the following fields for loyalty card transactions:
- ID: Unique Voucherify transaction ID.
- Type: Type of the transaction, for example
POINTS_ACCRUAL. - Source ID: Optional source ID of the transaction.
- Reason: Optional reason added to the transaction.
- Balance: The number of available points after the transaction.
- Amount: The number of points added or subtracted in the transaction.
- Creation date: The date and time when the transaction was created (in UTC time zone).
- Voucher ID: Unique Voucherify ID of the loyalty card.
- Campaign ID: Unique Voucherify ID of the parent campaign.
- Source: The origin of the transaction, for example Voucherify web UI.
- Details: JSON payload of the transaction details.
- Related transaction ID: Unique Voucherify transaction ID related to a receiver/donor card when points were transferred from/to another card.
Export redemptions
You can export redemptions from the main Redemptions tab or from a selected campaign. Use filters to narrow down the results.Related features
Learn more about features related to voucher tracking.Campaign tracking
Campaign tracking
For campaign performance and analytics, see Campaign tracking.
Categories and stacking rules
Categories and stacking rules
Categories can be used to organize vouchers and campaigns, but they are primarily used for stacking rules.Stacking rules define how incentives like vouchers behave when they’re redeemed together. Stacking rules can influence the order of application, which incentives can be used exclusively, how discounts are calculated together, and many other details.Learn more about stacking rules and categories.
Developer setup
Developer setup
Track voucher activity programmatically with the Voucherify API. Use these endpoints to inspect redemptions, validations, gift card and loyalty card transactions.Redemptions:
- List redemptions: List all redemptions across the project, with filters for voucher, customer, campaign, result, and date range.
- Get voucher’s redemptions: List redemptions for a specific voucher code.
- Redemption object: Schema reference for redemption payloads.
- Rollback redemption / Rollback stackable redemptions: Reverse a redemption.
- List voucher transactions: List credit or point transactions for a single voucher.
- Export voucher transactions: Trigger a CSV export of transactions for a voucher.
- List campaign transactions / Export campaign transactions: Transactions across all vouchers in a campaign.
- Use the Exports API to generate CSV exports of vouchers, redemptions, and transactions.
Developer setup: Voucher events in webhooks
Developer setup: Voucher events in webhooks
You can also subscribe to voucher events with webhooks (for example,
voucher.redeemed, voucher.updated, voucher.disabled) to receive activity in real time. See:Learn more about the following voucher events:- Voucher created
- Voucher disabled
- Voucher enabled
- Voucher updated
- Voucher published
- Voucher loyalty card pending points activated
- Voucher loyalty card pending points added
- Voucher loyalty card pending points canceled
- Voucher loyalty card pending points updated
- Voucher loyalty card points added
- Voucher loyalty card points expired
- Voucher loyalty card transaction created
- Voucher gift transaction created
- Voucher gift balance added
- Voucher deleted

