---
title: "subscription.spend.threshold_reached"
method: POST
path: "/webhook-events/subscription.spend.threshold_reached"
tags: ["Webhook Events"]
---

# subscription.spend.threshold_reached

`POST /webhook-events/subscription.spend.threshold_reached`

Fired when a subscription's total metered spend crosses an alert threshold (critical, warning, or info) for the current billing period. Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoSpendAlertEvent
  - `alert_status` 'ok' | 'info' | 'warning' | 'in_alarm'
  - `alert_type` 'low_ongoing_balance' | 'low_credit_balance' | 'feature_wallet_balance' | 'subscription_spend' | 'subscription_line_item_spend' | 'subscription_group_spend' | 'entitlement_grant_threshold' | 'entitlement_grant_exhausted'
  - `current_spend` string
  - `group_id` string
  - `subscription` WebhookDtoSubscription
    - `billing_cadence` 'RECURRING'
    - `billing_period` 'MONTHLY' | 'ANNUAL' | 'WEEKLY' | 'DAILY' | 'QUARTERLY' | 'HALF_YEARLY' | 'ONETIME'
    - `billing_period_count` integer
    - `cancel_at` string, date-time
    - `cancel_at_period_end` boolean
    - `cancelled_at` string, date-time
    - `currency` string
    - `current_period_end` string, date-time
    - `current_period_start` string, date-time
    - `customer` WebhookDtoCustomer
      - `address_city` string
      - `address_country` string
      - `address_line1` string
      - `address_line2` string
      - `address_postal_code` string
      - `address_state` string
      - `email` string
      - `external_id` string
      - `id` string
      - `metadata` object
      - `name` string
      - `timezone` string
    - `customer_id` string
    - `end_date` string, date-time
    - `id` string
    - `lookup_key` string
    - `metadata` TypesMetadata
    - `parent_subscription_id` string
    - `pause_status` 'none' | 'active' | 'scheduled' | 'completed' | 'cancelled'
    - `plan_id` string
    - `start_date` string, date-time
    - `subscription_status` 'active' | 'paused' | 'cancelled' | 'incomplete' | 'trialing' | 'draft'
    - `subscription_type` 'standalone' | 'delegated_invoicing' | 'parent' | 'inherited' | 'grouped_invoicing'
    - `trial_end` string, date-time
    - `trial_start` string, date-time
  - `subscription_line_item_id` string
  - `threshold` string
  - `triggered_at` string, date-time

---

[API](https://skmtc.net/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.net/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/29f14678f58f/schema)
