> For the complete documentation index, see [llms.txt](https://ably-1.gitbook.io/undefined/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ably-1.gitbook.io/undefined/quickstarter/biz/charge.md).

# 비즈머니 충전하기

{% hint style="success" %}
이 글을 읽으면 광고 집행에 필요한 광고비를 충전하는 방법을 알 수 있어요.&#x20;
{% endhint %}

{% stepper %}
{% step %}

### 카드 결제

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

\[셀러 어드민 - 광고 관리 - 비즈머니 관리 - '+ 충전하기' 버튼]을 눌러 비즈머니 충전을 할 수 있어요.&#x20;

![](/files/a10a140bbd67fdb5993a5bb6834e2c537d57e3b1)

신용/체크카드를 활용해 결제하면, 완료 시 비즈머니가 즉시 충전됩니다.
{% endstep %}

{% step %}

### 무통장 입금 (가상 결제)

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

\[셀러 어드민 - 광고 관리 - 비즈머니 관리 - '+ 충전하기' 버튼]을 눌러 비즈머니 충전을 할 수 있어요.&#x20;

![](/files/ebe2fbc62cf444618dd1a1aac62a27efa701e2e5)

무통장 입금 선택 후 발급되는 가상계좌로 입금하면 약 5분 이내로 충전됩니다.

{% endstep %}

{% step %}

### 자동 카드 결제

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

\[셀러 어드민 - 광고 관리 - 비즈머니 관리]에서 자동충전 내역을 설정할 수 있어요.&#x20;

자동 충전은 비즈머니 잔액 부족으로 광고 노출 중단이 예상될 때, 미리 등록한 신용/체크카드로 설정한 금액만큼 자동으로 충전되는 기능이에요. 아래 3가지 조건을 설정하여 사용할 수 있어요.&#x20;

* (A) 기준 잔액: 보유한 비즈머니가 설정한 기준 잔액 미만일 때 자동 충전이 발생합니다.
* (B) 자동 충전 금액: 자동 결제 시 결제할 금액입니다.
* (C) 월 충전 한도: 자동 충전 기능으로 결제할 월 최대 한도입니다. 월 한도를 설정하면 그 금액을 초과하여 충전되지 않습니다.

{% hint style="info" %}
**유의사항**

* 카드 한도 초과 등의 이유로 자동 결제 실패 시 24시간 이내 재시도는 불가능합니다.
* &#x20;자동 충전 설정 변경 내역은 ‘자동 충전 변경 이력’에서 확인할 수 있습니다.
  {% endhint %}
  {% endstep %}
  {% endstepper %}

### 아이폰에서 결제 오류가 뜬다면

***

![](/files/e003c2ca8a032864ff1b98769c1ed9f3dca0e4c5)

IOS(아이폰) Safari에서 결제할 때 결제 실패 창이 뜰 수 있습니다. 이 경우 아이폰 설정 > Safari > 팝업 차단을 비활성화하면 해결할 수 있어요.&#x20;

{% hint style="info" %}
유의사항<br>

* 해외 사업자의 경우에도 비즈머니는 원화(₩)로만 결제가 가능합니다. (외화 결제 불가)
* 비즈머니 반환 시에도 원화 입금이 가능한 계좌 정보를 전달해야 합니다.
* 해외 사업자가 원화 결제 시 영세율 적용 대상이 아님을 유의하세요.
  {% endhint %}


---

# 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://ably-1.gitbook.io/undefined/quickstarter/biz/charge.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.
