Scenario 1

Redeem Voucher with QR Code

For implementation testing, a private internal event or a dedicated merchant-controlled test listing would be supplied by Yuter.

  • Request a private internal testing event link from Yuter.
  • Complete the purchase test using your personal account.
  • Show the purchased booking QR code to your own scanner and capture the raw QR string.
  • Call resolve-qr first and confirm the booking is returned correctly.
  • Optional: Call validate if your flow wants a separate pre-check.
  • Call redeem after successful validation and confirm the booking changes to redeemed.
  • Use the x-request-id response header for troubleshooting.

Scenario 2

Redeem Voucher with Booking Id

If your own system already has the voucher id, you can test redemption directly without scanning a QR code first.

  • Request a private internal testing event link from Yuter.
  • Complete the purchase test using your personal account.
  • Obtain the voucher id from your internal flow or from a prior resolve-qr response.
  • Optional: Call validate with the voucher id as a separate pre-check.
  • Call redeem directly with the voucher id and confirm the booking changes to redeemed.
  • Use the x-request-id response header for troubleshooting.