---
title: "feature.wallet_balance.alert"
method: POST
path: "/webhook-events/feature.wallet_balance.alert"
tags: ["Webhook Events"]
---

# feature.wallet_balance.alert

`POST /webhook-events/feature.wallet_balance.alert`

Fired when a feature's associated wallet balance crosses an alert threshold. Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoAlertWebhookPayload
  - `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'
  - `credit_balance` string
  - `current_balance` string
  - `customer_id` string
  - `event_type` 'subscription.created' | 'subscription.draft.created' | 'subscription.activated' | 'subscription.updated' | 'subscription.paused' | 'subscription.cancelled' | 'subscription.resumed' | 'subscription.plan_changed' | 'subscription.phase.created' | 'subscription.phase.updated' | 'subscription.phase.deleted' | 'feature.created' | 'feature.updated' | 'feature.deleted' | 'feature.wallet_balance.alert' | 'entitlement.created' | 'entitlement.updated' | 'entitlement.deleted' | 'wallet.created' | 'wallet.updated' | 'wallet.terminated' | 'wallet.transaction.created' | 'wallet.transaction.updated' | 'payment.created' | 'payment.updated' | 'payment.failed' | 'payment.success' | 'payment.pending' | 'customer.created' | 'customer.updated' | 'customer.deleted' | 'invoice.update.finalized' | 'invoice.update.payment' | 'invoice.update.voided' | 'invoice.update' | 'invoice.payment.overdue' | 'wallet.credit_balance.dropped' | 'wallet.credit_balance.recovered' | 'wallet.ongoing_balance.dropped' | 'wallet.ongoing_balance.recovered' | 'wallet.ongoing_balance.updated' | 'subscription.spend.threshold_reached' | 'subscription.spend.threshold_recovered' | 'subscription.line_item_spend.threshold_reached' | 'subscription.line_item_spend.threshold_recovered' | 'subscription.group_spend.threshold_reached' | 'subscription.group_spend.threshold_recovered' | 'entitlement.grant.exhausted' | 'subscription.renewal.due' | 'invoice.communication.triggered' | 'credit_note.created' | 'credit_note.updated' | 'checkout.session.initiated' | 'checkout.session.completed' | 'checkout.session.failed' | 'checkout.session.expired' | 'event.rejected'
  - `feature_id` string
  - `wallet_id` string

## Changes

- **2026-08-14** `29f14678f58f` — 4 warning, 5 info
  - removed the optional property `customer` from the response with the `200` status
  - removed the optional property `feature` from the response with the `200` status
  - removed the optional property `wallet` from the response with the `200` status
  - added the new `subscription.plan_changed` enum value to the `event_type` response property for the response status `200`
  - …5 more
- **2026-07-31** `50b7421a9690` — 3 warning, 1 info
  - added the new `entitlement.grant.exhausted` enum value to the `event_type` response property for the response status `200`
  - added the new `entitlement_grant_exhausted` enum value to the `alert_type` response property for the response status `200`
  - added the new `entitlement_grant_threshold` enum value to the `alert_type` response property for the response status `200`
  - added the optional property `wallet/auto_topup/cooldown` to the response with the `200` status
- **2026-07-15** `f8ecf435d25d` — 20 warning, 3 info
  - added the new `event.rejected` enum value to the `event_type` response property for the response status `200`
  - added the new `feature_wallet_balance` enum value to the `alert_type` response property for the response status `200`
  - added the new `in_alarm` enum value to the `alert_status` response property for the response status `200`
  - added the new `info` enum value to the `alert_status` response property for the response status `200`
  - …19 more
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/feature.wallet_balance.alert/post.md)

---

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