Skip to main content

Get VAT validation result by idempotency key

GET 

/api/v1/integration/vat/validations/by-idempotency-key/:idempotencyKey

Returns the current state of a previously created validation operation by idempotency key. Use this to re-read a run when the caller tracks the original idempotency key instead of the operation ID.

Request

Responses

Current validation status and available result data.

Response Headers
    Retry-After

    Polling hint in seconds while the validation run is still in progress.

    Cache-Control

    Returned as no-store while the validation run is still in progress.