# 환불 계좌 관리

고객이 환불을 받을 때 사용하는 은행 계좌 정보를 등록하고 관리하는 기능을 제공합니다.

고객은 환불 시 정확한 계좌 정보를 제공하여 편리하게 환불을 받을 수 있습니다.

***

## 환불계좌 관리하기 <a href="#plus" id="plus"></a>

전체 메뉴에서 환불계좌를 클릭하면 환불 계좌 관리 페이지로 이동합니다.

<p align="center"><img src="https://tech.x2bee.com/download/attachments/266111130/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0%20-%20%ED%99%98%EB%B6%88%EA%B3%84%EC%A2%8C.drawio.png" alt=""></p>

### 1. 환불 계좌 정보 조회하기 <a href="#id-1" id="id-1"></a>

* **회원 환불 계좌 정보 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/getMbrRfdActnInfo))\
  회원의 토큰값을 확인해 등록되어있는환불계좌정보를조회합니다. 계좌번호는 마스킹 됩니다

```
GET /v1/member/mbrRfdActnInfo 
```

### 2. 환불 계좌 삭제하기 <a href="#id-2" id="id-2"></a>

\[삭제하기] 버튼을 클릭하면 등록 된 환불계좌 정보를 삭제합니다.

* **회원 환불 계좌 정보 삭제 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/deleteMbrRfdActnInfo))\
  회원의 등록되어 있는 계좌를 삭제합니다.

```
DEL /v1/member/mbrRfdActnInfo 
```

### 3. 환불 계좌 변경하기 <a href="#id-3" id="id-3"></a>

\[변경하기] 버튼을 클릭하면 환불 계좌 변경 페이지로 이동합니다.

<details open>

<summary><strong>3-1 회원 정보 조회하기</strong></summary>

* **회원 정보 조회(미마스킹) (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5/getMemberInfo_1))\
  회원의 토큰값을 확인해 마스킹 되지 않은 회원 정보를 조회합니다.

```
GET /v1/front/memberInfo 
```

</details>

<details open>

<summary><strong>3-2 은행코드 조회하기</strong></summary>

* **공통코드 단건 조회(**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=common\&depth=%EA%B3%B5%ED%86%B5/getGrp))\
  공통코드를 단건으로 조회합니다.

```
GET /v1/common/getGrp 
```

</details>

<details open>

<summary><strong>3-3 환불 계좌 등록하기</strong></summary>

* 회원 환불 계좌 정보 저&#xC7A5;**(**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/saveMbrRfdActnInfo))\
  회원의 환불계좌 정보를 등록하며, 기존에 등록되어 있는 정보가 있다면 새로 들어온 정보로 수정됩니다.

```
POST /v1/member/mbrRfdActnInfo
```

</details>

&#x20;


---

# 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://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-5.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.
