account_update
webhook referenceThis reference describes trigger events and payload contents for the WhatsApp Business Account account_update webhook.
The account_update webhook notifies of changes to a WhatsApp Business Account's partner-led business verification submission, its authentication-international rate eligibility or primary business location, when it is shared with a solution provider, policy or terms violations, or when it is deleted.
{ "entry": [ { "id": "<WHATSAPP_BUSINESS_ACCOUNT_ID>", "time": <WEBHOOK_TRIGGER_TIMESTAMP>, "changes": [ { "value": { "country": "<COUNTRY_CODE>", <!--only included for BUSINESS_PRIMARY_LOCATION_COUNTRY_UPDATE event --> "event": "<EVENT>", <!-- only included for AD_ACCOUNT_LINKED event --> "waba_info": { "waba_id": "<WABA_ID>", "ad_account_linked": "<AD_ACCOUNT_ID>", "owner_business_id": "<BUSINESS_PORTFOLIO_ID>" }, <!-- only included for ACCOUNT_VIOLATION event --> "violation_info": { "violation_type": "<VIOLATION_TYPE>" }, <!-- only included for AUTH_INTL_PRICE_ELIGIBILITY_UPDATE event --> "auth_international_rate_eligibility": { "exception_countries": [ { "country_code": "<EXCEPTION_COUNTRY_CODE>", "start_time": <EXCEPTION_START_TIME> } ], "start_time": <START_TIME> }, <!-- only included for DISABLED_UPDATE event --> "ban_info": { "waba_ban_state": "<WABA_BAN_STATE>", "waba_ban_date": "<WABA_BAN_DATE>" }, <!-- only included for MM_LITE_TERMS_SIGNED event --> "waba_info": { "waba_id": "<WABA_ID>", "owner_business_id": "<BUSINESS_PORTFOLIO_ID>" }, <!-- only included for PARTNER_* events --> "waba_info": { "waba_id": "<CUSTOMER_WABA_ID>", "owner_business_id": "<CUSTOMER_BUSINESS_PORTFOLIO_ID>", <!-- only included for PARTNER_APP_INSTALLED, PARTNER_APP_UNINSTALLED events --> "partner_app_id": "<PARTNER_APP_ID>", <!-- only included if customer onboarded via a multi-partner solution, omitted from PARTNER_APP_UNINSTALLED events --> "solution_id": "<SOLUTION_ID>", "solution_partner_business_ids": [ "<PARTNER_IDS>" ] }, <!-- only included for PARTNER_CLIENT_CERTIFICATION_STATUS_UPDATE event --> "partner_client_certification_info": { "client_business_id": "<CUSTOMER_BUSINESS_PORTFOLIO_ID>", "status": "<STATUS>", "rejection_reasons": [ "<REJECTION_REASONS>" ] } }, "field": "account_update" } ] } ], "object": "whatsapp_business_account" }
Placeholder | Description | Example value |
---|---|---|
String | ISO 3166-1 alpha-2 country code of the country where we have determined the business to be based. |
|
String | Business customer's business portfolio ID. |
|
String | Onboarded business customer's WABA ID. |
|
String | WhatsApp Business Account ("WABA") event. Values can be:
|
|
String | ISO 3166-1 alpha-2 country code of the country with a start time exception. |
|
Integer | Unix timestamp indicating authentication-internatal rate start time for the exception country. |
|
Array | Strings of business portfolio IDs of the Tech Provider (or Tech Partner) and Solution Partner associated with the Multi-Part Solution. |
|
Array | Rejection reason of the partner-led business verification submission. Values can be:
|
|
String | Multi-Partner Solution solution ID. |
|
Integer | Unix timestamp indicating start time for all countries with authentication-international pricing for which you do not have an exception. |
|
String | Status of the partner-led business verification submission. Values can be:
|
|
String | Violation type. See Violations for a list of possible values. |
|
String | WABA ban state. Values can be:
|
|
String | Indicates when the WABA was banned. |
|
Integer | Unix timestamp indicating when the webhook was triggered. |
|
String | WhatsApp Business Account ID. |
|
{ "object": "whatsapp_business_account", "entry": [ { "id": "102290129340398", "time": 1743451903, "changes": [ { "value": { "event": "ACCOUNT_DELETED" }, "field": "account_update" } ] } ] }
{ "object": "whatsapp_business_account", "entry": [ { "id": "102290129340398", "time": 1743451903, "changes": [ { "value": { "event": "ACCOUNT_VIOLATION", "violation_info": { "violation_type": "ADULT" } }, "field": "account_update" } ] } ] }
{ "object": "whatsapp_business_account", "entry": [ { "id": "2949482758682047", "time": 1744823932, "changes": [ { "field": "account_update", "value": { "event": "AD_ACCOUNT_LINKED", "waba_info": { "owner_business_id": "2329417887457253", "ad_account_linked": "980198427534243", "waba_id": "980198427658004" } } } ] } ] }
{ "object": "whatsapp_business_account", "entry": [ { "id": "102290129340398", "time": 1743451903, "changes": [ { "value": { "auth_international_rate_eligibility": { "exception_countries": [ { "country_code": "ID", "start_time": 1751347424 } ], "start_time": 1748780624 }, "event": "AUTH_INTL_PRICE_ELIGIBILITY_UPDATE" }, "field": "account_update" } ] } ] }
{ "object": "whatsapp_business_account", "entry": [ { "id": "102290129340398", "time": 1743451903, "changes": [ { "value": { "event": "DISABLED_UPDATE", "ban_info": { "waba_ban_state": "REINSTATE", "waba_ban_date": "April 17, 2025" } }, "field": "account_update" } ] } ] }
{ "object": "whatsapp_business_account", "entry": [ { "id": "2949482758682047", "time": 1744823932, "changes": [ { "field": "account_update", "value": { "event": "MM_LITE_TERMS_SIGNED", "waba_info": { "owner_business_id": "2329417887457253", "waba_id": "980198427658004" } } } ] } ] }
{ "entry": [ { "id": "2949482758682047", "time": 1744823932, "changes": [ { "value": { "event": "PARTNER_ADDED", "waba_info": { "waba_id": "980198427658004", "owner_business_id": "2329417887457253", "solution_id": "1715120619246906", "solution_partner_business_ids": [ "2949482758682047", "520744086200222" ] } }, "field": "account_update" } ] } ] }
{ "entry": [ { "id": "2949482758682047", "time": 1745337174, "changes": [ { "value": { "event": "PARTNER_APP_INSTALLED", "waba_info": { "waba_id": "1191624265890717", "owner_business_id": "2329417887457253", "partner_app_id": "5731794616896507", "solution_id": "1715120619246906", "solution_partner_business_ids": [ "2949482758682047", "520744086200222" ] } } } ], "field": "account_update", "object": "whatsapp_business_account" } ] }
{ "entry": [ { "id": "2949482758682047", "time": 1748477359, "changes": [ { "value": { "event": "PARTNER_APP_UNINSTALLED", "waba_info": { "waba_id": "184943124712545", "owner_business_id": "1284923862322270", "partner_app_id": "869361281603019" }, "field": "account_update", "object": "whatsapp_business_account" } } ] } ] }
{ "entry": [ { "id": "102290129340398", "time": 1743138982, "changes": [ { "value": { "event": "PARTNER_CLIENT_CERTIFICATION_STATUS_UPDATE", "partner_client_certification_info": { "client_business_id": "2729063490586005", "status": "APPROVED", "rejection_reasons": [ "NONE" ] } }, "field": "account_update" } ] } ], "object": "whatsapp_business_account" }
{ "object": "whatsapp_business_account", "entry": [ { "id": "102290129340398", "time": 1743138982, "changes": [ { "value": { "country": "IN", "event": "BUSINESS_PRIMARY_LOCATION_COUNTRY_UPDATE" }, "field": "account_update" } ] } ] }