Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://apigw.ipxo.com/ecommerce/public/common/vat/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vat_number": "debitis" } '
{ "data": { "status": "valid", "validated_at": "2025-01-01T00:00:00.0000000+00:00", "company_name": "Company Name", "country_code": "DE" } }
Validates a VAT number.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"debitis"
Show child attributes