Skip to main content

Partner-led Business Verification

Updated: Nov 14, 2025 This feature is currently only available to approved Select Solution and Premier Solution Partners. See our Sign up for partner-led business verification Help Center article to learn how to request approval. This document describes how to create business verification submissions for business customers who have been onboarded via Embedded Signup. If you are an approved Solution Partner, you can gather required business verification documentation from your onboarded business customers and submit their business for verification on their behalf. Decisions on submissions created in this way can be made in minutes instead days.

Requirements

you must already be an approved Select Solution or Premier Solution Partner, and approved for access your system user access token the system user whose system token you are using must be an admin on your business portfolio (see our About business portfolio access Help Center article) the system user whose system token you are using must have granted your app the business_management permission the business customer’s business portfolio ID ( provided by the customer or returned via API by requesting the owner_business_info field on the customer’s WABA ID, using their business token)

Limitations

You are limited to three submissions for a given business customer. If all three submissions are rejected, the customer must complete business verification on their own. If your submission is rejected three times, share the following Help Center article with the customer: How to Verify Your Business on Meta

Support

If you need help with partner-led business verification, open a Direct Support ticket: Go to Direct Support. Click Ask a Question. Under Topic select WABiz: Onboarding. Click Request type and select Partner-led Business Verification for WhatsApp.

Supported Documents

See the following Help Center article for a list of business documents that we will accept: Upload official documents to verify your business

Turnaround Time

The average turnaround time for a submission is 5 minutes, but can take several hours. If you do not receive a webhook notifying of the outcome of a submission after 24 hours, please open a Direct Support ticket.

Webhooks

Submission decisions are communicated via account_update webhook, so make sure your app is subscribed to the account_update webhook field, and your app is subscribed to webhooks on the business customer’s WhatsApp Business Account.

Example webhook

Webhook parameters

Submitting a business for verification

Use the POST /<BUSINESS_PORTFOLIO_ID>/self_certify_whatsapp_business endpoint to initiate business verification for a business customer who has onboarded via your implementation of Embedded Signup.

Request

Request parameters

Response

Upon success:

Response parameters

Getting submission status

Use the GET /<BUSINESS_PORTFOLIO_ID>/self_certified_whatsapp_business_submissions endpoint to get the verification status of submissions you have created for a single business customer, or for all of your business customers.

Request

Request parameters

Response

Upon success, the endpoint returns an array of WhatsApp Business Partner Client Verification Submission nodes, with default fields on each node.

Response parameters

See the WhatsApp Business Partner Client Verification Submission node reference for descriptions of returned fields and parameter values.

Get business verification status

If you wish, you can use the GET /<BUSINESS_PORTFOLIO_ID> endpoint and request the verification_status field on the customer’s business portfolio ID to see its verification status (alternatively, you can request the business_verification_status field on the customer’s WABA ID using their business token).

Request

Request parameters

Response

Response parameters

Did you find this page helpful? Thumbs up icon Thumbs down icon ON THIS PAGE Requirements Limitations Support Supported Documents Turnaround Time Webhooks Example webhook Webhook parameters Submitting a business for verification Request Request parameters Response Response parameters Getting submission status Request Request parameters Response Response parameters Get business verification status Request Request parameters Response Response parameters