Skip to content

Problem: vouchers.gates_failed

One or more requirements were not met for this voucher redemption.

Problem Code
vouchers.gates_failed
Canonical type URI
https://docs.keja.co/reference/problem/vouchers.gates_failed
HTTP status
422
Content-Type
application/problem+json

Associated Issues

Example

{
	"type": "https://docs.keja.co/reference/problem/vouchers.gates_failed",
	"status": 422,
	"title": "Voucher redemption blocked",
	"detail": "One or more requirements were not met for this voucher redemption.",
	"errors": [
		{
			"code": "vouchers.expired",
			"title": "Voucher expired",
			"detail": "This voucher has expired.",
			"severity": "blocking"
		}
	]
}