# 支払い方法を変更する

どんバズくんの支払いは、クレジットカードまたはデビットカードで行います。登録したカードや請求先情報は、支払いの管理画面から変更できます。

## 使える支払い方法

* クレジットカード
* デビットカード

## カードを変更する

{% stepper %}
{% step %}

### 設定のプランを開く

画面左のメニューから［設定］を開き、［プラン］タブの「現在ご利用中のプラン」にある［支払いを管理］を押します。外部の決済サービス（Stripe）の画面が開きます。
{% endstep %}

{% step %}

### 新しいカードを追加する

開いた画面の「決済手段」で、新しいカードを追加します。追加したカードを、支払いに使う既定（デフォルト）のカードに設定します。
{% endstep %}

{% step %}

### 古いカードを削除する（任意）

新しいカードを既定にしたあと、不要になった古いカードを削除します。登録しているカードが1枚だけの場合は削除できないため、先に新しいカードを追加してください。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
支払いの管理は、外部の決済サービス（Stripe）の画面で行います。Stripe の画面や項目名は変更されることがあり、この案内と異なる場合があります。その場合は、画面の案内に従って操作してください。
{% endhint %}

## 請求先情報を変更する

請求先の名義や住所は、支払いの管理画面の「請求先情報」から変更できます。

## カードの認証エラーや支払いの失敗が出るとき

カードの有効期限切れ、利用限度額、本人認証などで、支払いに失敗したり、認証エラーが表示されたりすることがあります。カード情報を確認し、必要であれば別のカードに変更してください。

## 関連ガイド

* [料金プラン](/reference/plans.md)
* [領収書をダウンロードする](/reference/receipts.md)
* [解約する](/reference/cancel.md)


---

# 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://help.donbuzz.jp/reference/payment.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.
