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

# 결제 프로세스 안내

아키히어의 모든 결제는 동일한 프로세스로 진행됩니다.&#x20;

{% stepper %}
{% step %}
**결제 시작**

대시보드 홈 → 알림 현황에서 배너를 클릭하거나, 알림톡의 결제 안내 문자를 확인해 주세요.&#x20;

{% hint style="warning" %}
결제 기한이 있는 경우가 있으니 **기한을 꼭 확인해 주세요.**&#x20;
{% endhint %}
{% endstep %}

{% step %}
**내역서 → 환불 계좌 등록**

내역서 화면에서 환불 계좌를 먼저 등록해야 **`가상계좌 발급받기`** 버튼이 활성화됩니다.&#x20;
{% endstep %}

{% step %}
**계좌 발급 및 입금**

계좌 발급 버튼을 누르면 가상계좌번호가 표시됩니다.&#x20;

{% hint style="info" %}
입금 정보는 카카오 알림톡으로도 전송됩니다.&#x20;
{% endhint %}
{% endstep %}

{% step %}
**입금 완료**&#x20;

입금이 정상처리되면 카카오 알림톡으로 안내 드립니다.&#x20;
{% endstep %}

{% step %}
**내역서 → `입금 완료` 클릭**

계좌로 입금을 마쳤더라도 시스템에서 **`입금 완료`** 버튼을 직접 눌러야 최종적으로 결제 처리가 완료됩니다.&#x20;

{% hint style="info" %}
대시보드 홈 → 알림 현황에서 배너를 클릭하면 내역서 페이지로 즉시 이동할 수 있습니다.&#x20;
{% endhint %}
{% endstep %}
{% endstepper %}

***

{% hint style="danger" %}
**모든 결제에서 입금 완료 버튼 클릭은 필수입니다.**&#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://archi-here.gitbook.io/construct-guide/resources/payment-process.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.
