{"id":4776,"date":"2022-01-12T14:16:44","date_gmt":"2022-01-12T13:16:44","guid":{"rendered":"https:\/\/www.intesa.it\/invoicing-edi-and-b2b-onboarding-an-international-perspective\/"},"modified":"2025-10-30T10:12:10","modified_gmt":"2025-10-30T09:12:10","slug":"invoicing-edi-and-b2b-onboarding-an-international-perspective","status":"publish","type":"post","link":"https:\/\/www.intesa.it\/en\/invoicing-edi-and-b2b-onboarding-an-international-perspective\/","title":{"rendered":"Invoicing, EDI, and B2B Onboarding: An international perspective"},"content":{"rendered":"<h2 class=\"sottotitolo\" style=\"font-size: 20px !important;\">A completely paperless order cycle, inside and outside the EU<\/h2><p style=\"text-align: center;\"><a href=\"http:\/\/ibm.biz\/Fattura_internazionale_Intesa-Pagero?utm_campaign=Webinar%20Pagero&amp;utm_source=Post%20Blog\">Rewatch the webinar!<\/a><\/p><hr class=\"wp-block-separator\"\/><p style=\"text-align: center;\">From a regulatory-compliance perspective, the international landscape on e-billing remains anything but uniform.<br \/>Strategic partnerships are now de rigueur for anyone seeking greater international interoperability.<\/p><hr class=\"wp-block-separator\"\/><div><p>\n<img loading=\"lazy\" decoding=\"async\" class=\"freccia-interna alignright wp-image-45945\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Blocco-Relatori-3.png\" alt=\"\" width=\"31\" height=\"36\"><\/p>\n<p style=\"padding-left: 26px; padding-top: 26px;\"><strong>In this article:<\/strong><\/p>\n\n\t<div id=\"toc\">\t  \n\t<\/div>\n\n\t<script>\n\t\tvar c = function() {\n\t\t\treturn({\n\t\t\t\tlog: function(msg) {\n\t\t\t\t\tconsoleDiv = document.querySelector(\"main#single_news .contenuto_news\");\n\t\t\t\t\tpara = document.createElement('p');\n\t\t\t\t\ttext = document.createTextNode(msg);\n\t\t\t\t\tpara.appendChild(text);\n\t\t\t\t\tconsoleDiv.appendChild(para);\n\t\t\t\t}\n\t\t\t});\n\t\t}();\n\n\t\t\/*window.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar level = 0;\n\t\t\tvar maxLevel = 3;\n\t\t\t\n\t\t\tconst reg = \/<h([\\d])>([^<]+)<\\\/h([\\d])>\/gi;\n\t\t\t\/\/const reg = \/<h([1-6])\\b[^>]*>([\\s\\S]*?)<\\\/h\\1>\/gi;\n\t\t\t\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML =\n\t\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML.replace( \/\/\n\t\t\t\t\treg,\n\t\t\t\t\tfunction (str, openLevel, titleText, closeLevel) {\n\t\t\t\t\t\tif (openLevel != closeLevel) {\n\t\t\t\t\t\t\tc.log(openLevel)\n\t\t\t\t\t\t\t\treturn str + ' - ' + openLevel;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (openLevel > level) {\n\t\t\t\t\t\t\ttoc += (new Array(openLevel - level + 1)).join(\"<ul>\");\n\t\t\t\t\t\t} else if (openLevel < level) {\n\t\t\t\t\t\t\ttoc += (new Array(level - openLevel + 1)).join(\"<\/ul>\");\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tlevel = parseInt(openLevel);\n\n\t\t\t\t\t\tvar anchor = titleText.replace(\/ \/g, \"_\");\n\t\t\t\t\t\ttoc += \"<li><a href=\\\"#\" + anchor + \"\\\">\" + titleText + \"<\/a><\/li>\";\n\n\t\t\t\t\t\treturn \"<h\" + openLevel + \"><a name=\\\"\" + anchor + \"\\\">\" + titleText + \"<\/a><\/h\" + closeLevel + \">\";\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\tif (level) {\n\t\t\t\ttoc += (new Array(level + 1)).join(\"<\/ol>\");\n\t\t\t}\n\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news #toc\").innerHTML += toc;\n\t\t};*\/\n\t\twindow.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar currentLevel = 0;\n\t\t\tvar anchorsSeen = {};\n\n\t\t\tconst reg = \/(<h([1-6])\\b[^>]*>)([\\s\\S]*?)<\\\/h\\2>\/gi;\n\t\t\tconst container = document.querySelector(\"main#single_news .contenuto_news\");\n\n\t\t\tif (!container) return;\n\n\t\t\t\/\/ Rileva l\u2019eventuale h2.wp-block-heading primo figlio da escludere\n\t\t\tconst excludeHeading = container.querySelector(\":scope > h2.wp-block-heading:first-child\");\n\n\t\t\tcontainer.innerHTML = container.innerHTML.replace(\n\t\t\t\treg,\n\t\t\t\tfunction (fullMatch, openTag, levelStr, innerHTML, offset, fullString) {\n\t\t\t\t\t\/\/ Ignora se corrisponde all'h2.wp-block-heading:first-child\n\t\t\t\t\tif (excludeHeading && fullMatch.includes(excludeHeading.outerHTML)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ Esclude i titoli subito dopo <hr class=\"wp-block-separator\">\n\t\t\t\t\tconst prevChunk = fullString.slice(Math.max(0, offset - 100), offset);\n\t\t\t\t\tif (\/<hr[^>]*class=[\"']wp-block-separator[\"'][^>]*>\\s*$\/i.test(prevChunk)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\tvar level = parseInt(levelStr, 10);\n\t\t\t\t\tvar titleText = innerHTML.replace(\/<\\\/?[^>]+(>|$)\/g, \"\").trim();\n\t\t\t\t\tif (!titleText) return fullMatch;\n\n\t\t\t\t\tvar anchorBase = titleText.replace(\/\\s+\/g, \"_\").replace(\/[^\\w\\-_.]\/g, \"\");\n\t\t\t\t\tvar anchor = anchorBase || (\"heading_\" + Math.random().toString(36).slice(2, 8));\n\n\t\t\t\t\tif (anchorsSeen[anchor]) {\n\t\t\t\t\t\tanchorsSeen[anchor] += 1;\n\t\t\t\t\t\tanchor = anchor + \"_\" + anchorsSeen[anchor];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tanchorsSeen[anchor] = 1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (level > currentLevel) toc += \"<ul>\".repeat(level - currentLevel);\n\t\t\t\t\telse if (level < currentLevel) toc += \"<\/ul>\".repeat(currentLevel - level);\n\t\t\t\t\tcurrentLevel = level;\n\n\t\t\t\t\ttoc += `<li><a href=\"#${anchor}\">${titleText}<\/a><\/li>`;\n\n\t\t\t\t\treturn `${openTag}<a name=\"${anchor}\"><\/a>${innerHTML}<\/h${level}>`;\n\t\t\t\t}\n\t\t\t);\n\n\t\t\tif (currentLevel) toc += \"<\/ul>\".repeat(currentLevel);\n\n\t\t\tvar tocContainer = container.querySelector(\"#toc\");\n\t\t\tif (tocContainer) tocContainer.innerHTML += toc;\n\t\t};\n\n\t<\/script>\n\t\n\t<\/div><p>Almost two years have passed since 1 January 2019, yet <strong>Italy remains the only EU country to have introduced mandatory, <a href=\"https:\/\/www.intesa.it\/fatturazione-elettronica-2021-nuove-specifiche-tecniche\/\">standardised e-billing<\/a>, <\/strong>both for transactions with the Public Administration, as well as on a B2B level. Italy has become, at least in this arena, a model for the world.<\/p>\n<p>The e-billing mandate from 2019, and the 2020 start of the pandemic, have also had a positive ripple effect on the digitalisation of other documents in the order cycle (order, transport documents, &#8230;.), and on the use of <a href=\"https:\/\/www.intesa.it\/tutto-quello-che-devi-sapere-sulledi\/\">EDI<\/a>, which between 2019 and 2020 alone grew by 5% in Italy.<\/p>\n<p>Where do other European countries stand? Is international interoperability for the exchange of electronic information feasible?<\/p><!--HubSpot Call-to-Action Code --><span id=\"hs-cta-wrapper-bc6a0e4e-503c-46ce-861b-9c9b9565530a\" class=\"hs-cta-wrapper\"><span id=\"hs-cta-bc6a0e4e-503c-46ce-861b-9c9b9565530a\" class=\"hs-cta-node hs-cta-bc6a0e4e-503c-46ce-861b-9c9b9565530a\"><!-- [if lte IE 8]><div id=\"hs-cta-ie-element\"><\/div><![endif]--><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/5151325\/bc6a0e4e-503c-46ce-861b-9c9b9565530a\"><img loading=\"lazy\" decoding=\"async\" id=\"hs-cta-img-bc6a0e4e-503c-46ce-861b-9c9b9565530a\" class=\"hs-cta-img\" style=\"border-width: 0px;\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/bc6a0e4e-503c-46ce-861b-9c9b9565530a.png\" alt=\"Scopri di pi\u00f9 fatturazione \" width=\"800\" height=\"200\" \/><\/a><\/span><script charset=\"utf-8\" src=\"https:\/\/js.hscta.net\/cta\/current.js\"><\/script><script type=\"text\/javascript\"> hbspt.cta.load(5151325, 'bc6a0e4e-503c-46ce-861b-9c9b9565530a', {\"useNewLoader\":\"true\",\"region\":\"na1\"}); <\/script><\/span><!-- end HubSpot Call-to-Action Code --><h3>E-billing &#8211; the situation in Europe<\/h3>\n<p>Despite progress in the interoperability of e-billing across Europe on a B2G level, thanks to the notice equivalence between a PA invoice and a European invoice, and the uptick in PEPPOL access points, a recent survey by the B2B Digital Observatory at the Milan Polytechnic** revealed a rather fragmentary situation in terms of the use of B2B standard-format e-billing.<\/p>\n<p><strong>Only a handful of European countries have moved in the direction of mandatory B2B e-billing<\/strong>: France, Finland, Belgium, Germany, Poland, Slovakia, and Slovenia.<\/p>\n<p>With the exception of Slovakia, all of these countries require B2G e-billing (at least in part). Therefore, they are more than likely<strong> moving towards total standardisation of the order cycle, which starts with e-billing<\/strong>.<\/p><p style=\"text-align: center;\"><em>Some European countries are moving towards mandatory e-invoicing in B2B: France, Finland, Belgium, Germany, Poland, Slovakia and Slovenia.<\/em><\/p>\n<div style=\"font-family: 'droid-sans'; text-align: center; font-size: 16px;\">&#8211; Digital B2b Observatory of Politecnico di Milano<\/div><h3>International exchange of structured documents<\/h3>\nAlthough European regulatory or statutory standards are still on the horizon, <strong>EDI as a standard has long been in wide use globally, and is commonly used for the exchange of documents in the order cycle.<\/strong>\n\nBefore instituting any EDI interchange project, one must <a href=\"https:\/\/www.intesa.it\/processi-di-digital-onboarding-del-cliente\/\">onboard the B2B client.<\/a> This is a crucial phase because <strong>even the most widespread standard can lose efficacy if the interested parties are not properly connected<\/strong>, or if they have not enabled the proper technical links.<h3>Intesa and Pagero: A partnership for international interoperability<\/h3>\n<p>All of this begs the question:<strong> how can we ensure proper system interoperability, and a sufficient interface for exchanging documents for international business?<\/strong> The answer: by forming strategic partnerships with international suppliers, forging the greatest global presence possible. These partnerships allow for the peace of mind that comes with having proper interchanges that keep pace with the ever-changing regulatory landscape in each country.<\/p>\n<p>This was the reasoning behind the<strong> partnership between Intesa and Pagero<\/strong>, the topic for the upcoming<a href=\"http:\/\/ibm.biz\/Fattura_internazionale_Intesa-Pagero?utm_campaign=Webinar%20Pagero&amp;utm_source=Post%20Blog\"> free seminar to be held on 25\/11<\/a>. During the webinar, the issue of international e-billing will be discussed, as well as the internationalisation of digital-document exchange, and how the partnership between Intesa and Pagero can support interoperability with foreign trade partners.<\/p>\n<p>* Milan Polytechnic, B2B Digital Observatory, <em>Digital B2B: Key trends during the year of the pandemic<\/em><\/p>\n<p>** Milan Polytechnic, B2B Digital Observatory, <em>International e-billing, and responses to the survey of European countries<\/em><\/p>","protected":false},"excerpt":{"rendered":"<p>From the perspective of regulatory requirements regarding e-Invoicing, the international landscape is still uneven. To make international interoperability more efficient, it is therefore necessary to rely on strategic partnerships.<\/p>\n","protected":false},"author":3,"featured_media":4208,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[196],"tags":[197],"class_list":["post-4776","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-regulations","tag-electronic-invoicing"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/4776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/comments?post=4776"}],"version-history":[{"count":1,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/4776\/revisions"}],"predecessor-version":[{"id":4778,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/4776\/revisions\/4778"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media\/4208"}],"wp:attachment":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media?parent=4776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/categories?post=4776"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/tags?post=4776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}