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.status",
"event_id": "fe4c431b-ae0d-4e76-ba54-374ba648e035",
"source_id": "c572e835-0571-4fc9-acf6-e12f1171d04c",
"data": {
"card_id": "c572e835-0571-4fc9-acf6-e12f1171d04c",
"card_number": "40963608****9530",
"activation_status": "Activated"
}
}