Verify tax ID
Verify a Spanish tax ID (NIF/CIF) against the AEAT census. The endpoint
always reports whether AEAT identified the tax ID. When correct is
true and the tax ID is identified, the official name registered with
AEAT is also returned.
correct to true to also receive the official name registered with AEAT when the tax ID is identified.Authorizations
Use the Bearer scheme with a valid JWT token to authenticate requests.
Example: Authorization: Bearer <token>
Body
Spanish tax ID (NIF/CIF) to verify against AEAT.
"B98602031"
Name to check against the tax ID. For individuals AEAT verifies that the name matches the tax ID on record; for companies the name is not required to confirm the tax ID exists.
"Provide One SL"
When true and the tax ID is identified, the response also
includes the official name as registered with AEAT.