> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/paid-newsletter/billing/check-payment-history.md).

# 유료 뉴스레터 결제 내역 확인하기

**💬** 이 내용은 **스탠다드, 프로, 엔터프라이즈 요금제**에 해당하는 도움말입니다.

## 이 글에서는

유료 구독자의 결제 내역(결제 금액, 결제일 등)을 직접 조회할 수 있습니다. 이 방법에 관해 알아봅니다.

***

## 유료 뉴스레터 결제 내역 확인하기

아래 방법으로 유료 구독자의 결제 내역 화면으로 이동할 수 있습니다.

1. 확인하고자 하는 유료 구독 주소록을 클릭합니다.
2. 상단 메뉴 중 \[결제 내역]을 클릭하면 구독자의 상세 결제 내역을 확인할 수 있는 페이지로 이동합니다.

결제 내역 화면에서 유료 구독자의 이메일 주소, 결제 상태, 결제 금액, 결제 방법, 결제일 등을 확인할 수 있습니다. 또는 조건을 설정해서 특정 조건에 해당하는 유료 구독자만 조회할 수도 있습니다.

<figure><img src="/files/0baWq4GcLzMKKKcOT2kT" alt=""><figcaption></figcaption></figure>

### 조건을 설정해서 유료 구독자 확인하기 <a href="#h_b0774873f2" id="h_b0774873f2"></a>

\[결제 상태], \[결제 방법], \[결제 기간] 등 조건을 걸어 이 조건에 해당하는 유료 구독자만 조회할 수 있습니다. 한 번에 여러 개의 조건을 걸어서 검색할 수도 있으며, 혹은 \[검색] 버튼을 클릭해서 구독자의 이메일 주소를 직접 입력해서 조회하는 것도 가능합니다.

#### 결제 상태 확인하기 <a href="#h_193b2f3111" id="h_193b2f3111"></a>

\[결제 상태]에서 구독자별 결제 결과를 확인할 수 있습니다. 결제 상태는 '결제성공, 결제 실패, 결제 취소'로 구성됩니다.

* 결제 성공: 구독료가 성공적으로 결제되었습니다.
* 결제 실패: 결제 실패했습니다. 정기 결제일에 결제 실패한 구독자는 '무료 구독' 상태로 전환됩니다. 결제 실패 상태 메시지에 마우스를 올리면 자세한 결제 실패 사유를 확인할 수 있습니다.

  *무료 구독 상태로 변경된 구독자로부터 다시 정기 결제를 받고 싶다면, 구독자가 다시 한번 유료 구독 폼을 통해 구독을 신청해야 합니다. 자세한 내용은* [*여기*](/paid-newsletter/questions.md#undefined-6)*를 참고해 주세요.*
* 결제 취소: 결제 취소했습니다. 결제 취소된 구독자는 '무료 구독' 상태로 자동으로 변경되지 않으며, 유료 구독 주소록 관리자가 직접 구독 상태를 변경해야 합니다. [*여기*](https://www.help.stibee.com/paid-newsletter/managing-paid-subscribers/change-status#h_3d60d7ba63-1)*를 참고해서 구독 상태를 변경해 주세요.*

#### 결제 금액 확인하기 <a href="#h_bd0da20888" id="h_bd0da20888"></a>

\[결제 금액]에서 결제된 금액을 확인할 수 있습니다.

#### 결제 방법 확인하기 <a href="#h_1db5c71d78" id="h_1db5c71d78"></a>

\[결제 방법]에서 유료 구독자가 어떤 수단으로 결제했는지 확인할 수 있습니다. 결제 수단은 카드, 카카오페이를 제공하고 있으며 계속해서 추가될 예정입니다.

#### 결제일 확인하기 <a href="#h_684d7a6a97" id="h_684d7a6a97"></a>

\[결제일]에서 결제가 이루어진 날짜를 확인할 수 있습니다. 결제일 필드를 클릭하면 오름차순, 내림차순으로 정렬을 바꿔서 볼 수 있습니다.


---

# 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://help.stibee.com/paid-newsletter/billing/check-payment-history.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.
