For AI agents: visit https://docs.revocards.net/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Fields | Data Type | Description |
|---|
event_id | string | A unique ID for the event. |
event_name | string | Event name. |
event_type | string | Event type. |
source_id | string | Card order ID. |
version | string | API version number. |
data | object | Object containing details associated with the event. |
{
"version": "V1.5.2",
"event_name": "ISSUING",
"event_type": "card.activation.code",
"event_id": "7c2a0b3e-7a0d-4797-8408-e5489fb8ca73",
"source_id": "1be496a2-ceea-4bac-b0d8-164ec5b2ad73",
"data": {
"card_id": "1be496a2-ceea-4bac-b0d8-164ec5b2ad73",
"card_number": "40963608****6585",
"activation_code": "39122253"
}
}