# 領収書をダウンロードする

支払いの請求書・領収書は、支払いの管理画面からダウンロードできます。確定申告などに使えます。

## 請求書・領収書をダウンロードする

{% stepper %}
{% step %}

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

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

{% step %}

### 請求履歴から支払いを選ぶ

開いた画面の「請求履歴」で、ダウンロードしたい支払いを選びます。
{% endstep %}

{% step %}

### 請求書または領収書をダウンロードする

選んだ支払いの画面で、請求書または領収書をダウンロードします。どちらも取得できます。
{% endstep %}
{% endstepper %}

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

## 解約後に取得する

解約したあとでも、ログインして［設定］→［プラン］の画面から支払いの管理を開けば、過去の請求書・領収書をダウンロードできます。契約していないときは、「支払履歴・領収書DLなどはこちら」のように表示が変わります。

## 関連ガイド

* [料金プラン](/reference/plans.md)
* [支払い方法を変更する](/reference/payment.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/receipts.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.
