Start synchronous VAT validation
POST/api/v1/integration/vat/validations
Validates one or more records immediately and returns the current operation result. Use this endpoint for smaller batches when the client is willing to wait for the validation response.
Request
Responses
- 200
- 400
- 401
- 409
- 429
- 500
Synchronous validation result.
The request payload is invalid.
The API key is missing, invalid, or revoked.
The idempotency key is already associated with a different request payload.
Too many integration requests were sent in a short period.
An unexpected error occurred while processing the validation request.