# 온보딩 연동 가이드 - 별도 계약 필요

{% hint style="warning" %}
**Deprecated**

이 문서는 더 이상 관리되지 않습니다.

[PortOne 개발자센터](https://developers.portone.io/)를 이용해주세요.
{% endhint %}

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

1. 하위상점 등록 API

   포트원 파트너십 팀과의 별도 계약을 통해서 호스팅사가 포트원의 가맹점(Merchant)으로 등록되면, 하위상점 등록 API 호출을 통해서 호스팅사의 고객은 포트원의 상점(Store)이 됩니다. 포트원은 각 상점마다 식별 코드를 부여합니다. 상세 내용은 [가맹점 관리 API 명세 내용](https://portone.gitbook.io/docs/api-v2/store)을 참조해 주세요.
2. 온보딩 API\
   고객은 포트원이 부여한 식별코드를 기반으로 전자결제 신청을 할 수 있습니다. 결제수단은 결제대행사에 따라 상이하며, 토스페이먼츠의 경우, 일반/정기/허브형 결제를 지원합니다.
3. 가입 신청 URL 호출 API

   토스페이먼츠의 경우 가입 신청 URL을 통해 토스페이먼츠 사이트로 이동 후 추가 정보를 입력해야 합니다. 추가 정보 입력을 완료하면 전자결제 접수가 완료됩니다.
4. 상태값 조회 API\
   전자결제 계약을 조회할 수 있는 API입니다. 계약 조회 API를 호출하여 PG사 계약 상태 및 카드사 심사 상태를 조회할 수 있습니다.

상세 내용은 온보딩 API 문서를 참고해주세요.

{% content-ref url="/pages/nJHFVg16tkyrKVJrpZX1" %}
[온보딩 API - 별도 계약 필요](/docs/api-v2/applications.md)
{% endcontent-ref %}


---

# 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://portone.gitbook.io/docs/v2-payment/onboarding.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.
