# 사전결제 구성

1️⃣웨이브온에서 직접 결제 연결하여 1Depth 로 구성

* 웨이브온에서 직접 결제를 연결하면 사용자에게 즉시 결제를 받을 수 있습니다.
* 결제를 유도할 버튼을 클릭하고 "로직" 패널로 이동합니다.
* 로직을 아래 이미지처럼 구성합니다.
  * Condition 은 "클릭시"를 추가합니다.
  * Result 는 "아이템 구매" 를 추가합니다. 나머지 항목들을 적절하게 입력합니다.

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

* 앱의 설정 탭에서 Toss Payment 의 Client Key 와 Client Secret 을 입력 합니다.
* 만약 테스트라면 [토스 결제 테스트키 정보](https://docs.tosspayments.com/guides/using-api#%ED%85%8C%EC%8A%A4%ED%8A%B8-%ED%82%A4%EB%A1%9C-%EB%B0%94%EB%A1%9C-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0)를 참고하여 입력해 주세요.
* 만약 실제 환경이라면, PG 심사 승인 이후 발급 받은 Client Key 와 Client Secret 을 입력해 주세요.

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

2️⃣링크페이 등을 사용하여 결제 구성

* 제품을 판매 가능한 기타 솔루션을 사용하여 결제를 받을 수 있습니다.
* 네이버 스마트스토어, 링크페이, Gumroad 중에서 적합한 솔루션을 선택해 주세요.
* 제공되는 기본 템플릿은 [링크페이 ](https://www.tosspayments.com/services/linkpay)를 사용 하였습니다.
* [클릭시 URL 이동](https://www.waveon.io/en/guides/logic/go-to-url) 로직을 사용하여 결제 버튼에 링크페이 페이지로 링크를 구성합니다.


---

# 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.waveon.io/landing/pre-pay.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.
