{"title":"Voucher - Liquid Object Reference","slug":"voucher-liquid-object-reference","url":"https://support.storeconnect.com/articles/voucher-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/voucher-liquid-object-reference.md","subtitle":null,"summary":"The Voucher object contains information about a Voucher that can be used as payment.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Voucher, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Voucher object contains information about a Voucher that can be used as payment.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `code` | String | Returns Voucher code |\n| `current_balance` | Number | Returns the current balance of this Voucher |\n| `expires_at` | Timestamp | Returns the timestamp for when this Voucher expires |\n| `id` | String | Returns the unique id of this Voucher |\n| `orders` | List[[Order](order-liquid-object-reference)] | Returns a list of Orders placed with this Voucher |\n| `requires_activation?` | Boolean | Returns true when the voucher needs to be activated |"}