Apart from managing campaigns, you can manage individual vouchers in Voucherify. For example, you can manually edit a customer’s gift card credit balance or disable a discount coupon when you suspect a customer of discount abuse.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.
Activate or deactivate a voucher
Activate or deactivate vouchers directly from the campaign view.- Open the campaign details.
- Go to the Vouchers, Referral code, or Loyalty card tab, depending on the campaign type.
- Click the three-dot menu ⋮ next to the voucher.
- Activate or Deactivate to enable or disable the voucher.
Update voucher
You can update a single voucher manually by editing it. Go to a given voucher and click the pencil icon in the top right corner to edit it. Depending on the voucher type, you can modify different details. The details edited in the voucher override the settings set up for its campaign. For example, you can change the time frame of a discount coupon, so that it’s active at different times than the campaign. Additionally, for gift and loyalty cards, you can add or subtract their credits or loyalty points by clicking the Adjust credits or Adjust points button in the top right corner of a card view. Some functionalities, like validation rules, can’t be edited for an individual voucher and they always use the campaign setting. To update many vouchers, use code import:Export vouchers
Export vouchers to print or use them in external systems. To export all or filtered vouchers:- Go to Vouchers.
- Apply filters (optional).
- Click Manage filtered vouchers.
- Click Export filtered vouchers.
Delete voucher
Delete vouchers when they are no longer needed.- Click the three-dot menu ⋮ next to the voucher.
- Click Delete.
- Choose one of the following options:
- Move to bin: Soft delete; you can’t reuse the code. Moreover, you can’t restore the voucher from the bin.
- Delete permanently: Permanent delete. You can reuse the code later.
Related features
Read more about the features related to voucher maintenance.Voucher maintenance: Developer setup
Voucher maintenance: Developer setup
Manage vouchers programmatically with the Voucherify API. Each voucher is identified by a unique
code or Voucherify-assigned id, and belongs to a campaign (or is a generic/standalone voucher). Use these endpoints to find, update, enable or disable, and delete vouchers, as well as to adjust gift card balances or loyalty card points.Find vouchers:- List vouchers: Search and filter vouchers across all campaigns.
- Get voucher: Retrieve a single voucher by code or ID.
- Examine voucher qualification: Check which incentives a customer qualifies for.
- Update voucher: Change the configuration of a single voucher.
- Update vouchers in bulk: Update multiple vouchers in a single request.
- Update vouchers’ metadata in bulk: Bulk update voucher metadata only.
- Adjust voucher balance: Add or subtract gift card credits or loyalty points.
- Enable voucher / Disable voucher: Activate or deactivate a voucher.
- Delete voucher: Permanently delete or move to bin (use the
forceparameter to delete permanently).
- Import vouchers: Import voucher data via JSON.
- Import vouchers using CSV: Bulk import codes from a CSV file.

