> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dc.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Value Voucher as a Gift Card

> Create a rechargeable balance that is used across multiple orders

Goal: a voucher with a balance that works like a gift card and can be redeemed across multiple purchases until the amount is used up.

<Steps>
  <Step title="Create a Coupon Code as a Value Voucher">
    Open the **Coupon Codes** list, select **New**, and enter the **Code** and **Description**. Set the **Value Type** to **Amount** and additionally enable the **Value Voucher** toggle.

    For details, see [Creating Coupon Codes](/docs/en/bc-coupon-codes/user-guide/gutschein-codes-erstellen).
  </Step>

  <Step title="Generate Voucher Lines with a Balance">
    Select **Generate Voucher Lines** and define the prefix/suffix and the number of lines in the **Configuration**. Enter the desired balance in the **Amount** field under **Voucher Type** (for example, 10.00).

    <Info>
      Conditions such as a minimum order value or a maximum number of uses are usually disabled for value vouchers, since they represent a balance.
    </Info>

    Confirm with **OK**.
  </Step>

  <Step title="Issue and Track the Remaining Balance">
    Issue the codes to the customer. With each redemption, the used amount is deducted. You can see the current remaining balance in the **Amount Available** field.

    <Check>
      The value voucher is ready for use and can be redeemed across multiple orders.
    </Check>
  </Step>
</Steps>

## Related Topics

<CardGroup cols={2}>
  <Card title="Value vs. Discount Voucher" icon="scale-balanced" href="/docs/en/bc-coupon-codes/user-guide/wert-und-rabattgutschein">
    The difference between the two voucher types.
  </Card>

  <Card title="Voucher Lines Overview" icon="table-list" href="/docs/en/bc-coupon-codes/user-guide/gutscheinzeilen-uebersicht">
    View status and remaining balance.
  </Card>
</CardGroup>
