> 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/raifusaikuru/transit-ishuakaranopku.md).

# Transit イシュアからのパーク

イシュア主導のパークは、Transit イシュアによって、または一部の場合にはトランジット事業者のアプリを介してユーザーによってトリガーされるアクションです。

このセクションでは、詳細な手順、シーケンス図、および想定されるエラーシナリオを含むワークフローの概要を説明します。

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

以下は、停止／再開ワークフローの高レベルな手順です:

1. **状態変更の開始**: Transit イシュア、または一部の場合はユーザー（トランジット事業者のアプリ経由）が、カードのパークを実行する必要があることを D1 Transit に通知します。その後 D1 Transit プラットフォームは handleTspEvent を送信して Google に通知します。
2. **状態変更の実行**: イベントが Google に配信されると、D1 Transit はデジタルカードの状態変更を更新します。Google は後で getTokenStatus を送信して、D1 Transit から状態変更を取得し、適用します。

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

{% hint style="info" %}
Transit イシュアは、まずカードを拒否リストに追加する必要があります。デバイスがオフラインの場合、カードがすぐにパークされない可能性があるため、カードを拒否リストに追加することは重要です。
{% endhint %}

Transit イシュアは manageDigitalCard を D1 Transit プラットフォームに送信し、D1 Transit プラットフォームは handleTspEvent を Google に送信します。

このリクエストを受信すると、Google は適用する状態変更を取得し、デバイスがオフラインである可能性があるためベストエフォートでデバイス上のデジタルカードに適用を試みます。

D1 Transit は、状態変更の要求が Google に送信されたことを Transit イシュアに通知します。

**エラーシナリオ**

**デバイスがオフライン**

デバイスがオフラインの場合、カード状態の変更リクエストはキューに入れられ、再接続され次第デバイスに送信されます。

<figure><img src="/files/920288cb0da76ced3ef688241142517d2cfc771c" 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/raifusaikuru/transit-ishuakaranopku.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.
