> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/kakaotalkwallet/join.md).

# 가입하기

## 1. 딜러사 회원

### 1-1. 딜러사 회원가입

딜러사의 최초 관리자 회원은 카카오의 운영자가 초대를 해야 가입할 수 있습니다.

최초 관리자 회원이 가입을 완료하면 다른 회원을 초대할 수 있습니다.&#x20;

### 1-2. 딜러사 회원의 권한

딜러사 회원의 권한은 관리자, 운영자, 정산담당자로 구분됩니다.&#x20;

* **관리자** : 모든 메뉴에 접근할 수 있으며, 복수의 이용기관을 등록하고 관리할 수 있습니다.&#x20;
* **운영자** : 정산 관리 메뉴를 제외한 모든 메뉴에 접근이 가능합니다.
* **정산담당자 :** 정산 관리 메뉴에 접근이 가능하며, 이용기관/계약 관리 메뉴에 대한 접근이 제한됩니다.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/ky0wUJc_J6yWYubyFHxk29incFMOD-ObIpaEs7kqY6MoaCo2RZrxWYsTML9z8dpYYL8AF40llwi5gzImGYF-owFC3ygNRU9Cw6gpnqYL8KSXhyOe50ALJr5n_IKj3p9m4pOwstceIyvGTgTe__FwFuw" alt=""><figcaption></figcaption></figure>

## 2. 이용기관 회원

### 2-1. 이용기관 회원가입

* **간접계약 이용기관** : 딜러사를 통해 카카오 지갑 서비스를 이용하는 이용기관 회원은 딜러사에서 초대를 해야 가입할 수 있습니다.
* **직접계약 이용기관** : 카카오와 직접 계약하여 서비스를 하는 이용기관 회원은 카카오의 운영자가 초대를 한 경우 가입할 수 있습니다.

<figure><img src="https://lh7-us.googleusercontent.com/kixkRuOMDsmTgR6zeWAmMjToOMGv6BxHCMDllMPIw8TikFFxrVABjD3JmYUjF1IASU_P4TeIPIVSBbxaYOoFd6Pwj00uh-kn1EHvsuu5A8OYeGwdNW_eiGvv4ZPgwodNh7aLurOcHalr9aHh4LyHSMU" alt=""><figcaption></figcaption></figure>

### 2-2. 이용기관 회원의 권한

직접계약 이용기관의 권한은 관리자, 운영자, 정산담당자로 구분됩니다.&#x20;

* **관리자** : 모든 메뉴에 접근할 수 있으며, 소속된 이용기관의 정보를 조회하거나 수정할 수 있습니다.&#x20;
* **운영자** : 정산 관리 메뉴를 제외한 모든 메뉴에 접근이 가능합니다.
* **정산담당자 :** 정산 관리 메뉴에 접근이 가능하며, 이용기관/계약 관리 메뉴에 대한 접근이 제한됩니다.&#x20;

간접계약 이용기관은 관리자 권한만 제공됩니다.&#x20;

* **관리자** : 모든 메뉴에 접근할 수 있으며, 소속된 이용기관 정보를 조회할 수 있습니다.&#x20;

{% hint style="info" %}
**이용기관 가입 필수 과정**

이용기관의 최초 관리자 회원이 가입할 때, 지갑 서비스와 연동시 필요한 키 정보를 획득하기 위해 앱 정보를 등록해야 합니다.&#x20;

지갑 파트너센터에서는 이용기관의 정보로 자동으로 앱을 생성하고 정보를 연동하는 서비스를 제공하고 있습니다.&#x20;
{% endhint %}


---

# 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://kakaobusiness.gitbook.io/main/tool/kakaotalkwallet/join.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.
