> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/my-page/refund-account-management.md).

# Refund Account Management

Provides a feature for customers to register and manage the bank account information used to receive refunds.

Customers can conveniently receive refunds by providing accurate account information for refunds.

***

## Managing the Refund Account <a href="#plus" id="plus"></a>

Clicking Refund Account in the full menu takes you to the Refund Account Management page.

<div 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=""></div>

### 1. Viewing Refund Account Information <a href="#id-1" id="id-1"></a>

* **View Member Refund Account Information (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/getMbrRfdActnInfo))\
  Checks the member's token value to retrieve the registered refund account information. The account number is masked.

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

### 2. Deleting the Refund Account <a href="#id-2" id="id-2"></a>

Clicking the \[Delete] button deletes the registered refund account information.

* **Delete Member Refund Account Information (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/deleteMbrRfdActnInfo))\
  Deletes the member's registered account.

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

### 3. Changing the Refund Account <a href="#id-3" id="id-3"></a>

Clicking the \[Change] button takes you to the Refund Account Change page.

<details open>

<summary><strong>3-1 Viewing Member Information</strong></summary>

* **View Member Information (Unmasked) (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5/getMemberInfo_1))\
  Checks the member's token value to retrieve unmasked member information.

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

</details>

<details open>

<summary><strong>3-2 Looking Up the Bank Code</strong></summary>

* **View a Single Common Code(**[🔗View API >](https://api.x2bee.com/content?msa=common\&depth=%EA%B3%B5%ED%86%B5/getGrp))\
  Retrieves a single common code.

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

</details>

<details open>

<summary><strong>3-3 Registering the Refund Account</strong></summary>

* Save Member Refund Account Information\*\*(\*\*[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/saveMbrRfdActnInfo))\
  Registers the member's refund account information; if information is already registered, it is updated with the newly entered information.

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

</details>
