> For the complete documentation index, see [llms.txt](https://warapay.gitbook.io/warapay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://warapay.gitbook.io/warapay/developer/api-1.md).

# API : 에러 코드 값

## CURRENCY 코드와 에러 코드값&#x20;

| **CurrencyCode** | **결제요청시 통화종류**   | ErrorCode | **요청에 대한 결과 문제**         |
| ---------------- | ---------------- | --------- | ------------------------ |
| **CNY**          | 人民币(¥)           | 10001     | appid 문제                 |
| **KER**          | 한국 화폐(₩)         | 10002     | api 사용불가.                |
| **VND**          | VIỆT NAM ĐỒNG(₫) | 10003     | appPublicKey 셋팅이 안되어 있음. |
| **USD**          | Dollar($)        | 10004     | 데이터 암호화 에러               |
| **GBP**          | Pound(£)         | 10005     | out\_trade\_no 비었음.      |
| **EUR**          | Euro(€)          | 10006     | out\_trade\_no  중복됨      |
| **HKD**          | 港幣(HK$)          | 10007     | channel error.           |
| **TWD**          | 新臺幣(NT$)         | 10008     | money error              |
| **JPY**          | 円(JPY¥)          | 10009     | currency error.          |
|                  |                  | 10010     | time  error.             |
|                  |                  | 20001     | trade\_no 찾을 수 없음.       |
|                  |                  | 30000     | 시스템 에러                   |


---

# 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://warapay.gitbook.io/warapay/developer/api-1.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.
