Problem: vouchers.gates_failed
One or more requirements were not met for this voucher redemption.
Associated Issues
- vouchers.expired: Voucher expired
- vouchers.not_yet_active: Voucher not yet active
- vouchers.depleted: Voucher fully used
- vouchers.scope_mismatch: Activity not permitted
- vouchers.member_not_eligible: Member not eligible
- vouchers.portal_redeem_disabled: Portal redemption disabled
- vouchers.type_archived: Voucher type archived
- vouchers.type_archived_cannot_issue: Voucher type archived
- vouchers.restriction_location: Location not permitted
- vouchers.restriction_sport: Sport not permitted
- vouchers.restriction_program: Program not permitted
- vouchers.restriction_category: Category not permitted
- vouchers.restriction_level: Level not permitted
- vouchers.not_found: Voucher not found
- vouchers.type_scope_member_only: Member-only voucher type
- vouchers.type_scope_family_only: Household-only voucher type
- vouchers.uses_below_redemptions: Uses below redemptions
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"
}
]
}