This object represents the result of an admin card-assign operation.
| Field | Type | Description |
|---|---|---|
id_type | Number | ID representing a notification type from a predefined catalog. |
notification | Object | Dynamic object containing data specific to the given id_type. |
Example when id_type = 9
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"
}
}| Field | Type | Description |
|---|---|---|
notification.id | Number | Id of the card assigned. |
notification.type | String | Assigned card type. |
notification.number | String | Assigned card number. |
notification.status | String | Status of the assigned card. |
notification.type_id | Number | Id of the card type. |
notification.status_id | Number | Id of the card status. |
notification.created_at | String | Created date of the assigned card. |
notification.updated_at | String | Last updated date of the assigned card. |
notification.activation_date | String | Activation date of the assigned card. |