v1
latestOpenAPI 3.0.02026-07-2436163302.7 KBLookup V2
Request a validation
This endpoint allows you to request a validation of the Tax Identification Number. In order to do so, our system needs a country of the client (ISO code) and a tax identification number of the client.
Set prefer_cached_result to true to attempt returning a result from the Instant Lookup cache before running a new online validation. This requires the Instant Lookup product entitlement on your account.
post/lookup/v2/single-validations
Request body
Example request
{
"country_iso_code": "ee",
"tax_identification_number": "100070008",
"additional_parameters": {
"egypt_uin": "10000010066d9770abe966h4vk7H9oj0cd7c8a8",
"malaysia_id_type": "brn",
"malaysia_id_value": "X19510100011",
"nigeria_brn": "1234567"
},
"fuzzy_matching": {
"name": "expected taxpayer name",
"address": "expected taxpayer address"
},
"prefer_cached_result": true
}Response
An immediate response is returned in the following cases:
- Format or checksum invalid: the TIN did not pass offline format/checksum validation, so no online lookup is performed. The response contains error_details.
- Format valid but no online check supported: the TIN passed offline format/checksum validation, but no online lookup is performed.
- Instant Lookup cache hit: when prefer_cached_result is true and a cached result is found, the validation completes immediately with validation_database_source set to fonoa_cache and includes enriched taxpayer data.
Example response
{
"validation": {
"validation_id": "b470a195-8e83-4d89-b4a7-4d389ac358a4",
"tax_identification_number": "100070008",
"country_iso_code": "cl",
"extra_fields": {
"brazil_fantasy_name": "BAR E LANCHES 111",
"canada_federal_state": "Federal",
"colombia_check_digit": "9",
"colombia_large_taxpayer": "yes",
"colombia_tin_without_check_digit": "123456789",
"egypt_uin_expiry_date": "2010-10-10",
"germany_federal_state": "Berlin",
"hungary_full_tax_identification_number": "13353298-2-44",
"india_pan_aadhaar_linked": "not_applicable",
"india_pan_specified_person": "no",
"india_trade_name": "ACME TRADE",
"japan_qualified_invoice_issuer": "yes",
"mexico_zip_code_used_for_validation": "12345",
"usa_irs_response": "TIN and Name combination does not match IRS records.",
"italy_codice_fiscale_status": "Codice Fiscale valid",
"italy_vat_split_payment": "no",
"brazil_status_detail": "Active",
"brazil_cnae_code": "6201500",
"brazil_cnae_description": "Desenvolvimento de programas de computador sob encomenda",
"brazil_secondary_cnaes": [
{
"code": "6202300",
"description": "Desenvolvimento e licenciamento de programas de computador customizaveis"
}
],
"brazil_municipality": "SAO PAULO",
"brazil_federal_state": "SP",
"brazil_neighborhood": "VILA OLIMPIA",
"brazil_company_size": "Demais",
"brazil_special_status": "Recuperacao Judicial",
"brazil_special_status_date": "2023-01-15",
"brazil_date_of_birth": "1985-03-20",
"brazil_year_of_death": "2020",
"brazil_suframa": {
"number": "123456789",
"status": "ACTIVE",
"registration_date": "2020-01-15"
},
"brazil_state_registrations": [
{
"number": "123456789",
"federal_state": "SP",
"enabled": true,
"registration_date": "2019-05-10",
"status": "NO_RESTRICTION",
"type": "IE_NORMAL"
}
],
"brazil_simples": {
"optant": "yes"
},
"company_representative_name": "John Doe",
"brazil_status_reason": "Sem motivo",
"brazil_status_date": "2019-01-01",
"brazil_address": {
"street": "RUA EXEMPLO",
"number": "123",
"additional_info": "SALA 456",
"neighborhood": "VILA OLIMPIA",
"city": "SAO PAULO",
"state": "SP",
"postal_code": "04551065",
"country": "BRASIL",
"country_code": "076",
"city_code": "7107"
},
"brazil_legal_nature_code": "206-2",
"brazil_entity_social_capital": "100000000",
"brazil_email": "contato@empresa.com.br",
"business_activities": [
{
"activity": "ACTIVIDADES DE CONSULTORIA DE INFORMATICA Y DE GESTION DE INSTALACIONE",
"code": "620200",
"category": "Primera",
"subject_to_vat": "yes",
"registration_date": "05-10-2015"
}
]
},
"additional_parameters": {
"egypt_uin": "10000010066d9770abe966h4vk7H9oj0cd7c8a8",
"malaysia_id_type": "brn",
"malaysia_id_value": "X19510100011",
"nigeria_brn": "1234567"
},
"name": "ACME CO.",
"address": "Tower A DLF Tower, 4th Floor, DLF INFINTY TOWER, Sector 25A, Gurugram, Haryana, 122002",
"registration_type": "Regular",
"registration_date": "2017-07-20",
"de_registration_date": "2017-07-20",
"tax_identification_number_name": "Système d’Identification du Répertoire des Entreprises (SIREN)",
"last_updated": "2026-03-05T08:00:00.000Z",
"country_specific": {
"fantasy_name": "Example Corp"
}
},
"validation_result_url": "https://api-demo.fonoa.com/lookup/v2/single-validations/b470a195-8e83-4d89-b4a7-4d389ac358a4"
}