dragos-constantin-stoica / euro-invoice.eu

Invoicing platform for EU companies
GNU General Public License v3.0
1 stars 0 forks source link

Check Client information via VIES and VAT number #25

Closed dragos-constantin-stoica closed 12 months ago

dragos-constantin-stoica commented 1 year ago

https://ec.europa.eu/taxation_customs/vies/#/technical-information

dragos-constantin-stoica commented 1 year ago

https://community.fabric.microsoft.com/t5/Desktop/How-to-get-a-response-from-the-VIES-database-API/m-p/2810548#M972679

https://ec.europa.eu/taxation_customs/vies/rest-api/ms/LU/vat/33968460

{
    "isValid": true,
    "requestDate": "2023-09-08T13:59:10.460Z",
    "userError": "VALID",
    "name": "DATASTEMA S.A R.L.",
    "address": "29, BOULEVARD PRINCE HENRI\nL-1724  LUXEMBOURG",
    "requestIdentifier": "",
    "vatNumber": "33968460",
    "viesApproximate": {
        "name": "---",
        "street": "---",
        "postalCode": "---",
        "city": "---",
        "companyType": "---",
        "matchName": 3,
        "matchStreet": 3,
        "matchPostalCode": 3,
        "matchCity": 3,
        "matchCompanyType": 3
    }
}