> ## Documentation Index
> Fetch the complete documentation index at: https://docs.actionx.top/llms.txt
> Use this file to discover all available pages before exploring further.

# Billing and withdrawals

> Understand how statements, balances, payout methods, and withdrawals relate to each other.

This page explains how revenue moves from billable events into statements, then into balances, and finally into withdrawals.

```mermaid theme={null}
flowchart LR
    statement["Statement"] --> balance["Balance"]
    payout["Payout method"] --> withdrawal["Withdrawal"]
    balance --> withdrawal
```

## The order to keep in mind

<Steps>
  <Step title="Revenue enters statements first">
    Settleable clicks are collected into the statement workflow before they become withdrawable balance.
  </Step>

  <Step title="Statements flow into balance after review">
    Once a statement is confirmed, its revenue gradually moves into available balance or other balance states.
  </Step>

  <Step title="Withdrawals depend on a payout method">
    A publisher must set up a payout method before initiating a withdrawal.
  </Step>

  <Step title="Withdrawals have states and workflow">
    A withdrawal request moves through states such as submitted, processing, reviewed, or canceled.
  </Step>
</Steps>

## The key things to watch on this page

* Available Balance: The amount you can withdraw right now
* Pending Statement Revenue: Revenue that has not yet completed the statement flow
* Minimum Withdrawal: The minimum withdrawal threshold
* Withdrawal History: Recent withdrawal requests and their statuses

## What matters beyond the main flow

* Revenue does not enter withdrawable balance until the statement flow is complete.
* Withdrawal is not just a button. It depends on both balance state and payout method.
* When troubleshooting settlement issues, follow the order `statement -> balance -> payout method -> withdrawal`.
