Skip to Content
API ReferenceOverview

API Reference

The interactive API reference is hosted alongside the VerifNow API and is always up to date.

Base URL: https://api.verifnow.io/api/v1/validate Authentication: X-API-KEY: <your_api_key>

Interactive reference

You can also access the full API documentation directly at https://api.verifnow.io/docs.html.


Endpoints summary

MethodEndpointDescription
POST/api/v1/validate/vatValidate an EU VAT number, structure and VIES registration
POST/api/v1/validate/ibanValidate an IBAN’s structure and MOD-97 checksum
POST/api/v1/validate/emailValidate an email address
POST/api/v1/validate/phoneValidate a phone number
POST/api/v1/validate/nifValidate a Spanish tax identification number
POST/api/v1/validate/nasValidate a Canadian social insurance number
POST/api/v1/validate/ssnValidate a US social security number

One public endpoint needs no API key:

MethodEndpointDescription
GET/api/v1/status/viesPer-country VIES availability — see Validate VAT

All endpoints accept a JSON body:

{ "value": "data_to_validate" }

Bulk (batch) validation is not yet available. Stay tuned for future updates.

Last updated on