VAT Number Validator

פרמיום
על ידי Daniel Werner | מְעוּדכָּן 1ヶ月前 | Commerce
Health Check

N/A

תקרא אותי

This service uses VIES VAT number validation. It returns

{
  "countryCode": "DE",
  "vatNumber": "DE1234567",
  "requestDate": "2019-04-04T06:03:30.889Z",
  "valid": true,
  "name": "company name", // if provided by the database, otherwise "---"
  "address": "company address" // if provided by the database, otherwise "---"
}

when the request is valid and

{
    "countryCode": "DE",
    "vatNumber": "DE1234567",
    "requestDate": "2019-04-04T06:03:30.889Z",
    "valid": false,
    "name": "---",
    "address": "---",
    "error": "The provided CountryCode is invalid or the VAT number is empty"
}

when the request is invalid.

עוקבים: 0
יוצר API:
D
Daniel Werner
danielwerner
היכנס כדי לדרג את ה- API
דירוג: 5 - הצבעות: 1