Admin Card Unstopped Notification

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

{
  "id_type": 8, 
  "notification": {
    "card_id": 331, 
    "message": "Card was unblocked successfully"
  }
}

FieldTypeDescription
notification.card_idNumberId of the card unstopped.
notification.messageStringSuccess message of the card-unstop operation.