# 개인 결제창 생성하기

* [개인 결제창이란?](#id-1)
* [개인 결제창 생성하기](#id-2)

## 1. 개인 결제창이란?

&#x20;개인 결제창은 아래 예시와 같은 상황에서 특정 고객을 대상으로 한 전용 결제가 필요할 때 사용합니다.&#x20;

* 카드 결제 건 중 부분 취소가 불가할 때, 기존 결제 건을 전체 취소하고 재결제를 요청하고자 하는 경우 \
  (부분 취소가 불가한 경우: 복합과세 주문 건, 카드사 포인트 사용 혹은 즉시 할인(청구 할인) 주문 건)
* VIP 고객 혹은 대량 구매 고객에게 상품 판매 시 추가 할인율을 적용하는 경우 &#x20;
* 추가 배송료 혹은 차액 결제가 필요한 경우&#x20;

## 2. 개인 결제창 생성하기&#x20;

#### Step 1. \[식스샵 > 상품 > 전체]에서 오른쪽 상단의 \[상품 추가하기]를 클릭해 주세요.

#### Step 2. 아래의 이미지와 설명을 참고하여 개인 결제 정보를 입력 후 저장해 주세요.

![](/files/WAOKkATh0vdytc9im2Di)

* 종류: 배송 여부에 따라 '배송 상품' 혹은 '서비스 상품(배송하지 않는 상품)'으로 설정
* 이름: ㅇㅇㅇ님 개인 결제창
* 정가: 결제 가격
* 수량: 1개&#x20;
* 카테고리: 선택 안 함(카테고리 미분류)
* 배송 정책: '종류'가 '배송 상품'인 경우 설정(배송 정책에 따라 정가 외 배송비가 추가 부과될 수 있으니 확인해 주세요.)

#### Step 3. \[식스샵 > 상품 > 미분류 > 추가한 개인 결제창 상품 우측 아이콘(▼) > 바로가기]를 클릭해 주세요.&#x20;

![](/files/kd7oY21DanzuW5xDXggk)

#### Step 4. 개인 결제창 상품 URL 확인하여 구매자에게 공유하기

바로가기를 통하여 확인되는 개인 결제창 상품의 URL은 \[sixshp.com/고객님 ID] 형태의 식스샵 임시 도메인으로 보여지기에 구매자에게 개인 결제창 URL을 공유할 때는 상점의 대표 도메인으로 변경 후 공유하는 것을 권장합니다.

![](/files/6OJOyq87V75Dv6YlZfom)

\[ 예시 ]&#x20;

* 대표 도메인 URL: abc.com&#x20;
* 개인 결제창 URL: https\://<mark style="color:yellow;">**sixshop.com/testshop**</mark>/product/sample1
* 대표 도메인 적용 개인 결제창 URL: https\://<mark style="color:yellow;">**abc.com**</mark>/product/sample1<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://help.sixshop.com/learn-sixshop/store-manager/products/personal-payment.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.
