# 키오스크 할부 결제 기능

{% hint style="info" %}

1. 상품 금액이 5만원 초과 시 할부 결제를 할 수 있습니다.
2. 일시불 \~ 12개월 까지 1개월 단위로 설정 할 수 있습니다.
   {% endhint %}

## 키오스크 할부 결제 기능

### 포스 환경설정

1. 로그인 후 **환경설정** -> **현재버전** 화면으로 이동합니다.

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

2. **‘5만원 초과 할부결제’** 옵션을 사용으로 체크합니다.
   1. 기본 설정: 미사용

<figure><img src="/files/5Rbz6tcOovnvl2rnKwgs" alt=""><figcaption></figcaption></figure>

3. 완료

***

## 사용화면

### 할부 결제 선택 화면

1. 총 금액 50,000원 초과인 경우 할부선택 화면이 나옵니다.

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

2. 결제 완료 후 영수증 확인

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


---

# 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://pluspos.gitbook.io/android-pos-manual/android-kiosk/option/installment.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.
