Admin Card Stopped Notification

This object represents the result of an admin card-stop 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 = 7

{
  "id_type": 7, 
  "notification": {
    "card_id": 331, 
    "new_card_status": 9
  }
}

FieldTypeDescription
notification.card_idNumberId of the card stopped.
notification.new_card_statusNumberNew status of the card stopped.