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.verification.otp",
"event_id": "2843b2e7-292f-4b72-9c0f-75b4afa2b461",
"source_id": "2012052982102786048",
"data": {
"card_id": "6b3da7fd-6545-4db6-bd39-9800062fdb49",
"card_number": "40963608****1214",
"otp_code": "12344444"
}
}