{
"card_definition": {
"id": "lcdef_6a2d9f41c783",
"name": "Coffee Club Card",
"type": "INDIVIDUAL",
"status": "DRAFT",
"code_config": {
"pattern": "########",
"length": 8,
"charset": "ALPHANUMERIC",
"prefix": "",
"postfix": ""
},
"points_expiration": {
"type": "NO_EXPIRATION"
},
"pending_points": {
"type": "IMMEDIATE"
},
"earning_limits": {
"global": {
"type": "NO_LIMIT",
"limits": []
},
"transactions": {
"type": "NO_LIMIT",
"limits": []
}
},
"spending_limits": {
"global": {
"type": "NO_LIMIT",
"limits": []
},
"transactions": {
"type": "NO_LIMIT",
"limits": []
}
},
"refunds": {
"spent_points": {
"type": "NONE",
"methods": []
},
"earned_points": {
"type": "NONE",
"methods": []
}
},
"balance_settings": {
"allow_negative": false
},
"pay_with_points": {
"type": "NO_PAYMENTS"
},
"metadata": {
"region": "EMEA"
},
"created_at": "2026-09-09T10:15:43.091Z",
"updated_at": null,
"object": "card_definition"
}
}Card definition created
Event data sent for a Loyalty v2 vl.card_definition.created activity handled by Workflows
WEBHOOK
vl.card_definition.created
{
"card_definition": {
"id": "lcdef_6a2d9f41c783",
"name": "Coffee Club Card",
"type": "INDIVIDUAL",
"status": "DRAFT",
"code_config": {
"pattern": "########",
"length": 8,
"charset": "ALPHANUMERIC",
"prefix": "",
"postfix": ""
},
"points_expiration": {
"type": "NO_EXPIRATION"
},
"pending_points": {
"type": "IMMEDIATE"
},
"earning_limits": {
"global": {
"type": "NO_LIMIT",
"limits": []
},
"transactions": {
"type": "NO_LIMIT",
"limits": []
}
},
"spending_limits": {
"global": {
"type": "NO_LIMIT",
"limits": []
},
"transactions": {
"type": "NO_LIMIT",
"limits": []
}
},
"refunds": {
"spent_points": {
"type": "NONE",
"methods": []
},
"earned_points": {
"type": "NONE",
"methods": []
}
},
"balance_settings": {
"allow_negative": false
},
"pay_with_points": {
"type": "NO_PAYMENTS"
},
"metadata": {
"region": "EMEA"
},
"created_at": "2026-09-09T10:15:43.091Z",
"updated_at": null,
"object": "card_definition"
}
}The
This event can trigger a workflow when Loyalty activity is configured with the Card definitions group and the
vl.card_definition.created event indicates that a Loyalty v2 card definition was created.
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.vl.card_definition.created activity type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL.
The example shows the content of data. It contains snapshots recorded with the activity. It is not wrapped in an activity property.Body
application/json
Event data object schema for vl.card_definition.created.
A card definition.
Show child attributes
Show child attributes
Response
Webhook accepted
Last modified on September 25, 2026

