Anrok · Example Payload

Validate Tax Id Request

Example request body for validating a VAT or tax identification number

Sales TaxVATTax ComplianceSaaSFintechTax AutomationNexusE-Invoicing

Validate Tax Id Request is an example object payload from Anrok, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "Validate a customer tax ID",
  "description": "Example request body for validating a VAT or tax identification number",
  "value": {
    "taxId": "DE123456789",
    "country": "DE"
  }
}