Card Linked Notification

This object represents the result of a card-linked 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 = 6

{
  "id_type": 6, 
  "notification": {
    "cardId": 370, 
    "success": true, 
    "ownerName": "Juan Perez", 
    "deliveryStatus": 3, 
    "expectedArrivalDate": "2026-03-12 18:00:00"
  }
}

FieldTypeDescription
notification.cardIdNumberId of the card linked.
notification.tokens.oauthTokenStringAuthorization token of the account.
notification.successBooleanResult of the linked card operation.
notification.ownerNameStringName of the linked card owner.
notification.deliveryStatusNumberDelivery status of the linked card.
notification.expectedArrivalDateStringLinked card expected arrival date.