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.3ds.otp",
"event_id": "8ce8de50-fdf5-4108-8427-e6892d1bad96",
"source_id": "2012052660282228736",
"data": {
"card_id": "6b3da7fd-6545-4db6-bd39-9800062fdb49",
"card_number": "40963608****1214",
"merchant_name": "Example Merchant",
"otp_code": "12344444",
"transaction_amount": "2",
"transaction_currency": "SGD"
}
}