> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/transit-digitization/es/implementar-apple-transit/ticketing-basado-en-cuenta-abt/notificacion-de-transaccion.md).

# Notificación de transacción

Las notificaciones son disparadas por el Emisor de Tránsito para que los eventos de viaje puedan mostrarse dentro de la cartera. En caso de que la tarjeta de tránsito admita compras minoristas, también se pueden notificar las compras.

Esta sección proporciona una visión general del flujo de trabajo, incluidos pasos detallados, diagramas de secuencia y posibles escenarios de error.

### Flujo de trabajo <a href="#workflow" id="workflow"></a>

A continuación se presentan los pasos de alto nivel del flujo de trabajo de notificación de mensajes:

1. **Inicio de la notificación** : El Emisor de Tránsito instruye a D1 Transit para enviar la notificación de la transacción a una tarjeta digital objetivo.
2. **Notificación al dispositivo**: D1 Transit utiliza APNS para enviar una notificación push al dispositivo correspondiente.
3. **Recuperación de detalles de la transacción**: El dispositivo se conecta a la plataforma D1 Transit para recuperar los detalles de la transacción.

### Diagrama de secuencia <a href="#sequence-diagram" id="sequence-diagram"></a>

#### Inicio de la notificación <a href="#notification-initiation" id="notification-initiation"></a>

El emisor de tránsito instruye a D1 Transit para enviar la notificación de la transacción a la tarjeta digital especificada usando la API handleEvent.

#### Notificación al dispositivo y recuperación de detalles de la transacción <a href="#device-notification-and-transaction-details-retrieval" id="device-notification-and-transaction-details-retrieval"></a>

La plataforma D1 Transit usa APNS para enviar una notificación push al dispositivo. El dispositivo se conecta a D1 Transit para recuperar los detalles de la transacción que D1 Transit obtiene del Emisor de Tránsito.

**Escenarios de error**

**El dispositivo está sin conexión**

Si el dispositivo está sin conexión, la solicitud para notificar los detalles de la transacción se pone en cola y se enviará al dispositivo tan pronto como se vuelva a conectar.

<figure><img src="/files/4a59e98887d45d58959278718f9aa0ed57e4c207" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/transit-digitization/es/implementar-apple-transit/ticketing-basado-en-cuenta-abt/notificacion-de-transaccion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
