# 버짓핸들러 기본 정책

## 프로모션 노출

가맹점의 사용자가 아래 세가지 조건을 모두 충족 후 가맹점의 주문/결제 페이지 또는 PG사 결제창에 진입시 프로모션 카드를 노출합니다

* **진입 시점에 프로모션 최소결제금액 이상**
* **결제요청일시가 프로모션 시작일과 종료일 이내**
* **프로모션 잔여 예산이 존재**

## 프로모션 적용

* 사용자가 프로모션 기간 내에 해당 카드사의 결제 인증 화면을 띄울 시(결제성공 여부와 상관없이) 총 예산에서 사용자의 예산이 확보됩니다
* 총 결제금액에 대해 아임포트 관리자 콘솔에서 설정한 값(할인율/할인금액, 최대할인금액, 최소결제금액)을 기준으로 자동 할인이 적용됩니다
* 카드사의 결제 인증 화면에서 30분 내에 미결제 또는 이탈 시(창닫기), 결제실패되어 프로모션 할인이 적용되지 않습니다. (예산 복구)

## 프로모션 종료

* 설정한 프로모션 종료일시(예정)가 초과하면, 자동으로 프로모션이 종료되어 할인 적용이 불가능해집니다.
* 설정한 프로모션 종료일시(예정)가 남았지만, 총 예산이 모두 소진된 경우(사용자가 결제시도시 예산이 없는) 자동으로 프로모션이 종료되어 이후 할인 적용이 불가능해집니다.

## 프로모션 예산 초과

카드사와 협의한 총 예산이 초과하더라도 특정 범위까지는 추가 프로모션 할인을 적용할 수 있습니다


---

# 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://portone.gitbook.io/promotion/undefined/undefined-1.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.
