{
"transaction": {
"id": "lttx_91f6b2e84a37",
"card_id": "lcrd_28c4e7b195fa",
"program_id": "lprg_3e8a1c74d952",
"member_id": "lmbr_91f6b2e84a37",
"card_definition_id": "lcdef_6a2d9f41c783",
"tier_structure_id": "lts_3e8a1c74d952",
"tier_id": "lt_6a2d9f41c783",
"status": "APPROVED",
"created_at": "2026-09-09T10:15:43.091Z",
"updated_at": "2026-09-09T10:15:43.284Z",
"object": "tier_transaction",
"type": "DOWNGRADED",
"details": {
"points": 400,
"tier_from": "lt_91f6b2e84a37",
"tier_to": "lt_6a2d9f41c783",
"origin": {
"type": "daily_task_operations"
},
"rejection": null,
"start_at": "2026-09-09T10:15:43.091Z",
"expires_at": "2027-09-09T23:59:59.999Z"
}
}
}Downgraded
Event data sent for a Loyalty v2 DOWNGRADED transaction handled by Workflows
WEBHOOK
DOWNGRADED
{
"transaction": {
"id": "lttx_91f6b2e84a37",
"card_id": "lcrd_28c4e7b195fa",
"program_id": "lprg_3e8a1c74d952",
"member_id": "lmbr_91f6b2e84a37",
"card_definition_id": "lcdef_6a2d9f41c783",
"tier_structure_id": "lts_3e8a1c74d952",
"tier_id": "lt_6a2d9f41c783",
"status": "APPROVED",
"created_at": "2026-09-09T10:15:43.091Z",
"updated_at": "2026-09-09T10:15:43.284Z",
"object": "tier_transaction",
"type": "DOWNGRADED",
"details": {
"points": 400,
"tier_from": "lt_91f6b2e84a37",
"tier_to": "lt_6a2d9f41c783",
"origin": {
"type": "daily_task_operations"
},
"rejection": null,
"start_at": "2026-09-09T10:15:43.091Z",
"expires_at": "2027-09-09T23:59:59.999Z"
}
}
}The
This event can trigger a workflow when Loyalty transaction is configured with the Tier transactions group and the
DOWNGRADED event indicates that a member moved to a lower Loyalty v2 tier.
This page documents only the event data nested under
data. See Introduction to webhooks for the shared webhook structure, and Workflows webhooks for the full Workflows webhook payload.DOWNGRADED transaction type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL.
Workflows send this transaction in the data.trigger object. The example uses the APPROVED status. A workflow can filter the trigger by transaction status: PENDING, APPROVED, or REJECTED. The matched status is available in data.trigger.transaction.status; it does not create a separate event type.
details.tier_from and details.tier_to are tier IDs. They are not nested tier objects.Body
application/json
Event data object schema for DOWNGRADED.
A Loyalty v2 tier transaction with the DOWNGRADED type.
Show child attributes
Show child attributes
Response
Webhook accepted
Last modified on September 25, 2026

