> For the complete documentation index, see [llms.txt](https://guide.workmarket9.com/w9/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.workmarket9.com/w9/faq/9-faq/undefined-2.md).

# 결제

***

### 일반

<details>

<summary>Q. 거래명세서는 어떻게 받을 수 있나요?</summary>

* 거래명세서는 \[마이페이지]에 위치한 오피스마켓 관리([링크](https://www.workmarket9.com/mypage/order/dashboard))에서 확인 가능합니다.&#x20;
* 주문별 내용에 대해 다운로드 받을 수 있습니다.
  * [가이드를 참고해주세요.(클릭)](https://guide.workmarket9.com/w9/pages/mypage/officeinfo#id-3)

<mark style="background-color:yellow;">\*세금계산서 발행 전 전달드리는 거래명세서에는</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**후불결제(여신) 주문 내역**</mark><mark style="background-color:yellow;">만 포함됩니다.</mark>

</details>

<details>

<summary>Q. 신용카드 영수증을 발급 받을 수 있나요?</summary>

* <mark style="background-color:yellow;">업무마켓9 측에서 발급은</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**불가**</mark><mark style="background-color:yellow;">합니다.</mark>
* 신용 카드 영수증 및 명세서는 <mark style="background-color:yellow;">**결제하신 카드사를 통해서 발급**</mark> 받을 수 있습니다.
  * 카드 결제 시, 결제 화면에서 <mark style="background-color:yellow;">이메일 주소를 기입하시면 명세서를 제공</mark>받을 수 있습니다.

</details>

<details>

<summary>Q. MRO 시스템 이용에 별도 비용이 발생하나요?</summary>

* <mark style="background-color:yellow;">**별도 비용이 발생하지 않습니다.**</mark>
* 무료로 회원가입 후 자유롭게 시스템 이용이 가능합니다.(통합구매, 통합관리 등)
  * <mark style="color:orange;">단, 간식, 조식 서비스 등 별도 계약이 필요한 서비스는 제외</mark>

</details>

### 후불결제

<details>

<summary>Q. 후불 결제를 시작하는 방법을 알고 싶어요.</summary>

* 신규 가입 시, 후불 결제는 이용이 <mark style="color:red;">불가</mark>하며, 일반 카드 결제만 가능합니다.
* **후불 결제(=여신.신용결제)는 업무마켓9과 따로&#x20;**<mark style="color:blue;">**상담**</mark>**을 통해 진행하실 수 있습니다.**
  * <mark style="background-color:red;">후불 결제는</mark> <mark style="background-color:red;"></mark><mark style="background-color:red;">**월 100만원 이상 구매 고객만 진행 가능**</mark><mark style="background-color:red;">합니다.</mark>
* 상담 중 <mark style="color:blue;">**간단한 심사**</mark>가 진행됩니다.(가입한 ID, 회사 정보, 월  구매 규모 필요)
  * 가입 후, 1:1 채널톡 문의 또는 유선 전화를 통해 <mark style="color:blue;">**문의**</mark>해주세요.

</details>

<details>

<summary>Q. 세금계산서는 언제 발행되나요?</summary>

* **세금계산서는 말일 자로 발행됩니다.(ex. 3월 31일, 4월 30일)**
  * 정산 및 세금계산서 진행에 필요한 담당자분 정보(성함/직함/연락처/이메일 등)를 사전에 전달주세요.(이메일 : <tax@castingn.com>)
* 세금계산서 발행 전 **거래명세서** 전달
  * 1일부터 말일 까지의 사용 내역이 담긴 **거래명세서를 익월 1일**에 **담당자님 메일로 전달**드립니다.
    * <mark style="background-color:yellow;">**후불결제(여신) 형식**</mark>으로 진행한 내역만 전달드립니다.
  * 전달드린 거래명세서 내용에 이상이 없는 경우, **말일 자로 세금계산서가 발행됩니다.**

</details>

<details>

<summary>Q. 대금 결제는 언제 진행하나요?</summary>

* 대금 결제일은 <mark style="background-color:yellow;">**익월 10일**</mark>입니다.(자동으로 설정)
  * 조정이 필요할 경우 업무마켓9 측에 따로 요청주시기 바랍니다.
    * 업무마켓9 운영 매니저
      * 이메일 : <tax@castingn.com>

</details>

***


---

# 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://guide.workmarket9.com/w9/faq/9-faq/undefined-2.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.
