> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/how-are-volume-usage-rates-calculated.md).

# 利用量ベースの料金はどのように計算されますか？

impact.com では、Payment Processing Volume（PPV）を、あなたのプログラムで当社が処理する支払い件数を測る指標として使用しています。処理量がご購入の PPV ティアを超えた場合、追加ボリューム料金（または超過料金）を請求する場合があります。

#### 要点

* impact.com では、毎月、各プログラムについて当社が処理した実際の PPV を継続的に集計しています。
* 月末に、impact.com は実際の PPV をご購入の PPV ティアと比較します。
* プログラムの実際の PPV が割り当てられた PPV を超えた場合、増分成長手数料を計算します。

#### 増分成長手数料の計算

impact.com では、増分成長手数料を計算する際に以下の主な要素を使用します：

|                             |                 |
| --------------------------- | --------------- |
| 該当期間における実際の PPV 値           | `実際`            |
| 該当期間における購入済み PPV            | `購入`            |
| 購入済み PPV 量を超えた PPV に適用される割合 | `割合`            |
| 増分成長手数料                     | `（実際 - 購入）× 割合` |

{% hint style="info" %}
**例：** 標準的な月間支払い処理量の場合、増分成長手数料は次のように計算されます。追加の月間支払い処理量の 15.4%（たとえば、追加の Payment Processing 増分量が `$10,000 × 0.154 = $1,540`).

たとえば、月間支払い処理量の標準ティアが $17,500 だとします。ある月に、そのアカウントで $20,000 相当の支払いを処理したと集計されたとします。

増分成長手数料は次のように計算されます `（$20,000 - $17,500）× 15.4% = $385`.

この金額は、次回の請求書に追加項目として記載されます。
{% endhint %}

#### 支払いの種類

Payment Processing Volume（PPV）には、impact.com を通じて処理される以下の取引のすべての処理量が含まれます：

| 支払いの種類                                                                                                                                                                             | 説明                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| アクション費用                                                                                                                                                                            | アクションに対する支払いに関連する費用。具体的にはコミッションです。                                                |
| [成果ボーナス](/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/payout-adjustments/performance-bonus/performance-bonus-faq.md) | コミッションに加えて支払われる追加の成果ボーナス。                                                         |
| 最低 EPC 費用                                                                                                                                                                          | 最低クリック当たり収益（EPC）に関連する費用。                                                          |
| スロッティング料                                                                                                                                                                           | スロッティング料または掲載料を請求するパートナーに関連する費用。これらの費用は、請求サイクル内で契約が有効だった日数に応じて日割り計算される、月末請求の費用です。 |
| [パートナー資金の送金](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md)                                         | パートナーに送金される資金。                                                                    |

#### 利用料金はどこで確認できますか？

* 次の *ステータス別・トランザクションタイプ別の利用量* [レポート](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-usage-volume-by-status-and-transaction-type.md).
* ご確認ください [*プランの利用状況*](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-impactcom-subscription-and-usage-details.md#view-your-usage-details-0-2) の詳細を *サブスクリプション* 画面。


---

# 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.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/how-are-volume-usage-rates-calculated.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.
