> For the complete documentation index, see [llms.txt](https://apidoc.tokenpay.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.tokenpay.me/ko-kr/undefined-1/undefined.md).

# 연동 안내

### 도메인 이름 (Domain Name)

```
https://api.tokenpay.me
```

### 인코딩 (Code)

`utf-8`인코딩으로 통일합니다.

### 비밀키 (Secret key)

API 문서에 언급된 `APP_ID` 및 `APP_SECRECT` 는 가맹점 관리자 페이지(백스테이지)에서 획득할 수 있습니다.

### 필수 입력 필드 (Field required)

인터페이스의 필수 매개변수로 `true` 로 표시된 필드는 특정 값을 반드시 전달해야 합니다.

### 데이터 제출 (Data submission)

조회 클래스 인터페이스는 통일하여 `GET` 방식 요청을 사용하고, 작업 클래스 인터페이스는 통일하여 `POST` 방식 요청을 사용합니다.

`POST` 요청의 헤더 필드는 `content-type`: `application/json`입니다.
