Validate a discount voucher
POST/developer/bookings/validate-voucher
Validate a voucher code against a specific property, stay dates, and total price. Returns whether the voucher is valid, the discount type and amount, and the updated total price after discount. Use this in the booking flow to let guests apply promo codes before payment.
Request
Responses
- 200
- 400
- 403
- 422
- 429
Voucher validation result with discount details and adjusted price
Bad request — malformed body
Invalid API key, IP not whitelisted, or origin not allowed
Validation failed — check message array for details
Rate limit exceeded — check Retry-After header