# 자동결제 카드 관리

고객이 정기 결제를 할 때 사용하는 카드 정보를 관리하는 화면 입니다.

***

## 자동결제 카드 관리 <a href="#plus" id="plus"></a>

마이페이지 → 자동결제카드 관리 메뉴를 클릭해서 나오는 화면 입니다.

<p align="center"><img src="https://tech.x2bee.com/download/attachments/268533842/%EB%A7%88%EC%9D%B4%ED%8E%98%EC%9D%B4%EC%A7%80_%EC%9E%90%EB%8F%99%EA%B2%B0%EC%A0%9C%EC%B9%B4%EB%93%9C%EA%B4%80%EB%A6%AC.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 /api/order/v1/autoPaymentCard/getCardInfo 
```

### 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))\
  회원 자동결제 등록/변경 합니다.

```
POST /api/order/v1/autoPaymentCard/registerCard 
```

### 3. 자동결제 카드 삭제 <a href="#id-3" id="id-3"></a>

\[삭제하기] 버튼을 클릭하면 회원 자동결제 카드 정보를 삭제합니다.

* **자동결제 카드 삭제 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5/getMemberInfo_1))\
  회원 자동결제 카드 정보를 삭제합니다.

```
PUT /api/order/v1/autoPaymentCard/deleteCard 
```


---

# 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-9.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.
