API Reference

Transaction Not Supported

Published when a transaction is not supported.

Event metadata

  • name: ISSUING
  • type: issuing.transaction.not.supported

Request body

FieldsData TypeDescription
event_idstringA unique ID for the event.
event_namestringEvent name.
event_typestringEvent type.
source_idstringTransaction ID.
versionstringAPI Version number.
dataobjectObject 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"
    }
}