Tier Based Pricing

Tier Update Webhook (VOLUME_BASED_PRICING_TIER_UPDATE)


Starting October 1, 2025, Meta will trigger a new account_update webhook event — VOLUME_BASED_PRICING_TIER_UPDATE — whenever a WhatsApp Business Account (WABA) moves to a new volume-based pricing tier within any market during a given month.

This webhook provides transparency into pricing tier changes and helps partners update their billing or usage systems accordingly.

Sample V2 Webhook Payload

{
    "app": "Jan10pass",
    "appId": "bf9ee64c-3d4d-4ac4-8668-732e577007c4",
    "timestamp": 1762331373939,
    "version": 2,
    "type": "account-event",
    "payload": {
        "type": "pricing-tier-update",
        "payload": {
            "effectiveMonth": "2025-11",
            "pricingCategory": "UTILITY",
            "region": "INDIA",
            "tier": "25000001:50000000",
            "tierUpdateTime": 1743451903
        }
    }
}

Field Descriptions

FieldTypeDescription
appstringPartner App name
appIdstringUnique App ID
timestampnumberTime (in Unix milliseconds) when the event was generated
versionnumberAPI subscription version (2 or 3)
typestringType of webhook event — account-event
payload.typestringEvent subtype — pricing-tier-update
payload.payload.effectiveMonthstringMonth (YYYY-MM) when the new pricing tier becomes effective
payload.payload.pricingCategorystringTemplate category affected (e.g., UTILITY, MARKETING, AUTHENTICATION)
payload.payload.regionstringRegion/country where the tier applies
payload.payload.tierstringNew volume tier range (e.g., 25000001:50000000)
payload.payload.tierUpdateTimenumberUnix timestamp indicating when the WABA reached the new tier