{"id":1892,"date":"2026-09-14T11:49:15","date_gmt":"2026-09-14T11:49:15","guid":{"rendered":"https:\/\/360dialog.com\/blog\/?p=1892"},"modified":"2026-09-18T11:49:35","modified_gmt":"2026-09-18T11:49:35","slug":"enable-meta-business-agent-bsp-whatsapp","status":"publish","type":"post","link":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/","title":{"rendered":"How to Enable Meta Business Agent on a BSP-Managed WhatsApp Number"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>Enable Meta Business Agent on a BSP-managed WhatsApp number by completing seven steps in Meta&#8217;s developer tools<\/strong>: accepting the MBA Terms of Service in WhatsApp Manager, setting up billing, creating a system user with Admin role, assigning your app and WABA to that user, generating a BISU token with the required permissions, subscribing your app to the WABA, and subscribing to the webhook fields that route conversations between the agent and your application. For a broader look at the product, see the <a href=\"https:\/\/360dialog.com\/blog\/meta-business-agent-complete-guide-whatsapp-api\/\">complete guide to Meta Business Agent<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"key-takeaways\" class=\"wp-block-heading\">Key Takeaways<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Meta Business Agent setup on a BSP-managed number requires seven discrete steps, each dependent on the previous one completing successfully.<\/li>\n\n\n\n<li>The BSP or Tech Provider must accept the Tech Provider Terms of Service in the Facebook Developer Portal before MBA API calls will succeed.<\/li>\n\n\n\n<li>MBA requires a BISU token scoped to both <code>whatsapp_business_messaging<\/code> and <code>whatsapp_business_management<\/code> permissions; a token missing either permission returns a 401 Unauthorized error.[1]<\/li>\n\n\n\n<li>The Onboarding API call (<code>POST \/{entity_id}\/agent_onboarding<\/code>) is a required step before configuring the agent through the Settings endpoint.[2]<\/li>\n\n\n\n<li>Test with <code>ai_audience<\/code> set to <code>ALLOWLISTED_ONLY<\/code> before going live. No payment method is required during testing.[3]<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"what-are-the-prerequisites-for-enabling-meta-business-agent-on-a-bspmanaged-number\" class=\"wp-block-heading\">What Are the Prerequisites for Enabling Meta Business Agent on a BSP-Managed Number?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before starting the setup, gather three IDs and confirm your phone number is eligible. You need a WhatsApp Business Account (WABA) ID from WhatsApp Manager, a Business Portfolio ID from Meta Business Suite, and an App ID from the Facebook Developer Portal.[1] The app must have the <code>whatsapp_business_messaging<\/code> permission granted.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The phone number must meet all six eligibility conditions.[4] It must be in a supported vertical with a valid business category. All verticals are supported except Finance, Government, Health, Alcohol, Gambling, over-the-counter drugs, and matrimony services. The number must be managed through Cloud API, including through a Solution Partner or Embedded Signup. Neither the WABA nor its owning business can be restricted or banned. The business must be in a country authorized for MBA and must meet trust and verification requirements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm eligibility programmatically with <code>GET \/{phone_number_id}\/agent_eligibility<\/code> using the <code>X-API-Version: 2.0.0<\/code> header.[4] For the full list of conditions, see the <a href=\"https:\/\/360dialog.com\/blog\/meta-business-agent-eligibility-checklist\/\">eligibility checklist<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"accept-the-mba-terms-of-service\" class=\"wp-block-heading\">Accept the MBA Terms of Service<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Accept the MBA Terms of Service in WhatsApp Manager by navigating to the correct WABA and opening the Meta Business Agent tab. This tab appears only if at least one phone number in the WABA is eligible.[1] Select the eligible numbers and complete the acceptance. The agent is not enabled after this step.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For BSP-managed numbers, two acceptances are required. The client accepts the MBA Terms of Service in WhatsApp Manager. The BSP or Tech Provider must separately accept the Tech Provider Terms of Service by registering as a Tech Provider in the Facebook Developer Portal.[1] Meta Business Agent rejects API calls until both are recorded.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"setting-up-billing-for-meta-business-agent\" class=\"wp-block-heading\">Setting Up Billing for Meta Business Agent<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Set up a payment method in Meta&#8217;s Billing Hub before turning the agent on for production traffic. Messages are not delivered unless the account has a payment method attached.[1] Navigate to <code>business.facebook.com\/latest\/billing_hub\/<\/code> and add a payment method for the Business Portfolio associated with the WABA.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enabling the agent with <code>ai_audience<\/code> set to <code>ALLOWLISTED_ONLY<\/code> does not require a payment method.[3] A payment method is required only when expanding to <code>EVERYONE<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"create-and-configure-a-system-user\" class=\"wp-block-heading\">Create and Configure a System User<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Create a system user with the Admin role in Meta Business Suite, then assign both the app and the WABA to that user. MBA API requests authenticate as a system user.[1] If a suitable system user already exists, skip to asset assignment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go to Meta Business Suite (<code>business.facebook.com\/settings\/<\/code>), open Settings, select System users under Users, click <strong>+ Add<\/strong>, enter a name, select the <strong>Admin<\/strong> role, and click <strong>Create system user<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To assign assets, select the system user, click the three-dot menu, and click <strong>Assign Assets<\/strong>. Select <strong>Apps<\/strong>, find the app, and enable the checkbox. Then find the WABA, enable the checkbox, and click the slider next to <strong>View and manage phone numbers<\/strong>. Click <strong>Assign Assets<\/strong> to save.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you manage multiple WABAs and need help configuring system users across them, <a href=\"https:\/\/360dialog.com\/whatsapp-api\">talk to 360Dialog<\/a> about streamlining the process through a single partner integration.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"generating-a-bisu-token-with-the-required-permissions\" class=\"wp-block-heading\">Generating a BISU Token with the Required Permissions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Generate a Business Integration System User (BISU) token for the system user. A BISU token lets your platform act on behalf of multiple client WABAs under a single credential.[1] Meta documents two token options: a standard system user token for direct integrators, and a BISU token for Solution Partners and Tech Providers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">MBA requires a BISU token scoped to both <code>whatsapp_business_messaging<\/code> and <code>whatsapp_business_management<\/code> permissions; a token missing either permission returns a 401 Unauthorized error.[5] This is the most common failure point during setup. Verify both permissions are selected before generating the token.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Include the <code>X-API-Version: 2.0.0<\/code> header on every MBA API request.[1] Requests without this header default to version 1.0.0, where the Skills endpoint is unavailable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/360dialog.com\/whatsapp-api\">360Dialog&#8217;s partner support team<\/a> can verify your token configuration before you run into a 401 wall.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"subscribe-to-the-required-webhook-fields\" class=\"wp-block-heading\">Subscribe to the Required Webhook Fields<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Subscribe your app to the WABA and configure the three required webhook fields that connect your app to the conversation pipeline.[1]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, subscribe the app to the WABA. In the Graph API Explorer, select the app, choose <strong>Get App Token<\/strong>, select the Business Portfolio and WABA, then send <code>POST \/{WABA_ID}\/subscribed_apps<\/code>. Verify with <code>GET \/{WABA_ID}\/subscribed_apps<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Second, subscribe to webhook fields in the Facebook Developer Portal. Open the app, navigate to the WhatsApp tab, and open <strong>Configuration<\/strong>. Subscribe to three fields: <code>messages<\/code>, <code>standby<\/code>, and <code>messaging_handovers<\/code>.[1]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These fields establish conversation routing between MBA and your application. MBA acts as the primary responder. Your partner app receives consumer messages on the <code>standby<\/code> webhook while the agent holds control, and on the <code>messages<\/code> webhook when your app holds control. The <code>messaging_handovers<\/code> webhook fires on every control change. Your partner app takes control by sending a message to the conversation or by calling Thread Control with the <code>take<\/code> action (restricted to the configured escalation partner). To return control, call Thread Control with the <code>release<\/code> action. Stopping message sends does not release control; the <code>release<\/code> endpoint must be called explicitly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a deeper look at conversation routing changes, see <a href=\"https:\/\/360dialog.com\/blog\/bsp-integration-meta-business-agent-whatsapp\/\">what changes for your BSP integration<\/a>. As a BSP managing WhatsApp API infrastructure for client accounts, 360Dialog, an Official Meta Solution Partner, supports the full MBA enablement path for numbers managed through its platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If your platform is ready for the MBA setup, <a href=\"https:\/\/360dialog.com\/whatsapp-api\">get API access<\/a> to start building on 360Dialog&#8217;s WhatsApp API infrastructure.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"configuring-the-agents-knowledge-skills-and-connectors\" class=\"wp-block-heading\">Configuring the Agent&#8217;s Knowledge, Skills, and Connectors<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Configure the agent through three API stages: Onboard, Configure, and Operate. The minimum to enable the agent is calling the Onboarding endpoint, then the Settings endpoint.[1]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start with the Onboarding API: send <code>POST \/{entity_id}\/agent_onboarding<\/code> with an empty body for WhatsApp.[2] This returns an <code>agent_id<\/code> and creates the agent configuration. Until this call succeeds, every other MBA endpoint reports that no agent exists for the entity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After onboarding, configure knowledge through the dedicated endpoints: Skills (system instructions), Business info (hours, locations, policies), FAQs, Websites (URLs for the agent to crawl), Files (uploaded knowledge sources), Connectors (external API definitions), and Connector tools.[1] Product catalog is managed separately in Meta Commerce Manager.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Configure handoff behavior through the Settings endpoint. The <code>handoff.enabled<\/code> boolean controls whether the agent releases thread control after a handoff message. The <code>message_selection<\/code> field supports three modes: <code>CUSTOM<\/code> (business supplies the message), <code>AGENT<\/code> (AI composes per conversation), and <code>DEFAULT<\/code> (fixed standard message).[3]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"testing-meta-business-agent-before-going-live\" class=\"wp-block-heading\">Testing Meta Business Agent Before Going Live<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Test with a restricted audience before exposing the agent to real customers. The correct sequence is: add test consumers to the allowlist, set <code>ai_audience<\/code> to <code>ALLOWLISTED_ONLY<\/code>, then enable the agent.[1] Enabling the agent before restricting the audience exposes it to live conversations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add test phone numbers by calling <code>POST \/{entity_id}\/agent_config\/allowlist<\/code> with <code>consumer_phone_number<\/code> in E.164 format.[1] List entries with <code>GET<\/code> and remove with <code>DELETE<\/code> on the same endpoint.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enable the agent by calling <code>PUT \/{entity_id}\/agent_config\/settings<\/code> with <code>rollout.enabled<\/code> set to <code>true<\/code>.[3] Meta also provides an Agent Test API at <code>\/{entity_id}\/agent_test<\/code> that sends test messages through the full pipeline synchronously, without requiring the agent to be enabled and without billing the tokens consumed.[5]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before switching <code>ai_audience<\/code> to <code>EVERYONE<\/code>, confirm webhook subscriptions with <code>GET \/{WABA_ID}\/subscribed_apps<\/code>, verify settings with <code>GET \/{entity_id}\/agent_config\/settings<\/code>, attach a payment method in Billing Hub, and validate handoff logic by triggering an escalation through the Agent Test API.[1] Monitor the Agent Insights endpoint to review which knowledge sources and skills the agent uses during test conversations. Disabling the agent stops responses on all active threads; re-enabling makes it respond to new threads only.[3]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>360Dialog clients get dedicated partner support through every step of the MBA setup, from token configuration to go-live. <a href=\"https:\/\/360dialog.com\/whatsapp-api\">Get API access<\/a> to start building.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"frequently-asked-questions\" class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 id=\"can-i-use-meta-business-agent-with-a-bspmanaged-number\" class=\"wp-block-heading\">Can I Use Meta Business Agent with a BSP-Managed Number?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Meta Business Agent works with numbers managed through a BSP or Tech Provider, as long as the number uses Cloud API. The BSP or Tech Provider must accept the Tech Provider Terms of Service in the Facebook Developer Portal, and the BISU token must include both <code>whatsapp_business_messaging<\/code> and <code>whatsapp_business_management<\/code> permissions.<\/p>\n\n\n\n<h3 id=\"does-meta-business-agent-work-in-all-verticals\" class=\"wp-block-heading\">Does Meta Business Agent Work in All Verticals?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">MBA supports all verticals except Finance, Government, Health, Alcohol, Gambling, over-the-counter drugs, and matrimony services. The phone number must also have a valid business category set in WhatsApp Manager. Confirm eligibility by calling <code>GET \/{phone_number_id}\/agent_eligibility<\/code> with the <code>X-API-Version: 2.0.0<\/code> header before starting the setup process.<\/p>\n\n\n\n<h3 id=\"what-happens-if-the-bisu-token-is-missing-a-permission\" class=\"wp-block-heading\">What Happens If the BISU Token Is Missing a Permission?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A BISU token that lacks either the <code>whatsapp_business_messaging<\/code> or <code>whatsapp_business_management<\/code> permission returns a 401 Unauthorized error on MBA API calls. Regenerate the token with both permissions selected. This is the most common failure point during MBA setup, so verify both scopes before making any API request.<\/p>\n\n\n\n<h3 id=\"do-i-need-to-set-up-billing-before-testing\" class=\"wp-block-heading\">Do I Need to Set Up Billing Before Testing?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Enabling the agent with <code>ai_audience<\/code> set to <code>ALLOWLISTED_ONLY<\/code> does not require a payment method. A payment method is required only when switching <code>ai_audience<\/code> to <code>EVERYONE<\/code> for production traffic. The Agent Test API at <code>\/{entity_id}\/agent_test<\/code> also sends test messages without billing the tokens consumed.<\/p>\n\n\n\n<h3 id=\"what-is-the-difference-between-the-release-pass-and-take-thread-control-actions\" class=\"wp-block-heading\">What Is the Difference Between the Release, Pass, and Take Thread Control Actions?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>release<\/code> action returns control from the partner app to MBA. The <code>pass<\/code> action transfers control to the escalation partner, or to MBA when <code>control_pass.target_role<\/code> is set to <code>ai_agent<\/code>. The <code>take<\/code> action is restricted to the configured escalation partner and takes control of the conversation directly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"sources\" class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">[1] &#8220;Get started,&#8221; Meta for Developers, accessed September 14, 2026, <a href=\"https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/get-started\">https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/get-started<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[2] &#8220;Agent Onboarding,&#8221; Meta for Developers, accessed September 14, 2026, <a href=\"https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/reference\/onboard\/agent-onboarding\">https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/reference\/onboard\/agent-onboarding<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[3] &#8220;Agent Settings,&#8221; Meta for Developers, accessed September 14, 2026, <a href=\"https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/reference\/onboard\/agent-settings\">https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/reference\/onboard\/agent-settings<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[4] &#8220;Overview,&#8221; Meta for Developers, accessed September 14, 2026, <a href=\"https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/overview\">https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/overview<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[5] &#8220;Quickstart,&#8221; Meta for Developers, accessed September 14, 2026, <a href=\"https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/quickstart\">https:\/\/developers.facebook.com\/documentation\/meta-business-agent\/quickstart<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"HowTo\",\n      \"name\": \"How to Enable Meta Business Agent on a BSP-Managed WhatsApp Number\",\n      \"description\": \"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service acceptance, billing setup, system user creation, BISU token generation, webhook configuration, and testing.\",\n      \"step\": [\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 1,\n          \"name\": \"Accept the MBA Terms of Service\",\n          \"text\": \"Navigate to WhatsApp Manager, select the correct WABA, open the Meta Business Agent tab, and accept the Terms of Service for eligible phone numbers. The BSP or Tech Provider must also accept the Tech Provider Terms of Service in the Facebook Developer Portal.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 2,\n          \"name\": \"Setting up billing\",\n          \"text\": \"Add a payment method in Meta Billing Hub at business.facebook.com\/latest\/billing_hub\/. This step can be deferred if testing with ai_audience set to ALLOWLISTED_ONLY.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 3,\n          \"name\": \"Create and configure a system user\",\n          \"text\": \"In Meta Business Suite, create a system user with the Admin role, then assign both the app and WABA to that user with View and manage phone numbers permission enabled.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 4,\n          \"name\": \"Generate a BISU token with the required permissions\",\n          \"text\": \"Generate a BISU token for the system user with both whatsapp_business_messaging and whatsapp_business_management permissions. Include the X-API-Version: 2.0.0 header on all MBA API requests.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 5,\n          \"name\": \"Subscribe to the required webhook fields\",\n          \"text\": \"Subscribe the app to the WABA via the Graph API Explorer, then in the Facebook Developer Portal subscribe to the messages, standby, and messaging_handovers webhook fields.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 6,\n          \"name\": \"Configure the agent's knowledge, skills, and connectors\",\n          \"text\": \"Call the Onboarding API to create the agent, then configure knowledge sources, skills, FAQs, websites, files, connectors, and handoff behavior through the Settings endpoint.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 7,\n          \"name\": \"Test before going live\",\n          \"text\": \"Add test phone numbers to the allowlist, set ai_audience to ALLOWLISTED_ONLY, enable the agent, and validate handoff logic through the Agent Test API before switching to EVERYONE.\"\n        }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I use Meta Business Agent with a BSP-managed number?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. Meta Business Agent works with numbers managed through a BSP or Tech Provider, as long as the number uses Cloud API. The BSP or Tech Provider must accept the Tech Provider Terms of Service, and the BISU token must include both whatsapp_business_messaging and whatsapp_business_management permissions.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does Meta Business Agent work in all verticals?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"MBA supports all verticals except Finance, Government, Health, Alcohol, Gambling, over-the-counter drugs, and matrimony services. The phone number must also have a valid business category set in WhatsApp Manager. Confirm eligibility by calling GET \/{phone_number_id}\/agent_eligibility with the X-API-Version: 2.0.0 header before starting the setup process.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What happens if the BISU token is missing a permission?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"A BISU token that lacks either the whatsapp_business_messaging or whatsapp_business_management permission returns a 401 Unauthorized error on MBA API calls. Regenerate the token with both permissions selected. This is the most common failure point during MBA setup, so verify both scopes before making any API request.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do I need to set up billing before testing Meta Business Agent?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Enabling the agent with ai_audience set to ALLOWLISTED_ONLY does not require a payment method. A payment method is required only when switching ai_audience to EVERYONE for production traffic. The Agent Test API also sends test messages without billing the tokens consumed.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the difference between the release, pass, and take Thread Control actions?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"The release action returns control from the partner app to MBA. The pass action transfers control to the escalation partner, or to MBA when control_pass.target_role is set to ai_agent. The take action is restricted to the configured escalation partner and takes control of the conversation directly.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Enable Meta Business Agent on a BSP-managed WhatsApp number by completing seven steps: accept the MBA Terms of Service in WhatsApp Manager, set up billing, create a system user with Admin role, assign the app and WABA to the system user, generate a BISU token with whatsapp_business_messaging and whatsapp_business_management permissions, subscribe the app to the WABA, and subscribe to the messages, standby, and messaging_handovers webhook fields.<\/p>\n","protected":false},"author":3,"featured_media":1896,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[253],"tags":[144,172],"class_list":["post-1892","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-whatsapp-ai","tag-bsp","tag-meta-business-agent"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Enable Meta Business Agent on a BSP Number | 360Dialog<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service, BISU token generation, and webhook setup.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable Meta Business Agent on a BSP Number | 360Dialog\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service, BISU token generation, and webhook setup.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog | 360Dialog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-14T11:49:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-18T11:49:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/09\/enable-meta-business-agent-bsp-whatsapp.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"360Dialog Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"360Dialog Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/\"},\"author\":{\"name\":\"360Dialog Team\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#\\\/schema\\\/person\\\/4a2034c139b4525d932408f88328d92f\"},\"headline\":\"How to Enable Meta Business Agent on a BSP-Managed WhatsApp Number\",\"datePublished\":\"2026-09-14T11:49:15+00:00\",\"dateModified\":\"2026-09-18T11:49:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/\"},\"wordCount\":1743,\"publisher\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/360dialogblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/enable-meta-business-agent-bsp-whatsapp.png\",\"keywords\":[\"BSP\",\"Meta Business Agent\"],\"articleSection\":[\"WhatsApp AI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/\",\"url\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/\",\"name\":\"Enable Meta Business Agent on a BSP Number | 360Dialog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/360dialogblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/enable-meta-business-agent-bsp-whatsapp.png\",\"datePublished\":\"2026-09-14T11:49:15+00:00\",\"dateModified\":\"2026-09-18T11:49:35+00:00\",\"description\":\"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service, BISU token generation, and webhook setup.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/360dialogblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/enable-meta-business-agent-bsp-whatsapp.png\",\"contentUrl\":\"https:\\\/\\\/360dialogblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/enable-meta-business-agent-bsp-whatsapp.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/enable-meta-business-agent-bsp-whatsapp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable Meta Business Agent on a BSP-Managed WhatsApp Number\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/\",\"name\":\"360Dialog\",\"description\":\"360Dialog Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#organization\",\"name\":\"360Dialog\",\"url\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/360dialogblog.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Logo-360Dialog.svg\",\"contentUrl\":\"https:\\\/\\\/360dialogblog.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Logo-360Dialog.svg\",\"width\":208,\"height\":42,\"caption\":\"360Dialog\"},\"image\":{\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/360dialog.com\\\/blog\\\/#\\\/schema\\\/person\\\/4a2034c139b4525d932408f88328d92f\",\"name\":\"360Dialog Team\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Enable Meta Business Agent on a BSP Number | 360Dialog","description":"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service, BISU token generation, and webhook setup.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/","og_locale":"en_US","og_type":"article","og_title":"Enable Meta Business Agent on a BSP Number | 360Dialog","og_description":"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service, BISU token generation, and webhook setup.","og_url":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/","og_site_name":"Blog | 360Dialog","article_published_time":"2026-09-14T11:49:15+00:00","article_modified_time":"2026-09-18T11:49:35+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/09\/enable-meta-business-agent-bsp-whatsapp.png","type":"image\/png"}],"author":"360Dialog Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"360Dialog Team","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#article","isPartOf":{"@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/"},"author":{"name":"360Dialog Team","@id":"https:\/\/360dialog.com\/blog\/#\/schema\/person\/4a2034c139b4525d932408f88328d92f"},"headline":"How to Enable Meta Business Agent on a BSP-Managed WhatsApp Number","datePublished":"2026-09-14T11:49:15+00:00","dateModified":"2026-09-18T11:49:35+00:00","mainEntityOfPage":{"@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/"},"wordCount":1743,"publisher":{"@id":"https:\/\/360dialog.com\/blog\/#organization"},"image":{"@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#primaryimage"},"thumbnailUrl":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/09\/enable-meta-business-agent-bsp-whatsapp.png","keywords":["BSP","Meta Business Agent"],"articleSection":["WhatsApp AI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/","url":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/","name":"Enable Meta Business Agent on a BSP Number | 360Dialog","isPartOf":{"@id":"https:\/\/360dialog.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#primaryimage"},"image":{"@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#primaryimage"},"thumbnailUrl":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/09\/enable-meta-business-agent-bsp-whatsapp.png","datePublished":"2026-09-14T11:49:15+00:00","dateModified":"2026-09-18T11:49:35+00:00","description":"Step-by-step guide to enabling Meta Business Agent on a BSP-managed WhatsApp number, covering Terms of Service, BISU token generation, and webhook setup.","breadcrumb":{"@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#primaryimage","url":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/09\/enable-meta-business-agent-bsp-whatsapp.png","contentUrl":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/09\/enable-meta-business-agent-bsp-whatsapp.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/360dialog.com\/blog\/enable-meta-business-agent-bsp-whatsapp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/360dialog.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Enable Meta Business Agent on a BSP-Managed WhatsApp Number"}]},{"@type":"WebSite","@id":"https:\/\/360dialog.com\/blog\/#website","url":"https:\/\/360dialog.com\/blog\/","name":"360Dialog","description":"360Dialog Blog","publisher":{"@id":"https:\/\/360dialog.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/360dialog.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/360dialog.com\/blog\/#organization","name":"360Dialog","url":"https:\/\/360dialog.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/360dialog.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/04\/Logo-360Dialog.svg","contentUrl":"https:\/\/360dialogblog.com\/wp-content\/uploads\/2026\/04\/Logo-360Dialog.svg","width":208,"height":42,"caption":"360Dialog"},"image":{"@id":"https:\/\/360dialog.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/360dialog.com\/blog\/#\/schema\/person\/4a2034c139b4525d932408f88328d92f","name":"360Dialog Team"}]}},"_links":{"self":[{"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/posts\/1892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/comments?post=1892"}],"version-history":[{"count":3,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/posts\/1892\/revisions"}],"predecessor-version":[{"id":1915,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/posts\/1892\/revisions\/1915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/media\/1896"}],"wp:attachment":[{"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/media?parent=1892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/categories?post=1892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/360dialog.com\/blog\/wp-json\/wp\/v2\/tags?post=1892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}