> 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/development/inspection.md).

# 연동 검수 요청하기

테스트 검수 - 연동개발이 정상적으로 되었는지 페이민트 내부적으로 로그를 확인하는 검수가 필요합니다.\
아래 항목에 테스트를 진행하신 거래건의 BILL-ID 입력하여 결제선생 기술지원팀 메일로 회신해 주세요.

{% hint style="info" %}
결제선생  기술지원팀 : <partner_dev@paymint.co.kr>
{% endhint %}

연동개발 검수 완료 확인 후 운영정보를 제공해 드립니다.

\
**BILL-ID 필요 정보**

* 결제승인 :&#x20;
* 승인취소 :&#x20;
* 청구서 파기 :&#x20;
* 청구서 조회 :
* 승인 동기화 (1. 결제승인 건에 대해 페이민트 쪽에서 "0000" 응답을 받으면 검수완료)

연동 개발관련 궁금하신 내용은 개발지원 메일로 문의해 주세요.


---

# 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/development/inspection.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.
