> For the complete documentation index, see [llms.txt](https://guide.centerflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.centerflow.ai/undefined-1/console/billing.md).

# 결제 관리

**결제 관리** 메뉴에서는 정기 결제 수단을 변경하거나 세금 계산서 발행을 위한 사업자 정보를 조회할 수 있습니다.

{% hint style="warning" %}
**주의** \
등록된 결제 수단으로 정기 결제 실패 시 10일간 재결제가 시도되며, 결제 오류가 지속되면 11일차에 서비스가 중단되고 회원 상태가 ‘일시정지'로 전환됩니다. 서비스가 중단되지 않도록, 등록된 결제 수단을 확인하고 유효한 결제 수단을 유지해주세요.
{% endhint %}

<figure><img src="/files/tG7cXC8qJBlVQzJ5v7uP" alt=""><figcaption><p>결제 관리</p></figcaption></figure>

<table><thead><tr><th width="222">항목</th><th>설명</th></tr></thead><tbody><tr><td>결제 수단</td><td>등록된 결제 수단 (카드사명, 카드 번호 앞자리) 및 최종 변경일자</td></tr><tr><td>결제 수단 변경</td><td>결제 수단 변경 가능</td></tr><tr><td>세금 계산서 발행 정보</td><td>세금 계산서 발행을 위한 사업자 정보 조회 가능</td></tr></tbody></table>

## 결제 수단 변경 <a href="#change-payment-method" id="change-payment-method"></a>

\[결제 수단 변경] 버튼을 클릭하여, 결제 수단을 변경할 수 있습니다. 결제 수단은 계정당 1개 등록 가능하며, 결제 수단 변경 시 기존에 등록된 결제 수단은 삭제됩니다. 정기 결제일 전 결제 수단 변경 시 당월부터 변경된 결제 수단으로 결제되며, 정기 결제일 후에는 익월부터 적용됩니다.

{% hint style="warning" %}
**주의** \
서비스 이용 중, 미납 요금이 발생한 경우 변경된 결제 수단으로 미납 요금이 자동 결제 됩니다.
{% endhint %}

## 세금 계산서 발행 정보 조회 <a href="#tax-bill" id="tax-bill"></a>

\[세금 계산서 발행 정보] 버튼을 클릭하여, 세금 계산서가 발행되는 사업자 정보를 조회할 수 있습니다.

<figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/Figma/KiCC/%EC%84%B8%EA%B8%88%20%EA%B3%84%EC%82%B0%EC%84%9C%20%EB%B0%9C%ED%96%89%20%EC%A0%95%EB%B3%B4%20%EC%A1%B0%ED%9A%8C.png" alt=""><figcaption><p>세금 계산서 발행 정보</p></figcaption></figure>

{% hint style="info" %}
**안내**

* 세금 계산서 발행 정보 수정은 [서비스 지원 문의](https://centerflow.kakaocloud.com/support)에 접수해주시면 담당자가 2-3 영업일 내로 연락드립니다.&#x20;
  {% 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://guide.centerflow.ai/undefined-1/console/billing.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.
