> 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/settings/subscription-fee.md).

# 유료 뉴스레터 구독료 변경하기

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

## 이 글에서는

유료 뉴스레터 구독료는 언제든지 변경할 수 있습니다. 이 방법에 관해 알아봅니다.

***

## 구독료 변경하기 <a href="#h_0e56d186cc" id="h_0e56d186cc"></a>

구독료를 변경하고 싶은 유료 구독 주소록의 정보 수정 화면에서 구독료를 변경할 수 있습니다.&#x20;

1. 구독료를 변경하고 싶은 유료 구독 주소록을 선택하고, 주소록의 대시보드에서 \[수정하기]를 클릭합니다.
2. \[유료 구독 정보 → 구독 상품]에서 구독료를 수정하고 페이지 아래 \[저장하기]를 클릭합니다.

<figure><img src="/files/7KubmXxABp844pLvVjZb" alt=""><figcaption></figcaption></figure>

## 구독료 변경에 따른 구독자 결제 금액 <a href="#h_2ba5fdfc62" id="h_2ba5fdfc62"></a>

구독료를 도중에 변경하면 변경하기 전에 결제한 구독자는 '변경 전 금액'으로 결제되고, 변경한 뒤에 결제한 구독자는 '변경된 금액'으로 결제가 진행됩니다.

예를 들어, 유료 구독 주소록의 구독료를 3월 1일에는 5,000원으로 설정했고, 3월 10일에는 10,000원으로 변경했다면

* 3월 5일에 결제한 A구독자는 최초 결제 시에도 5,000원을 결제하고, 이후 정기 결제 시에도 5,000원을 결제합니다. 즉, 계속해서 5,000원을 결제합니다.
* 3월 11일에 결제한 B구독자는 최초 결제 시 10,000원을 결제하고, 이후 정기 결제 시에도 10,000원을 결제합니다. 즉, 계속해서 10,000원을 결제합니다.
* A구독자가 구독을 취소하고 다시 결제하지 않는 이상 계속해서 5,000원으로 유료 뉴스레터를 구독할 수 있습니다.&#x20;

유료 뉴스레터 구독료 변경 기능을 사용하면 특정 기간에 결제한 구독자는 할인된 금액으로 계속 이용할 수 있는 '얼리버드 혜택'을 제공하는 것도 가능합니다.

{% content-ref url="/pages/IAAZIBFA5sAhJchMlrDF" %}
[유료 뉴스레터 구독 할인 혜택 제공하기](/tip/offer-discounts.md)
{% endcontent-ref %}

## 주의사항 <a href="#h_4fca3a5450" id="h_4fca3a5450"></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/settings/subscription-fee.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.
