Checking and Redeeming Voucher Value

Travelmanager Team
May 15, 2026
1 min read
Travelmanager

Checking and Redeeming Voucher Value

This call retrieves the current value of a voucher. The response contains the fields relevant for the voucher and can be used in external systems or portals.

Checking Voucher Value

Use the following link to check the voucher value:

youraccount.travelamanger.de/xml.php?token=xyz&aktion=checkGutscheinValue&gutscheincode=XYZ

ParameterDescription
tokenValid API token for account access.
aktionMust contain checkGutscheinValue for value lookup.
gutscheincodeVoucher code whose current value should be checked.

Redeeming a Voucher

Use the following link to redeem a voucher amount:

youraccount.travelamanger.de/xml.php?aktion=insertGutscheinTransaction&token=xyz&code=123xyz&betrag=10.22&bemerkung=hallo123

ParameterDescription
aktionMust contain insertGutscheinTransaction for redemption.
tokenValid API token for account access.
codeVoucher code to be charged.
betragAmount to subtract from the voucher value.
bemerkungOptional transaction note.
Last updated on May 15, 2026