# 자동 충전 방법에 대해 알아봐요

자동 충전은 매월 지정한 날짜에 자동으로 충전이 진행되는 기능입니다.\
지정한 금액이 등록된 결제수단(카드)을 통해 자동 결제되며, 반복 충전 관리를 간편하게 도와줍니다.

***

### 🔧 자동 충전 설정 방법

#### 1. **자동 충전 설정 ON**

* 화면 상단의 `자동 충전 설정`을 **ON**으로 전환하면 자동 결제를 활성화할 수 있습니다.
  * 정기결제 카드 등록을 위해 100원이 결제되며, 인증 확인 후 즉시 취소됩니다. 해당 금액은 실제로 청구되지 않으니 안심하고 진행해 주세요.
  * 카드 등록 시 **브라우저 팝업 차단이 해제되어 있어야** 등록이 정상적으로 진행됩니다.

    > 경로: 인터넷 도구 > 팝업차단 해제

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

#### 2. **자동 충전 조건 설정**

* 예: `매월 1일에 ₩50,000 자동 충전`
* 충전 날짜 및 금액은 “조건 변경하기” 버튼을 통해 자유롭게 수정 가능합니다.
*

```
<figure><img src="/files/iw5dOzO6iIlebvnO53VA" alt=""><figcaption></figcaption></figure>
```

***

### 📌 유의사항

* 자동결제는 **선택한 날짜의 오전 8시경** 진행됩니다.
* 오늘 날짜를 설정할 경우, **다음 달부터 적용**됩니다.
* 설정한 날짜가 없는 월(예: 31일)은 **해당 월의 말일에 자동 적용**됩니다.
* 결제 시스템 상황에 따라 **1\~2일 지연될 수 있습니다.**
* 수신자 본인의 카드로 반드시 등록하여야 하며, **법인카드/가상카드 사용 시 결제 실패 가능성**이 있습니다.


---

# 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://guide-user.sendon.io/faq/charge/undefined.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.
