Published when a wrong card expiry is provided.
Event metadata
- name:
ISSUING
- type:
card.wrong.expiry
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 | A unique ID that triggered the event. |
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.wrong.expiry",
"event_id": "9948d37f-e9fd-4693-80c3-5c7629d7c53e",
"source_id": "8f20e97a-f0fa-4e22-8c65-c9e42299ea0d",
"data": {
"name": "Global Corporation1704868798",
"customer_id": "67f006f4-d593-49f4-be0e-f1f894e8933b",
"card_id": "1d749d10-511e-469f-9a83-0560a602ac37",
"card_number": "1234********3381",
"mcc": "5022",
"merchant_name": "Frankie Tibbs",
"merchant_country": "Frankie Tibbs",
"merchant_city": "MUMBAI"
}
}