> 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/pricing/information/receipt.md).

# 영수증 확인하기

## **이 글에서는**

스티비 결제 영수증을 확인하는 방법을 안내합니다.

결제 후 이메일로 받은 영수증을 다시 확인하거나, 스티비 홈페이지에서 직접 영수증을 조회하는 방법을 함께 살펴봅니다.

{% hint style="info" %}
계좌이체로 결제를 진행했다면 신청 시 접수한 정보에 따라 세금계산서 또는 현금영수증이 이메일로 발급됩니다.

스티비 홈페이지에서는 확인이 어려우니 참고해 주세요.
{% endhint %}

***

## 이메일로 받은 영수증 확인하기

결제 영수증은 소유자 이메일 주소로 발송됩니다. 메일함에서 확인이 어렵다면, 아래 제목이나 발신자 이메일 주소를 기준으로 검색해 보세요.

* 제목: \[스티비] 결제 내용을 안내해 드립니다
* 발신자 이메일 주소: <billing@stibee.com>

## 스티비 홈페이지에서 영수증 확인하기

아래 경로를 따라 영수증을 확인할 수 있습니다.

1. 화면 오른쪽 위 \[워크스페이스 이름]을 클릭합니다.
2. \[요금제 및 결제 → 결제 내역]으로 이동합니다.
3. 확인하려는 결제 내역에서 \[자세히 보기]를 클릭합니다.
4. \[영수증 보기]를 클릭합니다.

## 영수증 조회 시 정보 입력하기

영수증을 조회할 때 아래 정보를 입력해야 합니다.

**구매자명**

* 스티비에 등록된 워크스페이스 소유자의 이름을 입력합니다.
* 이름은 \[워크스페이스 이름 → 내 정보 → 이름]에서 확인할 수 있습니다.

**이메일**

* 워크스페이스 소유자 이메일 주소를 입력합니다.

> BC카드의 경우 실제 카드번호가 아닌 가상 카드번호가 전달되므로, 카드 번호로는 영수증 확인이 어려울 수 있습니다. 이 경우 '구매자명+금액' 또는 '이메일'로 영수증을 확인해 주세요.

<figure><img src="/files/XK8BGDeaDrnFzkr3Ebrg" 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://help.stibee.com/pricing/information/receipt.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.
