> 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/ptonwosuru/kdowosuru.md).

# 物理カードを注文する

## 前提条件

* D1 のオンボーディングが完了していること。
* プログラム/BIN、製品、およびパーソナライズテンプレートが構成されていること。
* イシュアのバックエンドが物理発行APIに統合され、カードAPIの通知を受信できること。

{% hint style="info" %}
中央発行は Thales のパーソナライゼーションセンターからカードを製造および出荷します。インスタント発行とは異なり、Thales Instant Issuance Agent を使用せず、 `persoStation`.
{% endhint %}

## フローダイアグラム

<figure><img src="/files/a2acd4edc1fdb70a0721afd40e2ba89e3997c902" alt=""><figcaption><p>中央発行フロー</p></figcaption></figure>

1. イシュアのバックエンドは、D1 バックエンド（物理発行API）に対して物理カード製造リクエストを送信します。
2. D1 バックエンドは製造データを準備します。
3. D1 バックエンドは製造データを Thales のパーソナライゼーションセンター（Thales Shopfloor）に転送します。
4. Thales のパーソナライゼーションセンターは製造状況を返します。
5. D1 バックエンドは Notify card operations（カードAPI）を使用してイシュアのバックエンドに通知します。

## シーケンス図

<figure><img src="/files/d958edee226fc20c35b36477b3e5ee7bf1a2fd73" 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/ptonwosuru/kdowosuru.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.
