> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/faq/payment_api/4.-..md).

# 4. 다날 심사 받았는데 계속 테스트 결제만 돼요.

다날 심사가 통과됐다면 실 결제 연동을 해줘야 돼요.

먼저 통과 메일을 확인해 주세요.

<figure><img src="/files/e7hNV5cFZbQOCQfTG0mX" alt="" width="375"><figcaption></figcaption></figure>

포트원 홈페이지에 접속해서 연동 관리 > 연동 정보 페이지로 이동해요.

우측의 "채널 추가" 버튼을 눌러요.

<figure><img src="/files/crgIDnhq3sV8b74dz0lG" alt=""><figcaption></figcaption></figure>

**결제 대행사**는 "다날", **결제 모듈**은 "\[결제창] 일반/정기결제 (V1)"으로 설정하고 "다음"으로 넘어가요.

<figure><img src="/files/R7JaIt66itCQURaokiCY" alt=""><figcaption></figcaption></figure>

채널 이름은 자유롭게 작성해도 되고 PG상점아이디 (CPID)은 메일에 나와있어요.

**CPPWD**는 비워주시고 **신용카드 암호화 KEY**에는 "다날페이 카드" 키 값을 넣어주세요.

**계좌이체/가상계좌 암호화 KEY**에는 "다날페이 계좌이체", "다날페이 가상계좌"의 키 값을 넣어주면 돼요.

<figure><img src="/files/6rEQdUJKPFxInUH5VkIr" alt="" width="375"><figcaption></figcaption></figure>

저장을 하면 이제 실 결제가 진행돼요.

그래도 테스트 결제가 된다면 [포트원 결제 연동](/main/guide/faq/payment_api/1.md) 가이드를 다시 참고해 주세요.

24.07.12 Jihwan


---

# 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://docs.ohmyapp.io/main/guide/faq/payment_api/4.-..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.
