Project

General

Profile

Overview

The Vat ID Validator Plugin can be used to check the validity of a VAT number issued by any EU Member State.
The check is made through the VIES VAT number validation SOAP service from http://ec.europa.eu/taxation_customs/vies.

Sample:
try{
var vat_number = 'BE0999999999'
var result = plugins.vatid_validator.verifyVATNumber(vat_number)
}
catch(ex){
//vat number structure incorrect
plugins.dialogs.showWarningDialog('error',ex.message.substring(21), 'OK');
}

  • License: Apache License, Version 2.0
  • Category: Plugin

Issue tracking

open closed Total
Defect 0 0 0
Feature 0 0 0
Patch 0 0 0

View all issues | Summary

Members

Project Leader: Edit Mera