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

# 中央発行を実装する

- [カード注文](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo.md): D1を使用して物理カードの製造と発送を依頼する。
- [カード注文サービスを選択する](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/kdosbisuwosuru.md): 物理カードの製造と発送方法を制御するD1 APIフィールドを選択する。
- [磁気ストライプトラック](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/sutoraiputorakku.md): 物理カードの個別化中にD1がトラック1/2/3の値をどのように構築するかを理解する。
- [グラフィカル個別化](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/gurafikaru.md): 個別化時にD1が物理カードに印字する内容を制御する。
- [チップ個別化](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/chippu.md): 物理カードの個別化中にD1がEMVチップデータをどのように生成するかを理解する。
- [カードキャリアの個別化](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/kdokyariano.md): 物理カードの郵送に使用するカードキャリアを選択して個別化する。
- [梱包](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/kun-bao.md): 物理カードの発送に使用する梱包を選択する。
- [発送](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/fa-song.md): 物理カード注文の発送オプションとバルクグルーピングを選択する。
- [SLA管理](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/sla-guan-li.md): D1が物理カード注文の製造期限日をどのように計算するかを理解する。
- [一括](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdo/yi-kuo.md)
- [カード注文の追跡](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdono.md)
- [製造を追跡する](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdono/wosuru.md)
- [発送を追跡する](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdono/wosuru-1.md)
- [オンデマンドで注文を追跡する](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/kdono/ondemandodewosuru.md)
- [プル＆変更](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/puru.md)
- [トラッキングハブ](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/torakkinguhabu.md)
- [住所検証](https://docs.payments.thalescloud.io/central-issuance/ja/wosuru/zhu-suo-jian-zheng.md)


---

# 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/central-issuance/ja/wosuru.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.
