Organization tax number validated
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of organization tax number validation-related webhook event.

organizationIdstring, <= 50 characters(OrganizationId)

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:"org_0YVDM8RC7GDADADSBSMW124JA8"
taxIdNumberstring

Value of the tax number.

Example:"GB980780684"
taxIdTypestring

Type of the tax ID number.

Enum:"eu-vat""other"
isValidboolean

Determines if the tax number passed the EU official VIES validation.

eventTypestring

Type of event that triggered the webhook.

Value:"organization-tax-number-validated"
_embeddedobject

Embedded objects related to the organization tax number validation event.

Payload
{ "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "taxIdNumber": "GB980780684", "taxIdType": "eu-vat", "isValid": true, "eventType": "organization-tax-number-validated", "_embedded": { "organization": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.