Celebration
Retail, restaurant, spa and corporate gifting designs, each card carrying its own code and amount.
10 templates in this category — free to open, edit and generate from.
Celebration
Corporate Dark
Elegant Gift Card
Luxury Gold
Modern Minimal
Restaurant
Rose Gold
Spa & Wellness
Thank You
Travel
A gift card is a small design with three values that must be right: who it is for, what it is worth, and the code that redeems it. The last one has to be unique per card and has to survive being scanned, which puts the same barcode requirement on this category as on tickets. What differs is the delivery — gift cards are usually issued one at a time, at the moment of purchase, and emailed rather than printed. That makes this a common API case: the checkout completes, your backend posts the recipient name, amount and generated code, and gets back either the image bytes or a hosted URL to embed in the email. Corporate gifting runs the other way, as one large batch before a seasonal send.
In practice: Per-purchase API calls for retail, one big CSV batch for corporate gifting rounds.
Read the walkthrough: Designing Gift Cards People Actually Redeem →{{recipient_name}}{{amount}}{{gift_code}}{{expiry_date}}Any text, image, QR code or barcode on the canvas can become a variable — these are just the ones this category tends to use.