> 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/auto-payment-card-management.md).

# Auto-Payment Card Management

This is the screen for managing the card information customers use for recurring payments.

***

## Auto-Payment Card Management <a href="#plus" id="plus"></a>

This is the screen that appears when clicking the My Page → Auto-Payment Card Management menu.

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

### 1. View Auto-Payment Card Information <a href="#id-1" id="id-1"></a>

* **View Auto-Payment Card Information (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/getMbrRfdActnInfo))\
  Retrieves the member's auto-payment card information.

```
GET /api/order/v1/autoPaymentCard/getCardInfo 
```

### 2. Register/Change Auto-Payment Card <a href="#id-2" id="id-2"></a>

Clicking the \[Register Card] or \[Change] button registers or changes the auto-payment card.

* **Register/Change Auto-Payment Card (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/deleteMbrRfdActnInfo))\
  Registers/changes the member's auto-payment settings.

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

### 3. Delete Auto-Payment Card <a href="#id-3" id="id-3"></a>

Clicking the \[Delete] button deletes the member's auto-payment card information.

* **Delete Auto-Payment Card (**[🔗View API >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5/getMemberInfo_1))\
  Deletes the member's auto-payment card information.

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