This object represents the result of a card-linked 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 = 6
id_type = 6{
"id_type": 6,
"notification": {
"cardId": 370,
"success": true,
"ownerName": "Juan Perez",
"deliveryStatus": 3,
"expectedArrivalDate": "2026-03-12 18:00:00"
}
}| Field | Type | Description |
|---|---|---|
notification.cardId | Number | Id of the card linked. |
notification.tokens.oauthToken | String | Authorization token of the account. |
notification.success | Boolean | Result of the linked card operation. |
notification.ownerName | String | Name of the linked card owner. |
notification.deliveryStatus | Number | Delivery status of the linked card. |
notification.expectedArrivalDate | String | Linked card expected arrival date. |