1
0
Fork 0
Tax identifier generator & validator https://tin-validator.eu
Go to file
John Ahlroos 69072b7f1e
Only build on tags
2025-02-16 20:33:37 +01:00
.gitea/workflows Only build on tags 2025-02-16 20:33:37 +01:00
docs Initial import 2025-02-13 20:43:36 +01:00
gradle/wrapper Compile with JDK 21 & optimize 2025-02-15 21:03:16 +01:00
src Fix CORS 2025-02-16 20:08:09 +01:00
.gitignore Tweak gitignore 2025-02-15 19:27:50 +01:00
.sdkmanrc Initial import 2025-02-13 20:43:36 +01:00
Dockerfile Use JDK 21 with docker image 2025-02-16 20:13:16 +01:00
LICENSE Initial import 2025-02-13 20:43:36 +01:00
README.md Initial import 2025-02-13 20:43:36 +01:00
build.gradle Fix CORS 2025-02-16 20:08:09 +01:00
gradle.properties Compile with JDK 21 & optimize 2025-02-15 21:03:16 +01:00
gradlew Compile with JDK 21 & optimize 2025-02-15 21:03:16 +01:00
gradlew.bat Initial import 2025-02-13 20:43:36 +01:00
settings.gradle Initial import 2025-02-13 20:43:36 +01:00

README.md

Tax identifier Generator and Validator (tin-validator.eu)

This project provides a TIN validation and generation tool hosted at https://tin-validator.eu.

Screenshots

tin-validator.eu

Features

  • Tax identifier generation for most European countries
  • Tax identifier validation for most European countries

API Reference

Validate TIN identifier

  POST /validate
Parameter Type Description
country string Required. The ISO country code
value string Required. The identifier

Generate TIN identifier

  POST /generate
Parameter Type Description
country string Required. The ISO country code
dateOfBirth string Required. Date of birth formatted as yyyy-mm-dd
gender string Required. The gender (m/f)

Run Locally

Clone the project

  git clone https://code.devsoap.com/john/tin-validator

Go to the project directory

  cd tin-validator

Start the server

  ./gradlew run

The server will be running on http://localhost:8080

License

CC BY-ND 4.0.