Admin Card Assigned Notification

This object represents the result of an admin card-assign operation.


FieldTypeDescription
id_typeNumberID representing a notification type from a predefined catalog.
notificationObjectDynamic object containing data specific to the given id_type.

Example when id_type = 9

{
  "id_type": 9, 
  "notification": {
    "id": 158, 
    "type": "Physical", 
    "number": "5313 60XX XXXX 8137", 
    "status": "Active", 
    "type_id": 1,
    "status_id": 1, 
    "created_at": "2026-01-16T11:44:01", 
    "updated_at": "2026-01-16T13:38:00", 
    "activation_date": "2026-03-12T14:10:44.804"
  }
}

FieldTypeDescription
notification.idNumberId of the card assigned.
notification.typeStringAssigned card type.
notification.numberStringAssigned card number.
notification.statusStringStatus of the assigned card.
notification.type_idNumberId of the card type.
notification.status_idNumberId of the card status.
notification.created_atStringCreated date of the assigned card.
notification.updated_atStringLast updated date of the assigned card.
notification.activation_dateStringActivation date of the assigned card.