> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-guide/admin-usage/payments.md).

# 결제 관리

결제 관리 화면에서는 **이달 결제 예정 요금과 적립금**을 확인할 수 있어요. 등록한 카드를 변경하거나 결제 영수증을 출력할 수도 있습니다.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **운영/통계 > 결제 관리**에서 들어갈 수 있습니다.

> 아래 화면의 금액은 안내를 위해 가려두었어요.

## 따라하기

### 1단계. 이번 달 요금 확인하기

**이달 요금 결제일** 과 **이달 결제 예정 요금** 이 위쪽에 보입니다.

**예정 요금 카드를 누르면 청구 근거가 펼쳐져요.** 두 부분으로 나뉩니다.

| 구분              | 무엇인가                   |
| --------------- | ---------------------- |
| **어제까지 확정된 요금** | 항목별로 나뉜, 이미 확정된 금액     |
| **오늘 예상 요금**    | 오늘 쓴 만큼이 실시간으로 더해지는 금액 |

{% hint style="info" %}
카드에 크게 보이는 총액은 **오늘 쓴 것까지 반영된 금액**이에요. 그 아래 항목 목록은 어제까지 확정된 금액이라 합이 안 맞아 보일 수 있는데, 그 차이가 **오늘 예상 요금**입니다.

할인이나 사용 한도가 걸려 있으면 실제 쓴 금액과 조금 다를 수 있고, 방금 쓴 요금은 반영되기까지 시간이 걸려요.
{% endhint %}

{% hint style="warning" %}
결제 관리의 금액은 **부가가치세(VAT)가 포함**된 금액이에요. 워크스페이스나 부서에 설정하는 요금 한도는 부가세 별도 기준이라, 이 화면의 금액과 직접 비교하시면 안 돼요.
{% endhint %}

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-d845dc368f758b60627e8e270f742cdf56d96d50%2Fpayments-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

### 2단계. 적립금 충전하기

**적립금 (부가세 포함)** 에서 지금 남은 금액을 확인하고, **\[적립금 충전하기]** 로 충전하실 수 있어요. 미리 충전해 두면 결제일에 청구 금액에서 먼저 차감됩니다.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-830c65f803d5c0ff4247e039332f7e5bc4399e52%2Fpayments-02.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

### 3단계. 결제 카드 바꾸기

**결제 수단** 에서 등록된 카드를 확인하고 **\[카드 변경]** 으로 바꾸실 수 있어요. 등록된 카드가 없으면 **\[카드 등록]** 으로 보입니다.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-14aa0d28b669b2927f154d8944e419eb0997e87c%2Fpayments-03.png?alt=media" alt=""><figcaption><p>3단계 화면</p></figcaption></figure>

## 다 되었어요!

요금 확인과 카드 관리를 이 화면에서 모두 하실 수 있습니다.

무엇에 얼마가 쓰였는지 자세히 보시려면 [**이용 통계**](https://docs.wrks.ai/admin-guide/admin-usage/usage)로 가주세요. 세금계산서·청구서가 필요하시면 **<support@wrks.ai>** 로 문의해 주세요.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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://docs.wrks.ai/admin-guide/admin-usage/payments.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.
