> For the complete documentation index, see [llms.txt](https://developers.payssam.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.payssam.kr/understanding/introduce.md).

# 결제선생 API 소개

결제선생 API(Application Programming Interface)는 고객에게 청구서를 발송하고 수납관리 등 청구・수납 전 과정을 파트너의 플랫폼 안에서 별도의 결제 시스템을 구축하지 않고도 편리하게 구현할 수 있도록 도와줍니다.

* 고객에게 모바일 청구서 발송
* 다양한 결제수단을 통한 수납 처리
* 결제 상태 확인 및 관리
* 실시간 결제 알림 수신
* 현금영수증 발급

### **이런 서비스에 적합합니다.**

결제선생 API는 다음과 같이 오프라인 매장 중심 사업자의 디지털 수납 전환구조의 서비스에 적합합니다.

* 학원 관리 프로그램
* 예약 기반 서비스
* 병원 진료비 결제 솔루션
* A/S 및 출장 서비스

***

## <i class="fa-circle-info" style="color:$info;">:circle-info:</i>

<i class="fa-messages-question">:messages-question:</i>  더 궁금한 내용이 있나요? [자주하는 질문](https://developers.payssam.kr/faq/)

<i class="fa-message-code">:message-code:</i>  기술지원이 필요하신가요? [이메일 보내기](mailto:partner_dev@paymint.co.kr)


---

# 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:

```
GET https://developers.payssam.kr/understanding/introduce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
