Hotel-Netz Voucher API – Integration Overview (v1.0) Platform: https://api.hotel-netz.com Tenant: hotel_bredeney Backend: Flask + PostgreSQL Auth: Static API Key Protocol: JSON over HTTPS Flow: Hotel-Netz → Your POS → (optional) Acknowledgment --- Authentication --- POST Headers: X-API-Key: YOUR_SHARED_SECRET Content-Type: application/json --- Sample Payload (Outbound) --- { "voucher_id": "VCHR-5678", "guest_name": "Alice Becker", "room_number": "312", "timestamp": "2025-04-05T18:45:00Z", "campaign": "welcome_drink", "status": "issued", "notes": "Guest just checked in" } --- Acknowledgment Payload (Optional) --- { "status": "success", "message": "Voucher redeemed at POS-01" } --- Contact --- Jake Manning info@hotel-netz.com --- We Provide --- ✔ Real-time POST call ✔ Flexible payload ✔ API key authentication ✔ Logs + fallback delivery ✔ OAuth 2.0 ready (v2.0) --- We Need From You --- • Your webhook URL • Optional schema or acknowledgment • Preferred payload format • Shared secret (or we generate one) • Confirm: redeem or just log --- Hosting --- AWS Stockholm — GDPR & EEA Compliant, encrypted at rest and in transit.