> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/payment-notifications.md).

# 결제 알림 받기

{% hint style="info" %}
결제 완료 시 이메일 사본 발송이 될 수 있도록 수신인 추가 설정할 수 있습니다.&#x20;
{% endhint %}

1. 회원정보관리 > 발송관리 > 메일시스템템플릿 관리에 접속합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FeuYvalybsvzVaK948exE%2Fimage.png?alt=media&amp;token=1e5045e9-6cac-405a-a321-ee166f199bd9" alt=""><figcaption></figcaption></figure>

2. 결제완료 탭을 클릭한 후 '사본수신'의 **\[수신인 추가]** 버튼을 클릭합니다.&#x20;

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FtOE4xm2JxbKpFdunGvy0%2Fimage.png?alt=media&amp;token=c3b461ed-faa0-49e3-80d6-5120e5114167" alt=""><figcaption></figcaption></figure>

3. 추가로 메일을 받을 계정 확인 후 **\[추가]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FzwNIznKucumVUQbOi9PS%2Fimage.png?alt=media&amp;token=9c6371ff-4d5f-49e0-8579-5facc8852f7f" alt=""><figcaption></figcaption></figure>

4. 등록된 계정 확인 후 **\[수정]** 버튼 클릭하여 저장합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Ff2TeRJjnesrsPbawkxpT%2Fimage.png?alt=media&amp;token=34a79335-8a25-426a-8bfb-44c3a3db9a07" alt=""><figcaption></figcaption></figure>


---

# 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://malgn.gitbook.io/cloud/operation-guide/operation-tips/payment-notifications.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.
