Bulk Order Card Notification

This object represents the result of a bulk card creation 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 = 5

{
  "id_type": 5,
  "notification": {
    "design_id": "sadsasadas",
    "campaign_id": "Pt89tMLT8xba9NP6ytsd3",
    "createdCards": [
      {
        "qr": "https://...",
        "barcode": "UDT-Card-111111111111",
        "front_name": "Juan Pedro",
        "cardIdentifier": "CARD-001"
      }
    ],
    "creationDate": "2026-07-12 12:35:03",
    "batchReference": "8fad1116f6a21105678a210434947256",
    "delivery_location": {
      "city": "Cuernavaca",
      "state": "Morelos",
      "mobile": 5536217852,
      "street": "Ave de las Torres",
      "last_names": "Pérez",
      "first_names": "Juan",
      "postal_code": "14800",
      "neighborhood": "Coapa, Coyoacán",
      "exterior_number": "42",
      "interior_number": "10",
      "additional_notes": "Casa azul"
    }
  }
}
FieldTypeDescription
notification.design_idStringExternal design ID assigned to the cards in this batch.
notification.campaign_idStringExternal campaign ID associated with the card batch.
notification.createdCards.qrStringQR code URL or value printed on the card guide.
notification.createdCards.barcodeStringBarcode value printed on the card guide.
notification.createdCards.front_nameStringName printed on the front of the card.
notification.createdCards.cardIdentifierNumberIdentifier originally sent when the card is ordered.
notification.creationDateNumberDate and time when the batch was generated.
notification.batchReferenceStringUnique batch identifier.
notification.delivery_location.cityStringCity where the cards will be delivered.
notification.delivery_location.stateStringState where the cards will be delivered.
notification.delivery_location.mobileNumberRecipient's mobile phone number for delivery contact.
notification.delivery_location.streetStringStreet name of the delivery address.
notification.delivery_location.last_namesStringRecipient's last name(s).
notification.delivery_location.first_namesStringRecipient's first name(s).
notification.delivery_location.postal_codeStringPostal code of the delivery address.
notification.delivery_location.neighborhoodStringNeighborhood or colonia of the delivery address.
notification.delivery_location.exterior_numberStringExterior street number of the delivery address.
notification.creationDate.interior_numberStringInterior apartment, suite, or unit number, if applicable.
notification.creationDate.additional_notesStringExtra delivery instructions to help locate the address.