Published when a wrong card CVV2 is provided.
Event metadata
- name:
ISSUING
- type:
card.wrong.cvv2
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.cvv2",
"event_id": "354a06d5-9262-4ff7-94a8-fb30c2e2dc4f",
"source_id": "71d283bf-6d80-42a6-afe2-1c43a977a642",
"data": {
"name": "Global Corporation1704868798",
"customer_id": "67f006f4-d593-49f4-be0e-f1f894e8933b",
"card_id": "1d749d10-511e-469f-9a83-0560a602ac37",
"card_number": "1234********3381",
"transaction_currency": "SGD",
"transaction_amount": "100",
"mcc": "5022",
"merchant_name": "Frankie Tibbs",
"merchant_country": "Frankie Tibbs",
"merchant_city": "MUMBAI"
}
}