> 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/preparation/environment.md).

# 연동 환경 정보

## 파트너 연결 환경

결제선생의 파트너 연동에는 2가지 환경이 제공됩니다.

### 도메인 정보

#### API V2.0

<table><thead><tr><th width="109.5859375">status</th><th width="317.078125">domain</th><th>description</th><th width="109.8828125">env</th></tr></thead><tbody><tr><td>SANDBOX</td><td>https://sandbox.paymint.co.kr/partner</td><td>v2 버전의 신규 시스템</td><td>개발</td></tr><tr><td>PROD</td><td>연동 검수 완료 후 별도 제공</td><td></td><td>운영</td></tr></tbody></table>

#### API V1.0

<table><thead><tr><th width="109.5859375">status</th><th width="317.078125">domain</th><th>description</th><th width="109.8828125">env</th></tr></thead><tbody><tr><td>SANDBOX</td><td>https://stg.paymint.co.kr/partner</td><td>v1 버전의 기존 시스템</td><td>개발</td></tr><tr><td>PROD</td><td>연동 검수 완료 후 별도 제공</td><td></td><td>운영</td></tr></tbody></table>

#### 포트 번호

**허용 포트 : http(80), https(443)**

페이민트에서는 파트너의 편의성을 위하여 http, https 통신 모두 지원하고 있습니다.\
다만 결제 정보와 개인 정보를 강화를 위하여 기본적으로 https 통신을 권장합니다.

#### IP

자체 방화벽을 구축하고 계실 경우 아래의 IP주소를 접근 제어 목록에 등록해주세요.

* 52.78.118.82
* 52.78.236.125
* 52.79.214.146
* 3.36.243.225
* 3.39.97.44
* 13.209.0.172
* 13.209.248.179

#### TLS

페이민트에서는 TLS 버전 1.2 이상만 지원합니다. \
하위 TLS 버전을 사용하고 계시다면 1.2 이상 버전을 사용해야합니다.


---

# 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/preparation/environment.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.
