Website field optional | Developer Documentation
Website field optional
Updated: Nov 4, 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.
By default, the website field is required in the business portfolio screen. If you have been approved for Partner-led Business Verification however, the website field will become optional and will be accompanied by a My business does not have a website or profile page checkbox:

When a business customer checks this box and completes the flow, the customer’s WhatsApp assets and exchangeable token code will be generated and returned in a message event and JavaScript response, as usual.
However, the account_update webhook that’s triggered when the customer completes the flow will have
event set to PARTNER_CLIENT_CERTIFICATION_NEEDED, which indicates that you must verify their business as part of the onboarding process.Onboard the customer as you normally would, and when you’re done, complete the steps described in our Partner-led Business Verification document to verify their business. The customer will not be able to send messages until their business is verified.
Note that if you are unable to verify your customer’s business, the customer must first add a website on their own using Meta Business Suite > Settings > Business info, or they won’t be able to send messages. Once they have added a website and it has been accepted, they can also verify their business on their own, if they choose to do so.
Webhook
When a business customer successfully completes the flow, an account_update webhook will be triggered with
event set to PARTNER_CLIENT_CERTIFICATION_NEEDED.{
"entry": [
{
"id": "<WHATSAPP_BUSINESS_ACCOUNT_ID>",
"time": <WEBHOOK_SENT_TIMESTAMP>,
"changes": [
{
"value": {
"event": "PARTNER_CLIENT_CERTIFICATION_NEEDED",
"partner_client_certification_needed_info": {
"client_business_id": "<CUSTOMER_BUSINESS_PORTFOLIO_ID>"
}
},
"field": "account_update"
}
]
}
],
"object": "whatsapp_business_account"
}
When you receive this webhook, onboard the customer as you normally would, then complete the steps described in the Partner-led Business Verification document to verify the customer’s business.
No comments to display
No comments to display