API Reference

Activation Status

Published when a card activation is activated or failed.

Event metadata

  • name: ISSUING
  • types: card.activation.status

Request body

FieldsData TypeDescription
event_idstringA unique ID for the event.
event_namestringEvent name.
event_typestringEvent type.
source_idstringCard ID.
versionstringAPI Version number.
dataobjectObject containing details associated with the event.

Notification example

{
    "version": "V1.5.2", 
    "event_name": "ISSUING", 
    "event_type": "card.activation.status", 
    "event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6", 
    "source_id": "52d51b68-9691-4448-ac5f-dcbbef9c62f8", 
    "data": {
        "card_id": "52d51b68-9691-4448-ac5f-dcbbef9c62f8",
        "card_number": "12345678****0000",
      	"activation_status": "ACTIVATED",
    }
}