> 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/release_notes/api-v1.md).

# API V1

{% updates format="full" %}
{% update date="2026-05-13" %}

## 결제선생 파트너 개발자센터 공식 Release

현재 운영 중인 V1 연동규격서 기준 제공 기능 목록입니다. \
사업 모델에 따라 **T(v1.2.5)** / **U(v1.2.6)** 두 가지 규격이 제공되며, 규격별로 일부 기능이 상이합니다.

* **T (v1.2.5)**: 카카오톡 알림톡 기반 청구서 발송 모델
* **U (v1.2.6)**: 청구서 URL 발급 모델

### 제공 기능 <a href="#undefined" id="undefined"></a>

#### 청구서 발송 및 파기 <a href="#undefined" id="undefined"></a>

* **카카오톡 청구서 발송** `T` — 알림톡으로 결제 청구서 발송
* **청구서 URL 발급** `U` — 결제 가능한 청구서 URL을 응답으로 반환
* **청구서 재발송** `T` — 알림톡 재발송
* **청구서 파기** `T` `U` — 미결제 청구서 파기

#### 수납 및 결제취소 <a href="#undefined" id="undefined"></a>

* **결제 취소** `T` `U` — 승인된 거래 취소 처리
* **결제 상태 조회** `T` `U` — billId 기준 단건 조회
* **카드 인증** `T` `U` — 카드 유효성 인증

#### 현금 영수증 <a href="#undefined" id="undefined"></a>

* **발행 / 취소 / 조회** `T` `U`

#### 가맹점 / 매장 조회 <a href="#undefined" id="undefined"></a>

* **가맹점 정보 조회** `T` `U`
* **매장 개시상태 조회** `T` `U` — 가맹점 개시 상태 확인

#### 쌤포인트 잔액 조회 <a href="#undefined" id="undefined"></a>

* **잔액 조회** `T` `U`

#### Callback <a href="#callback" id="callback"></a>

* **승인 동기화 콜백** `T` `U` — 파트너 callbackURL로 결제 승인 결과 전달

#### 기타 <a href="#undefined" id="undefined"></a>

* **에러 코드 v1 정리**

***

연동규격서: `가맹점_연동규격서_v1.2.5_T.pdf`, `가맹점_연동규격서_v1.2.6_U.pdf`
{% endupdate %}
{% endupdates %}


---

# 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://developers.payssam.kr/release_notes/api-v1.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.
