> 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/ecom/ja/d1-ecom-enablement-wosuru/towosuru.md).

# 定期取引と分割取引を処理する

定期的な取引や分割取引では、通常、最初の認可リクエストに対してのみクリプトグラムが必要です。一部の国では例外が要求される場合があります。

DPANと有効期限は時間とともに変更されることがあります。変更後の最初の取引は、更新されたトークンの詳細を使用する必要があります。

統合には2つのオプションがあります：

* **オプション1：トークンのメタデータを保存する**
  * 最初の取引についてトークンの詳細とクリプトグラムを取得します。
  * DPANと有効期限をデータベースに保存します。
  * その後の認可には保存された値を使用します。
  * トークンのライフサイクル通知を受け取ったら保存値を更新します。
* **オプション2：各取引ごとにトークンのメタデータを取得する**
  * 取引を作成するたびに現在のDPANと有効期限をリクエストします。
  * トークンのメタデータをローカルで保持しないようにします。


---

# 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:

```
GET https://docs.payments.thalescloud.io/ecom/ja/d1-ecom-enablement-wosuru/towosuru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
