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

# Stripe Metrics & Dimensions

> Complete reference for Stripe payment dimensions and metrics

<Info>
  **Last updated:** July 31, 2026
</Info>

<div style={{display: "flex", gap: "8px", marginBottom: "20px"}}>
  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    218 dimensions
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    70 metrics
  </div>
</div>

This reference covers all available dimensions and metrics for Stripe data through Detrics. Use this guide to understand what data you can extract and how to structure your queries.

<div style={{display: "flex", gap: "8px", marginBottom: "20px", alignItems: "center"}}>
  <span style={{fontSize: "14px", fontWeight: "500", color: "#6B7280"}}>Supported destinations:</span>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    Google Sheets
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    Claude
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    BigQuery
  </div>
</div>

## Dimensions

Dimensions are the attributes you can use to segment and group your Stripe data.

### Most Used

|                                                                                       |                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Report Date</div>         | Detrics internal calculation. Date bucket for the SaaS metrics report (depends on time aggregation: daily or monthly)<br /><br />**Field Name:** `reportDate`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subscription Status</div> | Current status: active, canceled, incomplete, incomplete\_expired, past\_due, paused, trialing, or unpaid<br /><br />**Field Name:** `subscriptionStatus`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Plan Name</div>           | Name of the subscription plan (from plan nickname or product name)<br /><br />**Field Name:** `subscriptionItemPlanName`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Plan Interval</div>       | Billing interval of the plan (month, year, week, day)<br /><br />**Field Name:** `subscriptionItemPlanInterval`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Name</div>       | Name of the customer<br /><br />**Field Name:** `customerName`<br />**Type:** dimension                                                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Email</div>      | Email address of the customer<br /><br />**Field Name:** `customerEmail`<br />**Type:** dimension                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Status</div>              | Current status of the invoice (draft, open, paid, void, uncollectible)<br /><br />**Field Name:** `invoiceStatus`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Status</div>       | Status of the charge (succeeded, pending, failed)<br /><br />**Field Name:** `chargeStatus`<br />**Type:** dimension                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Method Type</div> | Type of payment method used (card, link, apple\_pay, google\_pay, bank\_transfer, etc.)<br /><br />**Field Name:** `chargePaymentMethodType`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction Type</div>    | Type of transaction (charge, refund, payout, adjustment, transfer, etc.)<br /><br />**Field Name:** `balanceTransactionType`<br />**Type:** dimension                                  |

### SaaS Metrics

|                                                                                   |                                                                                                                                                               |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Report Currency</div> | Detrics internal calculation. Currency used for all monetary SaaS metrics in this report<br /><br />**Field Name:** `reportCurrency`<br />**Type:** dimension |

### Cohort Retention

|                                                                                       |                                                                                                                                                            |
| ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cohort Month</div>        | Detrics internal calculation. The month when subscribers in this cohort first subscribed<br /><br />**Field Name:** `cohortMonth`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cohort Age (Months)</div> | Detrics internal calculation. Number of months since the cohort started. 0 = signup month<br /><br />**Field Name:** `cohortAge`<br />**Type:** dimension  |

### Subscription

|                                                                                           |                                                                                                                                                                                    |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subscription ID</div>         | Unique identifier for the subscription<br /><br />**Field Name:** `subscriptionId`<br />**Type:** dimension                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subscription Created At</div> | When the subscription was created<br /><br />**Field Name:** `subscriptionCreatedAt`<br />**Type:** dimension                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Start Date</div>              | Date the subscription started (may differ from created date)<br /><br />**Field Name:** `subscriptionStartDate`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Current Period Start</div>    | Start of the current billing period<br /><br />**Field Name:** `subscriptionCurrentPeriodStart`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Current Period End</div>      | End of the current billing period<br /><br />**Field Name:** `subscriptionCurrentPeriodEnd`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Currency</div>                | Currency of the subscription<br /><br />**Field Name:** `subscriptionCurrency`<br />**Type:** dimension                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancelled At</div>            | When the subscription was cancelled<br /><br />**Field Name:** `subscriptionCancelledAt`<br />**Type:** dimension                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancel At Period End</div>    | Whether the subscription will cancel at the end of the current period instead of immediately<br /><br />**Field Name:** `subscriptionCancelAtPeriodEnd`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ended At</div>                | When the subscription ended<br /><br />**Field Name:** `subscriptionEndedAt`<br />**Type:** dimension                                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancellation Reason</div>     | Reason for subscription cancellation<br /><br />**Field Name:** `subscriptionCancelledReason`<br />**Type:** dimension                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancellation Feedback</div>   | Customer feedback on cancellation (e.g., too\_expensive, missing\_features, switched\_service)<br /><br />**Field Name:** `subscriptionCancelledFeedback`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancellation Comment</div>    | Additional comments about cancellation<br /><br />**Field Name:** `subscriptionCancelledComment`<br />**Type:** dimension                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Has Discount</div>            | Whether the subscription has a discount applied<br /><br />**Field Name:** `subscriptionHasDiscount`<br />**Type:** dimension                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Collection Method</div>       | Method used to collect subscription payments<br /><br />**Field Name:** `subscriptionCollectionMethod`<br />**Type:** dimension                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Description</div>             | Description of the subscription<br /><br />**Field Name:** `subscriptionDescription`<br />**Type:** dimension                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Cycle Anchor</div>    | Date that determines when billing cycles begin<br /><br />**Field Name:** `subscriptionBillingCycleAnchor`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Latest Invoice</div>          | ID of the most recent invoice for this subscription<br /><br />**Field Name:** `subscriptionLatestInvoice`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Trial Start</div>             | Start date of the trial period<br /><br />**Field Name:** `subscriptionTrialStart`<br />**Type:** dimension                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Trial End</div>               | End date of the trial period<br /><br />**Field Name:** `subscriptionTrialEnd`<br />**Type:** dimension                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>URL</div>                     | URL associated with the subscription<br /><br />**Field Name:** `subscriptionUrl`<br />**Type:** dimension                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item ID</div>                 | Identifier for subscription item<br /><br />**Field Name:** `subscriptionItemId`<br />**Type:** dimension                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Created At</div>         | When the subscription item was created<br /><br />**Field Name:** `subscriptionItemCreated`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Plan ID</div>                 | Identifier for the subscription plan<br /><br />**Field Name:** `subscriptionItemPlanId`<br />**Type:** dimension                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Plan Active</div>             | Whether the plan is active<br /><br />**Field Name:** `subscriptionItemPlanActive`<br />**Type:** dimension                                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Price ID</div>                | Identifier for the price<br /><br />**Field Name:** `subscriptionItemPriceId`<br />**Type:** dimension                                                                             |

### Customer

|                                                                                       |                                                                                                                      |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer ID</div>         | Unique identifier for the customer<br /><br />**Field Name:** `customerId`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Phone</div>      | Phone number of the customer<br /><br />**Field Name:** `customerPhone`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Currency</div>   | Preferred currency of the customer<br /><br />**Field Name:** `customerCurrency`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Created At</div> | Date customer was created<br /><br />**Field Name:** `customerCreatedAt`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Delinquent</div> | Whether the customer has a past-due invoice<br /><br />**Field Name:** `customerDelinquent`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer City</div>       | City of the customer<br /><br />**Field Name:** `customerCity`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Country</div>    | Country of the customer<br /><br />**Field Name:** `customerCountry`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer State</div>      | State or province of the customer<br /><br />**Field Name:** `customerState`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Address Line 1</div>      | First line of customer address<br /><br />**Field Name:** `customerLine1`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Address Line 2</div>      | Second line of customer address<br /><br />**Field Name:** `customerLine2`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Postal Code</div>         | Postal code of the customer<br /><br />**Field Name:** `customerPostalCode`<br />**Type:** dimension                 |

### Invoice

|                                                                                           |                                                                                                                                                             |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Invoice ID</div>              | Unique identifier for the invoice<br /><br />**Field Name:** `invoiceId`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Number</div>                  | Invoice number<br /><br />**Field Name:** `invoiceNumber`<br />**Type:** dimension                                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Invoice Created At</div>      | When the invoice was created<br /><br />**Field Name:** `invoiceCreatedAt`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Currency</div>                | Currency of the invoice<br /><br />**Field Name:** `invoiceCurrency`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Reason</div>          | Reason for the billing (subscription\_create, subscription\_cycle, manual, etc.)<br /><br />**Field Name:** `invoiceBillingReason`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Paid</div>                    | Whether the invoice has been paid<br /><br />**Field Name:** `invoicePaid`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Due Date</div>                | Due date for the invoice<br /><br />**Field Name:** `invoiceDueDate`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Period Start</div>            | Start of the invoice period<br /><br />**Field Name:** `invoicePeriodStart`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Period End</div>              | End of the invoice period<br /><br />**Field Name:** `invoicePeriodEnd`<br />**Type:** dimension                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Collection Method</div>       | Method used to collect payment (charge\_automatically or send\_invoice)<br /><br />**Field Name:** `invoiceCollectionMethod`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subscription</div>            | Associated subscription ID<br /><br />**Field Name:** `invoiceSubscription`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Invoice Account Country</div> | Country of the account<br /><br />**Field Name:** `invoiceAccountCountry`<br />**Type:** dimension                                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Invoice Account Name</div>    | Name of the account<br /><br />**Field Name:** `invoiceAccountName`<br />**Type:** dimension                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Tax IDs</div>         | Tax IDs associated with the account<br /><br />**Field Name:** `invoiceAccountTaxIds`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Application</div>             | Application associated with the invoice<br /><br />**Field Name:** `invoiceApplication`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Custom Fields</div>           | Custom fields added to the invoice<br /><br />**Field Name:** `invoiceCustomFields`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Description</div>             | Description of the invoice<br /><br />**Field Name:** `invoiceDescription`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Effective At</div>            | When the invoice becomes effective<br /><br />**Field Name:** `invoiceEffectiveAt`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ending Balance</div>          | Ending balance of the invoice<br /><br />**Field Name:** `invoiceEndingBalance`<br />**Type:** dimension                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Footer</div>                  | Footer text of the invoice<br /><br />**Field Name:** `invoiceFooter`<br />**Type:** dimension                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Hosted URL</div>              | URL where the invoice can be viewed<br /><br />**Field Name:** `invoiceHostedUrl`<br />**Type:** dimension                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>PDF</div>                     | URL to download the invoice PDF<br /><br />**Field Name:** `invoicePdf`<br />**Type:** dimension                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Receipt Number</div>          | Receipt number for the invoice<br /><br />**Field Name:** `invoiceReceiptNumber`<br />**Type:** dimension                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Next Payment Attempt</div>    | When the next payment attempt will be made<br /><br />**Field Name:** `invoiceNextPaymentAttempt`<br />**Type:** dimension                                  |

### Charge

|                                                                                        |                                                                                                                                                             |
| -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge ID</div>            | Unique identifier for the charge<br /><br />**Field Name:** `chargeId`<br />**Type:** dimension                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Created At</div>    | When the charge was created<br /><br />**Field Name:** `chargeCreatedAt`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Currency</div>      | Currency of the charge<br /><br />**Field Name:** `chargeCurrency`<br />**Type:** dimension                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Paid</div>          | Whether the charge was paid<br /><br />**Field Name:** `chargePaid`<br />**Type:** dimension                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Refunded</div>      | Whether the charge was fully refunded<br /><br />**Field Name:** `chargeRefunded`<br />**Type:** dimension                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Captured</div>      | Whether the charge was captured (authorized charges may not be captured yet)<br /><br />**Field Name:** `chargeCaptured`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Disputed</div>      | Whether the charge is disputed<br /><br />**Field Name:** `chargeDisputed`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Card Brand</div>           | Card brand (visa, mastercard, amex, etc.)<br /><br />**Field Name:** `chargeCardBrand`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Card Last 4</div>          | Last 4 digits of the card number<br /><br />**Field Name:** `chargeCardLast4`<br />**Type:** dimension                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Card Funding</div>         | Card funding type (credit, debit, prepaid, unknown)<br /><br />**Field Name:** `chargeCardFunding`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Card Country</div>         | Country where the card was issued<br /><br />**Field Name:** `chargeCardCountry`<br />**Type:** dimension                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Failure Code</div>         | Error code for failed charges (e.g., card\_declined, expired\_card)<br /><br />**Field Name:** `chargeFailureCode`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Failure Message</div>      | Human-readable message for charge failure<br /><br />**Field Name:** `chargeFailureMessage`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Receipt Email</div>        | Email where the receipt was sent<br /><br />**Field Name:** `chargeReceiptEmail`<br />**Type:** dimension                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Receipt Number</div>       | Receipt number for the charge<br /><br />**Field Name:** `chargeReceiptNumber`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Statement Descriptor</div> | How the charge appears on bank/card statements<br /><br />**Field Name:** `chargeStatementDescriptor`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Method ID</div>    | ID of the payment method used<br /><br />**Field Name:** `chargePaymentMethod`<br />**Type:** dimension                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Description</div>   | Description of the charge<br /><br />**Field Name:** `chargeDescription`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Outcome Type</div>         | Charge outcome type (authorized, manual\_review, blocked, etc.)<br /><br />**Field Name:** `chargeOutcomeType`<br />**Type:** dimension                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Risk Level</div>           | Risk level assessed by Stripe Radar (normal, elevated, highest, not\_assessed)<br /><br />**Field Name:** `chargeOutcomeRiskLevel`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Outcome Message</div>      | Stripe Radar message explaining the charge outcome<br /><br />**Field Name:** `chargeOutcomeSellerMessage`<br />**Type:** dimension                         |

### Payment

|                                                                                             |                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment ID</div>                | Unique identifier for the payment intent<br /><br />**Field Name:** `paymentId`<br />**Type:** dimension                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Created At</div>        | When the payment intent was created<br /><br />**Field Name:** `paymentCreatedAt`<br />**Type:** dimension                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Status</div>                    | Current status (requires\_payment\_method, requires\_confirmation, processing, succeeded, canceled)<br /><br />**Field Name:** `paymentStatus`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Application</div>               | Application associated with the payment<br /><br />**Field Name:** `paymentApplication`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Automatic Payment Methods</div> | Available automatic payment methods<br /><br />**Field Name:** `paymentAutomaticPaymentMethods`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancelled At</div>              | When the payment was cancelled<br /><br />**Field Name:** `paymentCancelledAt`<br />**Type:** dimension                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cancellation Reason</div>       | Reason for payment cancellation<br /><br />**Field Name:** `paymentCancellationReason`<br />**Type:** dimension                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Capture Method</div>            | Method used to capture payment (automatic or manual)<br /><br />**Field Name:** `paymentCaptureMethod`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Client Secret</div>             | Client secret for payment intent<br /><br />**Field Name:** `paymentClientSecret`<br />**Type:** dimension                                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Confirmation Method</div>       | Method used to confirm payment (automatic or manual)<br /><br />**Field Name:** `paymentConfirmationMethod`<br />**Type:** dimension                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Currency</div>                  | Currency of the payment<br /><br />**Field Name:** `paymentCurrency`<br />**Type:** dimension                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Description</div>               | Payment description<br /><br />**Field Name:** `paymentDescription`<br />**Type:** dimension                                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Latest Charge</div>             | ID of the latest charge<br /><br />**Field Name:** `paymentLatestCharge`<br />**Type:** dimension                                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Live Mode</div>                 | Whether the payment is in live mode<br /><br />**Field Name:** `paymentLivemode`<br />**Type:** dimension                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Method Types</div>              | Available payment method types<br /><br />**Field Name:** `paymentMethodTypes`<br />**Type:** dimension                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Receipt Email</div>             | Email where receipt was sent<br /><br />**Field Name:** `paymentReceiptEmail`<br />**Type:** dimension                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Review</div>                    | Payment review status<br /><br />**Field Name:** `paymentReview`<br />**Type:** dimension                                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping</div>                  | Shipping details for payment<br /><br />**Field Name:** `paymentShipping`<br />**Type:** dimension                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Source</div>                    | Payment source information<br /><br />**Field Name:** `paymentSource`<br />**Type:** dimension                                                                          |

### Refund

|                                                                                            |                                                                                                                                           |
| ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund ID</div>                | Unique identifier for the refund<br /><br />**Field Name:** `refundId`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Created At</div>        | When the refund was created<br /><br />**Field Name:** `refundCreatedAt`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Status</div>            | Status of the refund (succeeded, pending, failed, canceled)<br /><br />**Field Name:** `refundStatus`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Currency</div>          | Currency of the refund<br /><br />**Field Name:** `refundCurrency`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Reason</div>            | Reason for the refund (duplicate, fraudulent, requested\_by\_customer)<br /><br />**Field Name:** `refundReason`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Charge ID</div>         | ID of the original charge that was refunded<br /><br />**Field Name:** `refundChargeId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Payment Intent ID</div> | ID of the payment intent associated with the refund<br /><br />**Field Name:** `refundPaymentIntentId`<br />**Type:** dimension           |

### Balance Transaction

|                                                                                           |                                                                                                                                         |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction ID</div>          | Unique identifier for the balance transaction<br /><br />**Field Name:** `balanceTransactionId`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction Created At</div>  | When the balance transaction was created<br /><br />**Field Name:** `balanceTransactionCreated`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Reporting Category</div>      | Reporting category for financial reports<br /><br />**Field Name:** `balanceTransactionReportingCategory`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction Status</div>      | Status of the balance transaction (available or pending)<br /><br />**Field Name:** `balanceTransactionStatus`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction Currency</div>    | Currency of the balance transaction<br /><br />**Field Name:** `balanceTransactionCurrency`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction Description</div> | Description of the balance transaction<br /><br />**Field Name:** `balanceTransactionDescription`<br />**Type:** dimension              |

### Payout

|                                                                                      |                                                                                                                                        |
| ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout ID</div>          | Unique identifier for the payout<br /><br />**Field Name:** `payoutId`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Created At</div>  | When the payout was created<br /><br />**Field Name:** `payoutCreatedAt`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Status</div>      | Status of the payout (paid, pending, in\_transit, canceled, failed)<br /><br />**Field Name:** `payoutStatus`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Currency</div>    | Currency of the payout<br /><br />**Field Name:** `payoutCurrency`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Method</div>      | Method used (standard or instant)<br /><br />**Field Name:** `payoutMethod`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Type</div>        | Type of payout (bank\_account or card)<br /><br />**Field Name:** `payoutType`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Description</div> | Description of the payout<br /><br />**Field Name:** `payoutDescription`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Arrival Date</div>       | Date the payout is expected to arrive in the bank account<br /><br />**Field Name:** `payoutArrivalDate`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Automatic</div>          | Whether the payout was created by an automated schedule<br /><br />**Field Name:** `payoutAutomatic`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Failure Code</div>       | Error code for failed payouts<br /><br />**Field Name:** `payoutFailureCode`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Failure Message</div>    | Human-readable message for payout failure<br /><br />**Field Name:** `payoutFailureMessage`<br />**Type:** dimension                   |

### Event

|                                                                                                 |                                                                                                                                                         |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event ID</div>                      | Unique identifier for the event<br /><br />**Field Name:** `eventId`<br />**Type:** dimension                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Type</div>                    | Type of event (e.g., customer.subscription.created, charge.succeeded, invoice.paid)<br /><br />**Field Name:** `eventType`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Created At</div>              | When the event occurred. Note: Stripe retains events for 30 days only<br /><br />**Field Name:** `eventCreatedAt`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Livemode</div>                | Whether the event occurred in live mode<br /><br />**Field Name:** `eventLivemode`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Resource Type</div>                 | Type of Stripe object affected (subscription, charge, invoice, customer, etc.)<br /><br />**Field Name:** `eventResourceType`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Resource ID</div>                   | ID of the Stripe object affected by this event<br /><br />**Field Name:** `eventResourceId`<br />**Type:** dimension                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Customer ID</div>             | Customer ID associated with the event<br /><br />**Field Name:** `eventCustomerId`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Customer Email</div>          | Customer email associated with the event<br /><br />**Field Name:** `eventCustomerEmail`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Customer Name</div>           | Customer name associated with the event<br /><br />**Field Name:** `eventCustomerName`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Subscription Status</div>     | Subscription status at the time of the event<br /><br />**Field Name:** `eventSubscriptionStatus`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Plan Interval</div>           | Plan billing interval at the time of the event<br /><br />**Field Name:** `eventSubscriptionPlanInterval`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Charge Status</div>           | Charge status at the time of the event<br /><br />**Field Name:** `eventChargeStatus`<br />**Type:** dimension                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Charge Currency</div>         | Currency of the charge in the event<br /><br />**Field Name:** `eventChargeCurrency`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Invoice Status</div>          | Invoice status at the time of the event<br /><br />**Field Name:** `eventInvoiceStatus`<br />**Type:** dimension                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Subscription Status</div>  | Subscription status before the change (from previous\_attributes)<br /><br />**Field Name:** `eventPreviousSubscriptionStatus`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Subscription Status</div>       | Subscription status after the change<br /><br />**Field Name:** `eventNewSubscriptionStatus`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Cancel At Period End</div> | Cancel-at-period-end flag before the change<br /><br />**Field Name:** `eventPreviousCancelAtPeriodEnd`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Cancel At Period End</div>      | Cancel-at-period-end flag after the change<br /><br />**Field Name:** `eventNewCancelAtPeriodEnd`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Plan Interval</div>        | Plan interval before the change (useful for upgrade/downgrade tracking)<br /><br />**Field Name:** `eventPreviousPlanInterval`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Plan Interval</div>             | Plan interval after the change<br /><br />**Field Name:** `eventNewPlanInterval`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Customer Delinquent</div>  | Customer delinquent status before the change<br /><br />**Field Name:** `eventPreviousCustomerDelinquent`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Customer Delinquent</div>       | Customer delinquent status after the change<br /><br />**Field Name:** `eventNewCustomerDelinquent`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Default Source</div>       | Customer default payment source before the change<br /><br />**Field Name:** `eventPreviousCustomerDefaultSource`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Default Source</div>            | Customer default payment source after the change<br /><br />**Field Name:** `eventNewCustomerDefaultSource`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Invoice Status</div>       | Invoice status before the change<br /><br />**Field Name:** `eventPreviousInvoiceStatus`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Invoice Status</div>            | Invoice status after the change<br /><br />**Field Name:** `eventNewInvoiceStatus`<br />**Type:** dimension                                             |

### Product

|                                                                                        |                                                                                                                                           |
| -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product ID</div>           | Unique identifier for the product<br /><br />**Field Name:** `productId`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Name</div>                 | Product name<br /><br />**Field Name:** `productName`<br />**Type:** dimension                                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Active</div>               | Whether the product is active<br /><br />**Field Name:** `productActive`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Description</div>          | Product description<br /><br />**Field Name:** `productDescription`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Type</div>                 | Type of product (good or service)<br /><br />**Field Name:** `productType`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Images</div>               | Product image URLs<br /><br />**Field Name:** `productImages`<br />**Type:** dimension                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Attributes</div>           | Product attributes<br /><br />**Field Name:** `productAttributes`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Marketing Features</div>   | Marketing feature names listed for the product<br /><br />**Field Name:** `productMarketingFeatures`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Package Dimensions</div>   | Physical dimensions of the product package (HxWxL, weight)<br /><br />**Field Name:** `productPackageDimensions`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shippable</div>            | Whether the product can be shipped<br /><br />**Field Name:** `productShippable`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Statement Descriptor</div> | How the product appears on statements<br /><br />**Field Name:** `productStatementDescriptor`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Tax Code</div>             | Tax code for the product<br /><br />**Field Name:** `productTaxCode`<br />**Type:** dimension                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Unit Label</div>           | Label for product units<br /><br />**Field Name:** `productUnitLabel`<br />**Type:** dimension                                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>URL</div>                  | URL for the product<br /><br />**Field Name:** `productUrl`<br />**Type:** dimension                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Updated</div>              | Timestamp when the product was last updated<br /><br />**Field Name:** `productUpdated`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Created At</div>   | When the product was created<br /><br />**Field Name:** `productCreatedAt`<br />**Type:** dimension                                       |

### Coupon

|                                                                                      |                                                                                                                                                 |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Coupon ID</div>          | Unique identifier for the coupon<br /><br />**Field Name:** `couponId`<br />**Type:** dimension                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Name</div>               | Name of the coupon<br /><br />**Field Name:** `couponName`<br />**Type:** dimension                                                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Coupon Created At</div>  | When the coupon was created<br /><br />**Field Name:** `couponCreatedAt`<br />**Type:** dimension                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Duration</div>           | Duration of the coupon (forever, once, repeating)<br /><br />**Field Name:** `couponDuration`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Duration in Months</div> | Number of months the coupon is valid for (when duration=repeating)<br /><br />**Field Name:** `couponDurationInMonths`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Currency</div>           | Currency of the coupon (for amount-off coupons)<br /><br />**Field Name:** `couponCurrency`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Max Redemptions</div>    | Maximum number of times this coupon can be redeemed<br /><br />**Field Name:** `couponMaxRedemptions`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Live Mode</div>          | Whether the coupon is in live mode<br /><br />**Field Name:** `couponLiveMode`<br />**Type:** dimension                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Valid</div>              | Whether the coupon is still valid<br /><br />**Field Name:** `couponValid`<br />**Type:** dimension                                             |

### Promotion Code

|                                                                                             |                                                                                                                        |
| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Promotion Code ID</div>         | Unique identifier for the promotion code<br /><br />**Field Name:** `promotionCodeId`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Promotion Code</div>            | The code customers enter at checkout<br /><br />**Field Name:** `promotionCode`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Active</div>                    | Whether the promotion code is active<br /><br />**Field Name:** `promotionCodeActive`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Promotion Code Created At</div> | When the promotion code was created<br /><br />**Field Name:** `promotionCodeCreatedAt`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Expires At</div>                | When the promotion code expires<br /><br />**Field Name:** `promotionCodeExpiredAt`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Livemode</div>                  | Whether the promotion code is in live mode<br /><br />**Field Name:** `promotionCodeLivemode`<br />**Type:** dimension |

### Account

|                                                                                       |                                                                                                                             |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account ID</div>          | Unique identifier for the Stripe account<br /><br />**Field Name:** `accountId`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Annual Revenue</div>      | Annual revenue of the account<br /><br />**Field Name:** `accountAnnualRevenue`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Description</div> | Description of account products/services<br /><br />**Field Name:** `accountProductDescription`<br />**Type:** dimension    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Support Email</div>       | Support email address for the account<br /><br />**Field Name:** `accountSupportEmail`<br />**Type:** dimension             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Created At</div>  | Date the Stripe account was created<br /><br />**Field Name:** `accountCreatedAt`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Support Phone</div>       | Support phone number for the account<br /><br />**Field Name:** `accountSupportPhone`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Support URL</div>         | Support website URL for the account<br /><br />**Field Name:** `accountSupportUrl`<br />**Type:** dimension                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account URL</div>         | Website URL of the account<br /><br />**Field Name:** `accountUrl`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Business Type</div>       | Type of business for the account<br /><br />**Field Name:** `accountBusinessType`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>City</div>                | City of the account<br /><br />**Field Name:** `accountCity`<br />**Type:** dimension                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Country</div>             | Country of the account<br /><br />**Field Name:** `accountCountry`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Address Line 1</div>      | First line of account address<br /><br />**Field Name:** `accountLine1`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Address Line 2</div>      | Second line of account address<br /><br />**Field Name:** `accountLine2`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Postal Code</div>         | Postal code of the account<br /><br />**Field Name:** `accountPostalCode`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>State</div>               | State or province of the account<br /><br />**Field Name:** `accountState`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Business Name</div>       | Business name of the account<br /><br />**Field Name:** `accountBusinessName`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Company Name</div>        | Company name of the account<br /><br />**Field Name:** `accountCompanyName`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Owners Provided</div>     | Whether account owners information was provided<br /><br />**Field Name:** `accountOwnersProvided`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Phone</div>               | Phone number of the account<br /><br />**Field Name:** `accountPhone`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Structure</div>           | Business structure of the account<br /><br />**Field Name:** `accountStructure`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Default Currency</div>    | Default currency used by the account<br /><br />**Field Name:** `accountDefaultCurrency`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Details Submitted</div>   | Whether account details were submitted<br /><br />**Field Name:** `accountDetailsSubmitted`<br />**Type:** dimension        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Email</div>               | Email address of the account<br /><br />**Field Name:** `accountEmail`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Account Type</div>        | Type of the account<br /><br />**Field Name:** `accountType`<br />**Type:** dimension                                       |

## Metrics

Metrics are the numerical values you can measure and analyze from your Stripe campaigns.

### Most Used

|                                                                                        |                                                                                                                                                                                                                                    |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>MRR</div>                  | Detrics internal calculation. Monthly Recurring Revenue: sum of all active subscription plan amounts normalized to monthly. May differ slightly from Stripe dashboard<br /><br />**Field Name:** `reportMrr`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>ARR</div>                  | Detrics internal calculation. Annual Recurring Revenue (MRR x 12)<br /><br />**Field Name:** `reportArr`<br />**Type:** metric                                                                                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Active Subscriptions</div> | Detrics internal calculation. Count of subscriptions with status "active" at each time bucket<br /><br />**Field Name:** `reportActiveSubscriptions`<br />**Type:** metric                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Churn Rate</div>           | Detrics internal calculation. Percentage of subscriptions lost (churned / previous active)<br /><br />**Field Name:** `reportChurnRate`<br />**Type:** metric                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Gross Revenue</div>        | Detrics internal calculation. Total revenue from successful charges in this period<br /><br />**Field Name:** `reportGrossRevenue`<br />**Type:** metric                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Net Revenue</div>          | Detrics internal calculation. Gross revenue minus refunds<br /><br />**Field Name:** `reportNetRevenue`<br />**Type:** metric                                                                                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Charge Amount</div>        | Total amount of the charge<br /><br />**Field Name:** `chargeAmount`<br />**Type:** metric                                                                                                                                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total</div>                | Total amount including tax and discounts<br /><br />**Field Name:** `invoiceTotal`<br />**Type:** metric                                                                                                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Net Amount</div>           | Net amount after fees (amount minus fee)<br /><br />**Field Name:** `balanceTransactionNet`<br />**Type:** metric                                                                                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Plan Amount</div>          | Amount for the subscription plan<br /><br />**Field Name:** `subscriptionItemPlanAmount`<br />**Type:** metric                                                                                                                     |

### SaaS Metrics

|                                                                                            |                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Subscriptions</div>        | Detrics internal calculation. Count of subscriptions created during this period<br /><br />**Field Name:** `reportNewSubscriptions`<br />**Type:** metric                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New MRR</div>                  | Detrics internal calculation. MRR from subscriptions created during this period<br /><br />**Field Name:** `reportNewMrr`<br />**Type:** metric                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Net New MRR</div>              | Detrics internal calculation. New MRR minus Churned MRR. Positive = growth<br /><br />**Field Name:** `reportNetNewMrr`<br />**Type:** metric                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Churned Subscriptions</div>    | Detrics internal calculation. Count of subscriptions that were canceled during this period<br /><br />**Field Name:** `reportChurnedSubscriptions`<br />**Type:** metric         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Churned MRR</div>              | Detrics internal calculation. MRR lost from churned subscriptions during this period<br /><br />**Field Name:** `reportChurnedMrr`<br />**Type:** metric                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>MRR Before Discounts</div>     | Detrics internal calculation. MRR before applying any coupon discounts<br /><br />**Field Name:** `reportMrrBeforeDiscounts`<br />**Type:** metric                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Discount Amount</div>          | Detrics internal calculation. Total monthly discount amount across all active discounted subscriptions<br /><br />**Field Name:** `reportDiscountAmount`<br />**Type:** metric   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Discounted Subscriptions</div> | Detrics internal calculation. Count of active subscriptions with a coupon applied<br /><br />**Field Name:** `reportDiscountedSubscriptions`<br />**Type:** metric               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Active Customers</div>         | Detrics internal calculation. Count of unique customers with at least one active subscription<br /><br />**Field Name:** `reportActiveCustomers`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>ARPU</div>                     | Detrics internal calculation. Average Revenue Per User (MRR / active subscribers)<br /><br />**Field Name:** `reportArpu`<br />**Type:** metric                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Lifetime Value</div>           | Detrics internal calculation. Subscriber Lifetime Value (ARPU / churn rate). Estimates total revenue per subscriber<br /><br />**Field Name:** `reportLtv`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Refunds</div>            | Detrics internal calculation. Total refund amount in this period<br /><br />**Field Name:** `reportTotalRefunds`<br />**Type:** metric                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Count</div>             | Detrics internal calculation. Number of refunds processed in this period<br /><br />**Field Name:** `reportRefundCount`<br />**Type:** metric                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Success Rate</div>     | Detrics internal calculation. Percentage of successful charges out of total charges<br /><br />**Field Name:** `reportPaymentSuccessRate`<br />**Type:** metric                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Payments</div>           | Detrics internal calculation. Total number of charge attempts in this period<br /><br />**Field Name:** `reportTotalPayments`<br />**Type:** metric                              |

### Cohort Retention

|                                                                                            |                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cohort Start Subscribers</div> | Detrics internal calculation. Number of subscribers when the cohort started<br /><br />**Field Name:** `cohortStartCount`<br />**Type:** metric                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Cohort Start MRR</div>         | Detrics internal calculation. MRR from this cohort when they first subscribed<br /><br />**Field Name:** `cohortStartMrr`<br />**Type:** metric                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subscriber Retention %</div>   | Detrics internal calculation. Percentage of original subscribers still active at each cohort age<br /><br />**Field Name:** `cohortSubscriberRetention`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Revenue Retention %</div>      | Detrics internal calculation. Percentage of original MRR still retained at each cohort age<br /><br />**Field Name:** `cohortRevenueRetention`<br />**Type:** metric          |

### Subscription

|                                                                                        |                                                                                                                                              |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Subscriptions</div>  | Total number of subscriptions<br /><br />**Field Name:** `subscriptionTotalCount`<br />**Type:** metric                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Unit Price</div>           | Price per unit for the subscription<br /><br />**Field Name:** `subscriptionItemPriceUnitAmount`<br />**Type:** metric                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Quantity</div>             | Number of units on the subscription<br /><br />**Field Name:** `subscriptionQuantity`<br />**Type:** metric                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Discount Percent Off</div> | Percentage discount applied to the subscription via coupon<br /><br />**Field Name:** `subscriptionDiscountPercentOff`<br />**Type:** metric |

### Invoice

|                                                                                             |                                                                                                                            |
| ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Due</div>                | Total amount due on the invoice<br /><br />**Field Name:** `invoiceAmountDue`<br />**Type:** metric                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Paid</div>               | Amount already paid on the invoice<br /><br />**Field Name:** `invoiceAmountPaid`<br />**Type:** metric                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Remaining</div>          | Remaining amount to be paid<br /><br />**Field Name:** `invoiceAmountRemaining`<br />**Type:** metric                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subtotal</div>                  | Subtotal amount before tax and discounts<br /><br />**Field Name:** `invoiceSubtotal`<br />**Type:** metric                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Subtotal Excl. Tax</div>        | Subtotal amount excluding tax<br /><br />**Field Name:** `invoiceSubtotalExcludingTax`<br />**Type:** metric               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Tax</div>                       | Tax amount on the invoice<br /><br />**Field Name:** `invoiceTax`<br />**Type:** metric                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Discounts</div>           | Total amount of discounts applied<br /><br />**Field Name:** `invoiceTotalDiscountAmounts`<br />**Type:** metric           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Excl. Tax</div>           | Total amount excluding tax<br /><br />**Field Name:** `invoiceTotalExcludingTax`<br />**Type:** metric                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Pretax Credits</div>      | Total amount of pretax credits<br /><br />**Field Name:** `invoiceTotalPretaxCreditAmounts`<br />**Type:** metric          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Tax Amounts</div>         | Total of all tax amounts<br /><br />**Field Name:** `invoicetotalTaxAmounts`<br />**Type:** metric                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Amount</div>           | Shipping cost on the invoice<br /><br />**Field Name:** `invoiceAmountShipping`<br />**Type:** metric                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Post-Payment Credit Notes</div> | Amount of post-payment credit notes<br /><br />**Field Name:** `invoicePostPaymentCreditNotesAmount`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Pre-Payment Credit Notes</div>  | Amount of pre-payment credit notes<br /><br />**Field Name:** `invoicePrePaymentCreditNotesAmount`<br />**Type:** metric   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Line Item Quantity</div>        | Quantity of items in the invoice line<br /><br />**Field Name:** `invoiceLineQuantity`<br />**Type:** metric               |

### Charge

|                                                                                   |                                                                                                                                                        |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Captured</div> | Amount captured from the charge (may be less than total if partially captured)<br /><br />**Field Name:** `chargeAmountCaptured`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Refunded</div> | Amount refunded from the charge<br /><br />**Field Name:** `chargeAmountRefunded`<br />**Type:** metric                                                |

### Payment

|                                                                                   |                                                                                                                    |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Amount</div>  | Total amount of the payment intent<br /><br />**Field Name:** `paymentAmount`<br />**Type:** metric                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Received</div> | Amount actually received from the payment<br /><br />**Field Name:** `paymentAmountReceived`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Application Fee</div> | Amount of the application fee<br /><br />**Field Name:** `paymentApplicationFeeAmount`<br />**Type:** metric       |

### Refund

|                                                                                 |                                                                                 |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Refund Amount</div> | Amount refunded<br /><br />**Field Name:** `refundAmount`<br />**Type:** metric |

### Balance Transaction

|                                                                                      |                                                                                                                     |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Transaction Amount</div> | Gross amount of the balance transaction<br /><br />**Field Name:** `balanceTransactionAmount`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Fee</div>                | Stripe fee for this transaction<br /><br />**Field Name:** `balanceTransactionFee`<br />**Type:** metric            |

### Payout

|                                                                                 |                                                                                                           |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payout Amount</div> | Amount of the payout to your bank account<br /><br />**Field Name:** `payoutAmount`<br />**Type:** metric |

### Event

|                                                                                        |                                                                                                                                                               |
| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Count</div>          | Count of events (always 1 per event row, useful for aggregation)<br /><br />**Field Name:** `eventCount`<br />**Type:** metric                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Charge Amount</div>  | Charge amount in the event (only populated for charge events)<br /><br />**Field Name:** `eventChargeAmount`<br />**Type:** metric                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Invoice Total</div>  | Invoice total in the event (only populated for invoice events)<br /><br />**Field Name:** `eventInvoiceTotal`<br />**Type:** metric                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Event Plan Amount</div>    | Subscription plan amount in the event (only populated for subscription events)<br /><br />**Field Name:** `eventSubscriptionPlanAmount`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Previous Plan Amount</div> | Plan amount before the change (for upgrade/downgrade tracking)<br /><br />**Field Name:** `eventPreviousPlanAmount`<br />**Type:** metric                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>New Plan Amount</div>      | Plan amount after the change (for upgrade/downgrade tracking)<br /><br />**Field Name:** `eventNewPlanAmount`<br />**Type:** metric                           |

### Customer

|                                                                                    |                                                                                                                          |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Balance</div> | Current balance of the customer (in account currency)<br /><br />**Field Name:** `customerBalance`<br />**Type:** metric |

### Coupon

|                                                                                  |                                                                                                                |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Times Redeemed</div> | Number of times the coupon was redeemed<br /><br />**Field Name:** `couponTimesRedeemed`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Percent Off</div>    | Percentage discount offered by the coupon<br /><br />**Field Name:** `couponPercentOff`<br />**Type:** metric  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Amount Off</div>     | Fixed amount discount offered by the coupon<br /><br />**Field Name:** `couponAmountOff`<br />**Type:** metric |

### Promotion Code

|                                                                                       |                                                                                                                                                   |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Times Redeemed</div>      | Number of times the promotion code was redeemed<br /><br />**Field Name:** `promotionCodeTimesReedemed`<br />**Type:** metric                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Minimum Amount</div>      | Minimum order amount required to use this promotion code<br /><br />**Field Name:** `promotionCodeMinimumAmountRestriction`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Min Amount Currency</div> | Currency of the minimum amount restriction<br /><br />**Field Name:** `promotionCodeMinimumAmountCurrency`<br />**Type:** metric                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Max Redemptions</div>     | Maximum number of times this promotion code can be redeemed<br /><br />**Field Name:** `promotionCodeMaxRedemption`<br />**Type:** metric         |

***

## Related

<CardGroup cols={2}>
  <Card title="Fields Catalog" icon="book" href="/fields-catalog/index">
    Browse all platforms
  </Card>

  <Card title="Shopify Fields" icon="chart-bar" href="/data-source/shopify/fields">
    Shopify metrics & dimensions
  </Card>

  <Card title="WooCommerce Fields" icon="chart-bar" href="/data-source/woocommerce/fields">
    WooCommerce metrics & dimensions
  </Card>

  <Card title="TiendaNube Fields" icon="chart-bar" href="/data-source/tiendanube/fields">
    TiendaNube metrics & dimensions
  </Card>
</CardGroup>
