# 결제 연동

- [1. 포트원 결제 연동은 어떻게 하나요?](https://docs.ohmyapp.io/main/guide/faq/payment_api/1.md): 오마이앱은 포트원을 통해서 결제 시스템을 제공해요.
- [2. 나이스 페이먼츠 결제 연동은 어떻게 하나요?](https://docs.ohmyapp.io/main/guide/faq/payment_api/2.md): 오마이앱은 나이스 페이먼츠 결제 시스템과 연동이 가능해요.
- [3. 페이팔 결제 연동은 어떻게 하나요?](https://docs.ohmyapp.io/main/guide/faq/payment_api/3.md): 오마이앱은 해외 결제일 경우 페이팔을 통해서 결제 시스템을 제공해요.
- [4. 다날 심사 받았는데 계속 테스트 결제만 돼요.](https://docs.ohmyapp.io/main/guide/faq/payment_api/4.-..md): 다날 심사 후 실 결제 연결 방법


---

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