Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

VATFix/vatfix-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VATFIX GitHub Action

Deterministic EU VAT technical validation for CI/CD workflows.

Scope

This action emits technical validation data only. It does not assert legal meaning. It does not provide compliance guarantees. Human review is required.

Inputs

  • api_key - VATFIX Plus API key
  • country_code - ISO 3166-1 alpha-2 country code
  • vat_number - VAT number (country prefix excluded)
  • customer_email - Contact or billing email

Outputs

  • format_valid - Boolean technical validation result
  • technical_trace_id - Non-authoritative technical trace identifier

Example

- name: VAT technical validation
  uses: vatfix/vatfix-action@v1
  with:
    api_key: ${{ secrets.VATFIX_API_KEY }}
    country_code: DE
    vat_number: 123456789
    customer_email: billing@example.com

Non-Reliance

Results produced by this action are technical observations only. They are not legal determinations. No authority is claimed or transferred.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published