- Organization tax number validated
Retrieve organizations
Create an organization
Retrieve an organization
Update an organization
Organization tax number v...
Security
SecretApiKey or JWT
Payload of organization tax number validation-related webhook event.
Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.
Example:"org_0YVDM8RC7GDADADSBSMW124JA8"
Determines if the tax number passed the EU official VIES validation.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/organization-tax-number-validated
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/organization-tax-number-validated
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/organization-tax-number-validated
- SecretApiKey
- JWT
{ "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "taxIdNumber": "GB980780684", "taxIdType": "eu-vat", "isValid": true, "eventType": "organization-tax-number-validated", "_embedded": { "organization": { … } }, "_links": [ { … } ] }