Published when a transaction is not supported.
Event metadata
- name:
ISSUING
- type:
issuing.transaction.not.supported
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 | Transaction ID. |
version | string | API Version number. |
data | object | Object containing transaction details associated with the event. |
Notification example
{
"version": "V1.5.2",
"event_name": "ISSUING",
"event_type": "issuing.transaction.not.supported",
"event_id": "bc20533a-acbc-4629-b651-b68b1c52b387",
"source_id": "dac951ae-507a-4c07-9acd-e045b7d4962f",
"data": {
"name": "Uqpay Product",
"customer_id": "cedcb141-13b0-4e32-99dd-43455b53d737",
"card_id": "48f52da0-f3fd-4bcd-973c-e87689cc4eb7",
"card_number": "1234********4865"
}
}