> 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/ja/google-transit-no/akauntobsunochikettinguabt/toranzakushon.md).

# トランザクション通知

通知はTransit イシュアによってトリガーされ、旅行イベントがウォレット内に表示されるようにします。

このセクションでは、ワークフローの概要（詳細な手順、シーケンス図、および潜在的なエラーシナリオを含む）を提供します。

### ワークフロー <a href="#workflow" id="workflow"></a>

以下はメッセージ通知ワークフローの上位レベルの手順です：

1. **通知の開始** : Transit イシュアはD1 Transitに指示して、対象のデジタルカードに取引通知を送信させます。
2. **ウォレット通知**: D1 Transitは適切なウォレットにプッシュ通知を送信するためにGoogle通知APIを使用します。
3. **取引詳細の取得**: デバイスはメッセージの内容を取得するために、D1 Transitプラットフォームに接続するGoogleサーバーに接続します。

### シーケンス図 <a href="#sequence-diagram" id="sequence-diagram"></a>

#### 通知の開始 <a href="#notification-initiation" id="notification-initiation"></a>

Transit イシュアはhandleEvent APIを使用して指定されたデジタルカードに取引通知を送信するようD1 Transitに指示します。

#### デバイス通知と取引詳細の取得 <a href="#device-notification-and-transaction-details-retrieval" id="device-notification-and-transaction-details-retrieval"></a>

D1 TransitプラットフォームはGoogle transactionEvent APIを使用してウォレットにプッシュ通知を送信します。デバイスはGoogleサーバーを介してD1 Transitに接続し、D1 TransitはTransit イシュアから取得した取引詳細を取得します。

**エラーシナリオ**

**デバイスがオフラインである**

デバイスがオフラインの場合、取引詳細を通知するリクエストはキューに入れられ、デバイスが再接続され次第送信されます。

<figure><img src="/files/a189338f8d2cade6ad26c11be5a46a9448b8d99c" 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/ja/google-transit-no/akauntobsunochikettinguabt/toranzakushon.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.
