> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/documentation/cn/kong-zhi-mian-ban/billing-information/managing-payment-methods.md).

# 管理支付方式

在您的订阅管理页面，您可以 **添加**, **更新**，或 **删除** 付款方式。

#### 添加新的付款方式

1. 对于您想管理的付费订阅，请点击 `管理订阅` 按钮（注意： `管理订阅` 此选项仅出现在付费产品，不适用于免费试用或免费产品）。

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

2. 当 **付款方式** 部分出现时，点击 `+ 添加付款方式。`

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

3. 将出现一个包含付款选项（卡、PayPal、Google Pay）的新表单。
4. 选择您偏好的方式并输入所需信息。&#x20;
5. 点击 `添加` 以保存您的新付款方式。您的新付款方式将出现在列表中。

#### 设置默认付款方式

您当前的有效付款方式显示在页面顶部。要更改它，您可以从列表中选择另一种付款方式并将其设为默认。

<figure><img src="/files/7461520c13ac60e3c1ad1775732df6f52c1a08bb" alt=""><figcaption></figcaption></figure>


---

# 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://developers.oxylabs.io/documentation/cn/kong-zhi-mian-ban/billing-information/managing-payment-methods.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.
