> For the complete documentation index, see [llms.txt](https://plusorder.gitbook.io/helpme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-12.md).

# 더치페이-금액입력 결제

#### ○ 선불제 매장으로 운영할때 테블릿오더에서 더치페이 결제가 가능합니다.&#x20;

#### ○ 결제할 금액을 나누어서 결제할 때 사용합니다.

&#x20;0\.  플러스오더 ASP > 매장환경설정에서 \[H41] 더치페이 를 사용으로 선택 및 저장하시고, 에이전트에서 데이터 동기화를 실행합니다.&#x20;

1. 테이블오더앱에서  결제할 상품을 주문합니다.&#x20;
2. 결제 방식을 "더치페이" 선택합니다.

<figure><img src="/files/8E7mkgqkCvVqVU7ykAcC" alt=""><figcaption></figcaption></figure>

3. "상품별 결제"는 결제할 상품을 클릭하여 결제합니다.

<figure><img src="/files/PiiowgNk8aiyVNkg8vc5" alt=""><figcaption></figcaption></figure>

4. "금액 나누기"는 총금액에서 결제할 금액을 입력할때 사용합니다.&#x20;

<figure><img src="/files/RUgrMqwxzmDJ71KpLhej" alt=""><figcaption></figcaption></figure>

5. 결제할 금액을 변경할 때는 "**금액변경**"을 클릭하고 결제할 금액을 입력합니다.&#x20;

<figure><img src="/files/GAsMKvdVOstZUh84PkVZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Irmxf8XuFyXF8C2zjbNv" alt=""><figcaption></figcaption></figure>

6. 추가로 금액을 변경할때는 마지막 "+" 부분을 클릭합니다.&#x20;

<figure><img src="/files/NxlpNpsaATEfmoK1Q5Yj" alt=""><figcaption></figcaption></figure>

7. 추가한 금액을 변경할때는 빨간색 "금액변경" 부분을 클릭합니다. \
   \- 예) 1,570원 -> 1,100원으로 변경

<figure><img src="/files/QGDhWK4o8eZ413vmEjSo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/l6FzCKt0PlVnlxq4kXVL" alt=""><figcaption></figcaption></figure>

8. 결제할때는 결제할 금액을 선택하고 하단에 "카드결제" 버튼을 실행합니다.&#x20;

<figure><img src="/files/MODVcUxLdyjQLqnlDG3Z" alt=""><figcaption></figcaption></figure>


---

# 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://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-12.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.
