# 3.5 セキュリティと不正

* 取得データは最小限：加盟店名、金額、日時、カード情報（ブランド/発行体）
* 暗号化・最小権限で管理
* KYC（本人確認）：通常は不要。ただし以下の場合に求められることがあります
  * SyFuカード関連の利用
  * 不正疑いによる出金制限解除
* 禁止事項
  * チャージバック目的や現金化を狙ったカード利用
  * 不正行為が確認された場合、アカウントBAN・資産停止/没収・出金制限・損害賠償の対象となります


---

# Agent Instructions: 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.syfu.io/ja/payment-data/security-fraud.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.
