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

# 결제 내역 보기

상단 메뉴 **결제 내역 보기** 메뉴에서 아파트의 현재 구독 상태와 결제 내역을 조회합니다.

## 이런 상황에 사용하세요

* **회계 처리·세금계산서 발급** — 월말 회계 정리 시 결제 일시와 금액을 확인하고, 영수증을 내려받아 증빙으로 사용합니다. 세금계산서가 필요한 경우 단속고고 고객센터로 별도 요청하세요.
* **카드 변경·교체** — 사용 중인 결제 카드의 유효기간이 만료되거나 분실된 경우, 결제 수단 변경을 통해 새 카드를 등록합니다.
* **구독 취소·재개 확인** — 구독 취소를 요청한 뒤 다음 결제 예정일이 정상적으로 비어 있는지 확인합니다. 마음이 바뀌면 같은 화면에서 취소를 철회할 수 있습니다.

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

## 표시 항목

* **결제 일시**
* **상품명(요금제)**
* **결제 금액**
* **결제 방법(카드사, 카드번호 :** 일부 마스킹 처리)
* 영수증 보기

## 구독 관리

* **현재 구독 요금제**와 **다음 결제 예정일**이 상단에 표시됩니다.
* 요금제 변경은 [요금제 보기](/dansokgogo/undefined-1/web/product.md)에서 수행합니다.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/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.
