Monitor business names
Monitor for changes to a businessâs name to ensure your records are accurate.
To handle changes to a businessâs name, subscribe to the name.created and name.deleted events in your webhook endpoint.
Use the event payload
Depending on your use case, you can use the name event directly (like storing the new name for review in your application) or use the event as a trigger to reevaluate the approval status of the business using the full business payload.
name.created.json
Use business review tasks
Reevaluate the businessâs review tasks by requesting the full business payload using the GET /businesses endpoint.
For example, use the Name Review Task to evaluate whether the name still matches to the submitted business name.