# 3.2 手動取り込み

* 対象：クレジット/デビットカードの利用明細（紙）
* 必要情報：加盟店名、金額、日時、カードブランド/発行体
* 非対象：
  * QRコード決済（PayPay / LINE Pay など）
  * チャージ型プリペイド（交通系ICチャージ等）
  * レシート/領収書
  * 加盟店名が不明な一部AMEXカード×QuickPay決済など
  * サブカードの利用禁止：家族カードやビジネスカードなど、メインカードに紐づくサブカードは使用不可となります。

**🧾 手動取り込みデータのBIND条件（ver.0.3.5以降）**

アプリ ver.0.3.5 以降では、手動で取り込んだ決済データ（カード利用明細の写真アップロード）をBINDする際に、以下の条件をすべて満たす必要があります。\
この条件はEVT発掘条件と統一されています。

| 条件項目 | 内容                                 |
| ---- | ---------------------------------- |
| 撮影時間 | チェックイン時間以降に撮影されたカード利用明細であること       |
| 位置情報 | 明細撮影時の位置情報がチェックイン店舗から半径300m以内であること |
| 時間差  | チェックイン時間と撮影時刻の差が4時間以内であること         |

⚠️ 上記のいずれかに該当しない場合、BINDは実行されません。

📅 **最終更新日：2025年10月**<br>


---

# 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/manual-import.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.
