# 4.1 成功と失敗の例

この章の目的は、ユーザーがつまずきやすい事例や、不正利用に関する注意点をまとめることです。\
第2章（操作ルール）と第3章（取込み仕様）を理解した上で、**「よくある間違い」や「禁止されている行為」**&#x3092;確認してください。

***

### **4.1 成功と失敗の例**

**✅ 成功例**

* 12:00 チェックイン → 12:15 決済 → 明細取込み → BIND成功

**❌ 失敗例（順序違反）**

* 10:00 決済 → 12:00 チェックイン → 明細手動取込み → BIND不可（後日不正判定）

**❌ 失敗例（間隔違反）**

* 同一店舗で4時間未満に再チェックイン → チェックイン制限により不可

👉 成功の鍵は **順序を守ること** と **4時間ルール** です。


---

# 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/checkin-bind/success-failure.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.
