> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/pricing/information/modify.md).

# 결제 정보 수정하기

## **이 글에서는**

워크스페이스에 등록된 결제 정보를 확인하고 수정하는 방법을 안내합니다.

정기 결제에 사용할 카드를 변경하거나, 새 카드를 추가, 삭제하고 싶다면 아래 내용을 참고해 주세요.

***

<figure><img src="/files/WqSXyW39T9RlRLBWCgMm" alt=""><figcaption></figcaption></figure>

### 결제 정보 확인하기

결제 정보는 \[워크스페이스 이름 → 요금제 및 결제 → 결제 정보]에서 확인할 수 있습니다.&#x20;

### 결제 카드 추가하기

새로운 결제 카드를 추가하려면 다음과 같이 진행해 주세요.

1. \[카드 추가하기]를 클릭합니다.
2. 카드 정보를 입력한 뒤 등록을 완료합니다.

카드를 추가해도 기본 결제 카드로 자동 설정되지는 않습니다.

정기 결제에 사용할 카드를 변경하고 싶다면, 추가한 카드 중 하나를 기본 결제 카드로 직접 설정해야 합니다.

### 기본 결제 카드 변경하기

정기 결제에 사용되는 카드는 '기본 결제 카드'로 설정된 카드입니다.&#x20;

새로운 카드를 등록한 뒤, \[기본 결제 카드로 설정]을 선택하면 다음 정기 결제부터 변경된 카드로 결제가 진행됩니다.

### 결제 카드 삭제하기

카드 목록에서 휴지통 모양의 \[삭제하기] 버튼을 눌러 카드 정보를 삭제할 수 있습니다.&#x20;


---

# 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://help.stibee.com/pricing/information/modify.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.
