> 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/instant-issuance/instant-issuance-ja/wosuru/kdo.md).

# カード注文

## フロー図

<figure><img src="/files/deb5f8d6e49dcda9fa1c4e718cc23981c3fc0a1f" alt=""><figcaption><p>キオスク即時発行のフロー</p></figcaption></figure>

1. エンドユーザーが支店でカードを申請します。
2. イシュアのバックエンドは、以下を含む物理カード作成リクエストを D1 バックエンド（Physical issuance API）に送信します。 `distributionChannel` に設定 `INSTANT` および `persoStation` 支店のペルソステーション ID に設定します。
3. D1 バックエンドは製造データを準備します。
4. D1 バックエンドは、製造データをペルソステーション環境で稼働している Thales Instant Issuance Agent に送信します。
5. Thales Instant Issuance Agent はカードを作成し、製造ステータスを D1 バックエンドに返します。
6. D1 バックエンドは Notify card operations（Card API）を使用してイシュアのバックエンドに通知します。

例（キーとなるパラメータのみ）：

```json
{
  "distributionChannel": "INSTANT",
  "persoStation": "KIOSK-PS-101"
}
```

### シーケンス図

<figure><img src="/files/99afa2c18657c51ea1a1c304cf2fd8652e2b3608" alt=""><figcaption><p>キオスク即時発行のシーケンス</p></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/instant-issuance/instant-issuance-ja/wosuru/kdo.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.
