Skip to main content

Event metadata

  • name: ISSUING
  • type: card.verification.otp

Request body

FieldsData TypeDescription
event_idstringA unique ID for the event.
event_namestringEvent name.
event_typestringEvent type.
source_idstringA unique ID that triggered the event.
versionstringAPI version number.
dataobjectObject containing details associated with the event.

Notification example

{
    "version": "V1.6.0",
    "event_name": "ISSUING",
    "event_type": "card.verification.otp",
    "event_id": "0f3891bc-5bec-4aea-bd33-ba67997065f0",
    "source_id": "cc56949f-ef3f-4b11-ae88-3af6093fde0f",
    "data": {
        "card_id": "cc56949f-ef3f-4b11-ae88-3af6093fde0f",
        "card_number": "40963609****7723",
        "otp": "111111"
    }
}