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

# Payment Succeeded Value: Revenue from Successful Payments

> Track the monetary value of successful payments. Measure collected revenue.

<Tip>
  Payment Succeeded Value totals the revenue from successfully processed payments.
</Tip>

## Formula

<Info>
  **Payment Succeeded Value** = **SUM** ( value ) **FROM** payment\_succeeded events
</Info>

### Formula Components

| Metric                        | Definition                                     |
| ----------------------------- | ---------------------------------------------- |
| **value**                     | The monetary amount of each successful payment |
| **payment\_succeeded events** | Events fired when payments succeed             |

| Metadata        |                         |
| --------------- | ----------------------- |
| **Type**        | Currency                |
| **Data Source** | [Upstack Pixel](/pixel) |
| **Aggregation** | Sum                     |

***

## Example

You processed **2,156 successful payments** in January with an average value of **\$49**.

| Metric                  | Value     | Notes                   |
| ----------------------- | --------- | ----------------------- |
| Payment Succeeded       | 2,156     | Successful payments     |
| Avg Payment Value       | \$49      | Average payment amount  |
| Payment Succeeded Value | \$105,644 | Total collected revenue |

***

## How It Works

This metric sums the value attribute from all payment\_succeeded events. The value represents the actual revenue collected from successful transactions.

***

## When to Use

| Scenario            | Action                             |
| ------------------- | ---------------------------------- |
| Revenue tracking    | Monitor collected revenue          |
| ROAS calculation    | Calculate return on ad spend       |
| Payment health      | Compare against attempted payments |
| Financial reporting | Track actual cash collected        |

***

## Related Metrics

| Metric                                                                                 | Relationship                 |
| -------------------------------------------------------------------------------------- | ---------------------------- |
| [Payment Succeeded](/reference/metrics/funnel/conversions/payment-succeeded)           | Count of successful payments |
| [Payment Succeeded Cost](/reference/metrics/funnel/conversions/payment-succeeded-cost) | Cost per payment             |
| [Payment Failed Value](/reference/metrics/funnel/conversions/payment-failed-value)     | Lost revenue from failures   |

[See all Conversions metrics →](/reference/metrics/funnel/conversions)
