# PayPal 연동 설정하기

PayPal을 Hyperclass와 연동하면 고객들이 PayPal 계정이나 신용카드로 결제할 수 있습니다. 이 가이드에서는 PayPal 연동을 설정하는 방법을 단계별로 안내해드립니다.

## PayPal 연동 설정 단계

### 1단계: PayPal 개발자 계정 준비

먼저 PayPal 개발자 계정이 필요합니다:

1. [PayPal Developer](https://developer.paypal.com/) 사이트에 접속합니다
2. PayPal 계정으로 로그인하거나 새 계정을 생성합니다
3. 개발자 대시보드에서 새 애플리케이션을 생성합니다

### 2단계: Hyperclass에서 PayPal 연동 설정

1. Hyperclass 대시보드에서 `Settings(설정) → Integrations(연동)`으로 이동합니다
2. PayPal 섹션을 찾아 **연결하기** 버튼을 클릭합니다
3. PayPal에서 발급받은 인증 정보를 입력합니다:
   * Client ID
   * Client Secret
4. **저장** 버튼을 클릭합니다

### 3단계: 결제 상품에 PayPal 적용

1. `Payments(결제) → Products(상품)`으로 이동합니다
2. 기존 상품을 편집하거나 새 상품을 생성합니다
3. 결제 방법에서 **PayPal** 옵션을 활성화합니다
4. 상품 설정을 저장합니다

## PayPal 연동의 주요 기능

* **다양한 결제 옵션**: PayPal 계정, 신용카드, 직불카드 결제 지원
* **보안**: PayPal의 강력한 보안 시스템으로 안전한 거래
* **글로벌 결제**: 전 세계 200개 이상 국가에서 사용 가능
* **자동 환율 변환**: 다양한 통화로 결제 처리

## 주의사항

* PayPal 연동을 사용하려면 PayPal 비즈니스 계정이 필요합니다
* PayPal 수수료가 별도로 발생합니다
* 일부 국가에서는 PayPal 서비스가 제한될 수 있습니다
* 설정 완료 후 테스트 결제를 진행하여 정상 작동을 확인하세요

PayPal 연동 설정이 완료되면 고객들이 더 편리하게 결제할 수 있으며, 결제 완료율을 높일 수 있습니다.

***

*원문 최종 수정: Thu, 10 Mar, 2022 at 5:07 PM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/payments/how-to-set-up-a-paypal-integration.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.
