Published when a card activation is activated or failed.
Event metadata
- name:
ISSUING
- types:
card.activation.status
Request body
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 ID. |
version | string | API Version number. |
data | object | Object containing details associated with the event. |
Notification example
{
"version": "V1.5.2",
"event_name": "ISSUING",
"event_type": "card.activation.status",
"event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6",
"source_id": "52d51b68-9691-4448-ac5f-dcbbef9c62f8",
"data": {
"card_id": "52d51b68-9691-4448-ac5f-dcbbef9c62f8",
"card_number": "12345678****0000",
"activation_status": "ACTIVATED",
}
}