post https://{cluster}.voucherify.io/v1/vouchers
Create a standalone voucher. You can choose to create a GIFT_VOUCHER
, a DISCOUNT_VOUCHER
, or a LOYALTY_CARD
.
When you create a new voucher, you can specify a type to create it.
Creating a new voucher will create a new stand alone voucher if no campaign
name or campaign_id
is provided. In case of the loyalty card, a campaign name is required.
You can optionally use the code
parameter to define a specific code or the code_config
parameter to design rules for Voucherify API to create a random code. If neither of the two parameters are passed, then a random code is generated by the Voucherify API.
This method will return an error when trying to create a voucher that already exists.