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
| Parameter | Description |
|---|---|
token | Valid API token for account access. |
aktion | Must contain checkGutscheinValue for value lookup. |
gutscheincode | Voucher 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
| Parameter | Description |
|---|---|
aktion | Must contain insertGutscheinTransaction for redemption. |
token | Valid API token for account access. |
code | Voucher code to be charged. |
betrag | Amount to subtract from the voucher value. |
bemerkung | Optional transaction note. |