ValidationOptions
Execution options for a VAT validation run.
Determines whether the validation uses standard or qualified verification.
Possible values: [Qualified, Standard]
When true, the validation workflow may send its configured notification email.
When true, the validation stores a snapshot of the completed result.
pdf objectrequired
Controls PDF generation and PDF delivery options for the validation run.
When true, the validation generates a PDF report.
When true, the generated PDF is signed before delivery.
When true, the PDF is emailed through the validation workflow.
When true, the PDF is also embedded as a base64 string in the API response.
When true, the PDF download URL is included in the API response.
Retry window applied to transient validation issues.
Possible values: [None, OneHour, TwoHours, FourHours, EightHours, TwentyFourHours]
Optional VAT ID to use as the caller's own VAT identifier during validation. When omitted, the user's default VAT ID is used.
Optional override for transliteration during validation. When omitted, the user's configured default is used.
Additional VAT resolve fields to include in each completed validation record. Supported values are: addressStreetName, addressHouseNumber.
{
"checkType": "Qualified",
"sendNotificationEmail": true,
"createSnapshot": true,
"pdf": {
"create": true,
"sign": true,
"sendByEmail": true,
"returnAsBase64": true,
"returnAsUrl": true
},
"retryDuration": "None",
"ownVatId": "string",
"transliterate": true,
"include": [
"string"
]
}