FiscalIdValidity

Check if a fiscal ID is valid

This service allows you to verify if a fiscal id is valid, in particular check if the fiscal id is present in the database of the Italian Revenue Agency

SecurityBearer
Request
path Parameters
id
required
string

Fiscal id

Responses
200

OK

406

Not acceptable - Fiscal id not valid

get/verify/fiscal-id/{id}
Request samples
Response samples
{
  • "id": "BNCMRA70A20H501B",
  • "valid": true
}