> ## 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.

# dynamic commerce - Set Up Value Vouchers

> Set up value vouchers with a fixed monetary amount as a payment method in the web shop.

In general, vouchers can be divided into value vouchers and discount vouchers.

Here we show you how to create value vouchers.

A value voucher consists of a specific euro amount that can be used across multiple orders until the respective amount is exhausted. The code of a value voucher can only be used once.

Any number of vouchers can be created per web shop. These can be assigned to one or any number of voucher groups. In this example, we create value vouchers.

<Steps>
  <Step>
    ## Step 1: Open the Voucher Card

    Navigate to the Vouchers section by entering "Voucher Overview" in the search.

    <Columns cols={2}>
      <Column>
        <Frame>
          <img src="https://mintcdn.com/dcag/BJVIQhqr6cd9g2F-/images/dynamic-commerce/wertgutscheine-einrichten/gutscheinkarte-oeffnen.png?fit=max&auto=format&n=BJVIQhqr6cd9g2F-&q=85&s=ac4c17e9419108c1af71673bc171611a" alt="Open Voucher Card" width="1080" height="643" data-path="images/dynamic-commerce/wertgutscheine-einrichten/gutscheinkarte-oeffnen.png" />
        </Frame>
      </Column>

      <Column>
        <Frame>
          <img src="https://mintcdn.com/dcag/BJVIQhqr6cd9g2F-/images/dynamic-commerce/wertgutscheine-einrichten/gutschein-uebersicht.png?fit=max&auto=format&n=BJVIQhqr6cd9g2F-&q=85&s=66ea42bf7e163d7eb48691a53d9064d8" alt="Voucher Overview" width="1080" height="643" data-path="images/dynamic-commerce/wertgutscheine-einrichten/gutschein-uebersicht.png" />
        </Frame>
      </Column>
    </Columns>
  </Step>

  <Step>
    ## Step 2: Create a Value Voucher

    To create a voucher, select the FastTab "New" to access the voucher card. The new entry is inserted above the currently selected row. In our example, the voucher receives the code "Geschenkgutschein" with the description "Geschenkgutscheine". In addition, we select "Amount" as the value type and check the box for "Value Voucher".

    <Frame>
      <img src="https://mintcdn.com/dcag/BJVIQhqr6cd9g2F-/images/dynamic-commerce/wertgutscheine-einrichten/wertgutschein-anlegen.png?fit=max&auto=format&n=BJVIQhqr6cd9g2F-&q=85&s=9855cff852e4782c7499bc904a4a5af0" alt="Create Value Voucher" width="1080" height="643" data-path="images/dynamic-commerce/wertgutscheine-einrichten/wertgutschein-anlegen.png" />
    </Frame>
  </Step>

  <Step>
    ## Step 3: Generate Voucher Lines

    To create different codes for discount vouchers, click the FastTab "Process" and then on "Generate Voucher Lines" to access the voucher code configuration.

    <Frame>
      <img src="https://mintcdn.com/dcag/BJVIQhqr6cd9g2F-/images/dynamic-commerce/wertgutscheine-einrichten/gutscheinzeilen-erzeugen.png?fit=max&auto=format&n=BJVIQhqr6cd9g2F-&q=85&s=05efbcacccab78baca196165cddda363" alt="Generate Voucher Lines" width="1080" height="643" data-path="images/dynamic-commerce/wertgutscheine-einrichten/gutscheinzeilen-erzeugen.png" />
    </Frame>
  </Step>

  <Step>
    ## Step 4: Configure Voucher Codes

    In this view, we want to generate 10 voucher codes in our example, each worth €25. The prefix can also be chosen freely.

    For this example configuration, we select the following settings:

    Under the menu item Configuration:

    * Prefix: G

    * Number of random characters: 6

    * Number of voucher lines: 10

    Under the menu item Voucher Type:

    * Amount: 25.00

    <Frame>
      <img src="https://mintcdn.com/dcag/BJVIQhqr6cd9g2F-/images/dynamic-commerce/wertgutscheine-einrichten/gutscheincodes-konfigurieren.png?fit=max&auto=format&n=BJVIQhqr6cd9g2F-&q=85&s=6e92bfd3e522a689c48fba05d1ce4e77" alt="Configure Voucher Codes" width="1080" height="643" data-path="images/dynamic-commerce/wertgutscheine-einrichten/gutscheincodes-konfigurieren.png" />
    </Frame>
  </Step>
</Steps>

## Related Topics

<CardGroup cols={2}>
  <Card title="Set Up Discount Vouchers" icon="percent" href="/docs/en/dynamic-commerce/user-guide/rabattgutscheine-einrichten">
    Create discount vouchers with codes.
  </Card>

  <Card title="Set Up Web Shop Payment Options" icon="credit-card" href="/docs/en/dynamic-commerce/user-guide/webshop-zahlungsoptionen-einrichten">
    Configure payment methods in the web shop.
  </Card>
</CardGroup>
