> 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/secure-card-display/ja/get-started/manage-cards/card-issuance-models.md).

# カード発行モデル

D1は2つのカード発行モデルをサポートしています:

* **カード作成モデル**: D1がカードを作成し、PAN、有効期限、およびその他のカード認証情報を割り当てます。D1は必要に応じて、これらの認証情報をイシュアのCMSと同期できます。
* **カード登録モデル**: イシュアがCMSでカードを作成し、その後、既存のカードとその認証情報をD1に登録します。

カードがD1上に存在するようになったら（作成または登録を通じて）、Tokenization、Push provisioning、Secure Card Displayなどのサービスを使用できます。

また、カードプロダクトで定義されたワークフローに基づいて、D1が支払い認可に参加するよう設定することもできます:

* **認可オーケストレーションワークフロー**: D1が認可プロセス全体をオーケストレーションします。
* **認可制御ワークフロー**: D1が認可チェックの一部を実行します。
* **認可なしモード**: D1は認可に参加しません。

これらのモデルとワークフローは詳細に説明されています [D1認可](https://thales-dis-dbp.stoplight.io/docs/d1-caas/25aregsmz7a2q-transaction-control).

### 前提条件

D1でカードを作成または登録する前に、次のことを確認してください:

* 1つの **カードプロダクト** は、Thalesのデリバリーチームの支援によりD1で設定されています。カードプロダクトは一意の `cardProductId`.
* その **エンドユーザー** （カードの所有者）がD1に登録されています。参照先： [API経由でエンドユーザーを登録する](/secure-card-display/ja/get-started/mange-end-users/register-end-users-via-api.md).

### カード作成モデル

カード作成モデルでは:

* D1がカード作成を担当します。
* D1がPAN、有効期限、およびその他のカード属性を割り当てます。
* D1は必要に応じて、カード認証情報をイシュアのCMSと同期できます。

CMSをカードのシステム・オブ・レコードとして維持しつつ、D1にカード作成プロセス全体を担わせたい場合は、このモデルを選択してください。

### カード登録モデル

カード登録モデルでは:

* イシュアのCMSがカード作成を担当します。
* その後、イシュアは登録APIを通じて既存のカードをD1に登録します。
* D1はイシュアから受け取ったカード認証情報を保存します。

CMSをカードのシステム・オブ・レコードとして維持し、D1をデジタル有効化機能として機能させたい場合は、このモデルを選択してください。

### アカウント設定

カード作成または登録の一環として、認可中にD1が資金確認を実行することが想定される場合（たとえば、 **認可オーケストレーションワークフロー**).

D1はこれらのアカウントを使用して、Core Bankingシステム（CBS）に利用可能残高を照会します。

各アカウントは次の項目で定義されます:

* `デフォルト`: に設定します `true` がカードのデフォルトアカウントである場合。
* `種類`: アカウント種別。D1は次をサポートします `CHECKING` および `SAVING`.
* `番号`: D1がCBSで資金確認を行う際にアカウントを参照するために使用する口座番号。
* `currencyCode`: 口座の通貨。


---

# 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/secure-card-display/ja/get-started/manage-cards/card-issuance-models.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.
