{"id":9572,"date":"2025-11-05T13:33:57","date_gmt":"2025-11-05T12:33:57","guid":{"rendered":"https:\/\/www.intesa.it\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/"},"modified":"2026-08-06T14:46:07","modified_gmt":"2026-08-06T12:46:07","slug":"what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2","status":"publish","type":"post","link":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/","title":{"rendered":"What is the European Digital Identity (EUDI) Wallet and when will it be released?"},"content":{"rendered":"<h2 class=\"sottotitolo\" style=\"font-size: 20px !important;\"><strong>EUDI Wallet: the European digital identity available from 2026<\/strong><\/h2>\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Wallet-Europeo.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"530\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Wallet-Europeo.png\" alt=\"EUDI Wallet: the European digital identity available from 2026\" class=\"wp-image-4224\"\/><\/a><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n<p style=\"text-align: center;\">Discover everything about the <strong>European Digital Identity (EUDI) Wallet<\/strong>, the new European digital identity that will allow citizens and businesses to access public and private services across the European Union with a single, secure digital wallet. The regulation entered into force in 2024, and national wallets will be available by <strong>December 2026<\/strong>. <\/p>\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n<div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"freccia-interna alignright wp-image-45945\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/freccia-interna.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\n<\/div>\n<p>The European Commission has approved a <strong>new set of implementing acts (May 2025) <\/strong>setting out the <strong>technical specifications and interoperability requirements<\/strong> for EUDI Wallets.<br \/>All Member States will have to make at least one wallet available by <strong>December 2026<\/strong>, while the acceptance obligation for companies and public administrations will kick in by December 2027.<br \/>In Italy, the <strong>IT Wallet<\/strong> is currently under development and will be fully interoperable with the European model.<\/p>\n<h3>What is the EUDI Wallet<\/h3>\n<p>The <strong>EUDI Wallet<\/strong> is the new European digital wallet that allows EU citizens, residents, and businesses to securely <strong>manage and share their digital identity and personal documents<\/strong>.<br \/>It represents an evolution compared to tools like <strong>SPID <\/strong>or <strong>CIE<\/strong>, as it brings together several <strong>&#8216;verifiable attributes&#8217; <\/strong>into a single application \u2014 such as:<\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>passport, driving license, and civil status certificates;<\/li>\n\n\n\n<li>login credentials for public services;<\/li>\n\n\n\n<li>data for banking onboarding or digital age verification;<\/li>\n\n\n\n<li>qualified electronic signatures and identities.<\/li>\n<\/ul>\n\n\n\n<p>Each user will be able to <strong>decide which information to share<\/strong> and with whom, thanks to a system based on the principles of <strong>Self-Sovereign Identity (SSI)<\/strong>, ensuring privacy and total control over their data.<\/p>\n\n\n<h3>The regulatory framework: from the eIDAS 2.0 Regulation to Regulation (EU) 2024\/1183<\/h3>\n<p>The <strong>new European digital identity framework<\/strong> was established by <strong>Regulation (EU) 2024\/1183<\/strong>, approved by the European Parliament in <strong>February 2024<\/strong> and in force since <strong>May 20, 2024.<\/strong><br \/>This regulation updates the previous <strong>eIDAS framework (EU 910\/2014)<\/strong>, introducing the concept of a <strong>certified digital wallet v<\/strong>alid across the entire Union.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Starting in 2024, the European Commission issued several series of <strong>Implementing Acts<\/strong>:<\/p>\n\n\n\n<ul>\n<li data-start=\"2982\" data-end=\"3064\">\n<p data-start=\"2984\" data-end=\"3064\"><strong data-start=\"2984\" data-end=\"3001\">December 2024<\/strong> \u2192 first technical specifications for interoperability and security;<\/p>\n<\/li>\n<li data-start=\"3065\" data-end=\"3168\">\n<p data-start=\"3067\" data-end=\"3168\">May 2025 \u2192 requirements for certification, reference architecture, and wallet governance;<\/p>\n<\/li>\n<li data-start=\"3169\" data-end=\"3266\">\n<p data-start=\"3171\" data-end=\"3266\">further updates expected by 2026, ahead of the release of national wallets.<\/p>\n<\/li>\n<\/ul>\n\n\n<h3>Why the EUDI Wallet is important<\/h3>\n<p>The EUDI Wallet is a cornerstone of the <strong>Digital Decade 2030 <\/strong>program, aimed at:<\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>digitizing <strong>100% of EU public services<\/strong> by the end of the decade;<\/li>\n\n\n\n<li>ensuring an <strong>interoperable and secure digital single market<\/strong>;<\/li>\n\n\n\n<li>improving the <strong>protection of European citizens&#8217; personal data<\/strong>;<\/li>\n\n\n\n<li>reducing fragmentation among national digital identity systems.<\/li>\n<\/ul>\n\n\n\n<p>Furthermore, the decentralized management model based on &#8220;verifiable attributes&#8221; allows for greater privacy and <strong>direct control over the use of one&#8217;s information<\/strong>, as the &#8220;wallet&#8221; model closely resembles that of <a style=\"letter-spacing: 0.4px;\" href=\"https:\/\/www.intesa.it\/self-sovereign-identity-il-futuro-dellidentita-digitale-2\/\">Self-Sovereign Identity<\/a>, a type of digital identity based on Blockchain.<\/p>\n<p>&nbsp;<\/p>\n<h2 data-start=\"3273\" data-end=\"3318\">When the EUDI Wallet will be available<\/h2>\n<p data-start=\"3319\" data-end=\"3377\">The European roadmap includes the following main milestones:<br><br><\/p>\n<div class=\"_tableContainer_1rjym_1\">\n<div class=\"group _tableWrapper_1rjym_13 flex w-fit flex-col-reverse\" tabindex=\"-1\">\n<table class=\"w-fit min-w-(--thread-content-width)\" data-start=\"3379\" data-end=\"3839\">\n<thead data-start=\"3379\" data-end=\"3412\">\n<tr data-start=\"3379\" data-end=\"3412\">\n<th data-start=\"3379\" data-end=\"3386\" data-col-size=\"sm\">Date<\/th>\n<th data-start=\"3386\" data-end=\"3395\" data-col-size=\"sm\">Event<\/th>\n<th data-start=\"3395\" data-end=\"3412\" data-col-size=\"md\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody data-start=\"3447\" data-end=\"3839\">\n<tr data-start=\"3447\" data-end=\"3568\">\n<strong data-start=\"3449\" data-end=\"3480\"><td data-start=\"3447\" data-end=\"3481\" data-col-size=\"sm\">December 2024 \u2013 May 2025<\/td><\/strong>\n<td data-col-size=\"sm\" data-start=\"3481\" data-end=\"3521\">Publication of Implementing Acts<\/td>\n<td data-col-size=\"md\" data-start=\"3521\" data-end=\"3568\">Definition of common technical rules.<\/td>\n<\/tr>\n<tr data-start=\"3569\" data-end=\"3699\">\n<strong data-start=\"3571\" data-end=\"3597\"><td data-start=\"3569\" data-end=\"3598\" data-col-size=\"sm\">By December 24, 2026<\/td><\/strong>\n<td data-col-size=\"sm\" data-start=\"3598\" data-end=\"3630\">Release of national wallets<\/td>\n<td data-col-size=\"md\" data-start=\"3630\" data-end=\"3699\">Every EU Member State will have to provide at least one EUDI Wallet to citizens.<\/td>\n<\/tr>\n<tr data-start=\"3700\" data-end=\"3839\">\n<td data-start=\"3700\" data-end=\"3729\" data-col-size=\"sm\"><strong data-start=\"3702\" data-end=\"3728\">By December 24, 2027<\/strong><\/td>\n<td data-col-size=\"sm\" data-start=\"3729\" data-end=\"3755\">Acceptance obligation<\/td>\n<td data-col-size=\"md\" data-start=\"3755\" data-end=\"3839\">Obligated companies and public administrations must accept identification via wallet.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p data-start=\"3841\" data-end=\"3950\">&nbsp;<\/p>\n<p data-start=\"3841\" data-end=\"3950\">In the meantime, the European<strong data-start=\"3870\" data-end=\"3892\"><a href=\"https:\/\/www.intesa.it\/en\/the-potential-consortium-selected-by-the-european-commission-to-pursue-its-journey-to-digital-european-identity-2\/\"> Large Scale Pilots <\/a><\/strong>are active, testing concrete use cases such as:<\/p>\n<ul data-start=\"3951\" data-end=\"4098\">\n<li data-start=\"3951\" data-end=\"4000\">\n<p data-start=\"3953\" data-end=\"4000\">cross-border access to public services;<\/p>\n<\/li>\n<li data-start=\"4001\" data-end=\"4040\">\n<p data-start=\"4003\" data-end=\"4040\">opening digital bank accounts;<\/p>\n<\/li>\n<li data-start=\"4041\" data-end=\"4098\">\n<p data-start=\"4043\" data-end=\"4098\">qualified electronic signature and business onboarding.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"4100\" data-end=\"4289\">Among the consortia involved, <a href=\"https:\/\/www.intesa.it\/il-consorzio-potential-e-stato-selezionato-dalla-commissione-europea-per-proseguire-il-suo-viaggio-verso-leuropean-digital-identity\/\">POTENTIAL <\/a>stands out, with <strong data-start=\"4132\" data-end=\"4145\">Intesa<\/strong> as a partner, engaged in developing digital infrastructure and defining European best practices.<\/p>\n<p data-start=\"4100\" data-end=\"4289\">&nbsp;<\/p>\n<h2 data-start=\"4296\" data-end=\"4347\">The countries involved and the state of progress<\/h2>\n<p data-start=\"4348\" data-end=\"4426\">Almost all Member States have launched their national projects:<\/p>\n<ul data-start=\"4427\" data-end=\"4901\">\n<li data-start=\"4427\" data-end=\"4554\">\n<p data-start=\"4429\" data-end=\"4554\"><strong data-start=\"4429\" data-end=\"4439\">Italy<\/strong>:<strong data-start=\"4455\" data-end=\"4468\"> IT Wallet<\/strong> is under development, which will integrate SPID and CIE, managed by the Department for Digital Transformation;<\/p>\n<\/li>\n<li data-start=\"4555\" data-end=\"4659\">\n<p data-start=\"4557\" data-end=\"4659\"><strong data-start=\"4557\" data-end=\"4568\">France <\/strong>and <strong data-start=\"4571\" data-end=\"4583\">Germany<\/strong>: pilots launched for access to public services and digital healthcare;<\/p>\n<\/li>\n<li data-start=\"4660\" data-end=\"4777\">\n<p data-start=\"4662\" data-end=\"4777\"><strong data-start=\"4662\" data-end=\"4672\">Spain <\/strong>and the <strong data-start=\"4675\" data-end=\"4690\">Netherlands<\/strong>: in the testing phase for secure identification in the university and financial sectors;<\/p>\n<\/li>\n<li data-start=\"4778\" data-end=\"4901\">\n<p data-start=\"4780\" data-end=\"4901\"><strong data-start=\"4780\" data-end=\"4818\">Bulgaria, Croatia, Malta, and Romania:<\/strong> still in the planning phase, with adaptation programs scheduled for 2026.<\/p>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2 data-start=\"5510\" data-end=\"5574\">What businesses and Public Administrations must do now<\/h2>\n<ol data-start=\"5575\" data-end=\"6299\">\n<li data-start=\"5575\" data-end=\"5707\">\n<p data-start=\"5578\" data-end=\"5707\"><strong data-start=\"5578\" data-end=\"5613\">Prepare for interoperability<\/strong><br data-start=\"5613\" data-end=\"5616\"\/>Update authentication systems to integrate future European wallet APIs.<\/p>\n<\/li>\n<li data-start=\"5708\" data-end=\"5841\">\n<p data-start=\"5711\" data-end=\"5841\"><strong data-start=\"5711\" data-end=\"5746\">Monitor European regulations<\/strong><br data-start=\"5746\" data-end=\"5749\"\/>Follow the new Implementing Acts and the official technical specifications of the Commission.<\/p>\n<\/li>\n<li data-start=\"5842\" data-end=\"5973\">\n<p data-start=\"5845\" data-end=\"5973\"><strong data-start=\"5845\" data-end=\"5882\">Ensure eIDAS 2.0 compliance<\/strong><br data-start=\"5882\" data-end=\"5885\"\/>Adapt internal procedures for data management, electronic signature, and authentication.<\/p>\n<\/li>\n<li data-start=\"5974\" data-end=\"6139\">\n<p data-start=\"5977\" data-end=\"6139\"><strong data-start=\"5977\" data-end=\"6011\">Experiment with concrete use cases<\/strong><br data-start=\"6011\" data-end=\"6014\"\/>Test pilot applications: access to public portals, <a href=\"https:\/\/www.intesa.it\/en\/what-we-do\/identification\/\">customer onboarding<\/a>, digital identity management for B2B services.<\/p>\n<\/li>\n<li data-start=\"6140\" data-end=\"6299\">\n<p data-start=\"6143\" data-end=\"6299\"><strong data-start=\"6143\" data-end=\"6177\">Promote digital culture<\/strong><br data-start=\"6177\" data-end=\"6180\"\/>Raise awareness among citizens and employees about the benefits of the European wallet and the conscious use of digital identity.<\/p>\n<\/li>\n<\/ol>\n<h2 data-start=\"6306\" data-end=\"6344\">Outlook for 2026 \u2013 2027<\/h2>\n<p data-start=\"6345\" data-end=\"6697\">With the official release planned for<strong data-start=\"6387\" data-end=\"6404\"> December 2026<\/strong>, the EUDI Wallet project will mark the start of a new era for <strong data-start=\"6476\" data-end=\"6509\">European digital citizenship.<\/strong><br data-start=\"6510\" data-end=\"6513\"\/>2027 will be the key year for full <strong data-start=\"6553\" data-end=\"6590\">adoption by businesses and public administrations<\/strong>, transitioning from a multiplicity of national systems to a single, interoperable, and sovereign model.<\/p>\n<p data-start=\"4100\" data-end=\"4289\">&nbsp;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n<h4><span style=\"font-weight: 400;\">Discover our digital solutions:<\/span><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"Legal archiving\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/electronic-archiving\/\"><span style=\"font-weight: 400;\">Legal archiving <\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"Digital onboarding\" href=\"https:\/\/www.intesa.it\/en\/digital-onboarding-platform\/\"><span style=\"font-weight: 400;\">Digital onboarding <\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"Electronic Data Interchange EDI\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/edi-electronic-data-interchange\/\"><span style=\"font-weight: 400;\">Electronic Data Interchange EDI<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"e-invoicing platform\" href=\"https:\/\/www.intesa.it\/en\/electronic-invoicing-for-companies\/\"><span style=\"font-weight: 400;\">e-invoicing platform<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"Cross-border e-invoicing\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/international-electronic-invoicing\/\"><span style=\"font-weight: 400;\">Cross-border e-invoicing<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"e-signature for enterprises\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/electronic-signature\/\"><span style=\"font-weight: 400;\">e-signature for enterprises<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"e-Seal\" href=\"https:\/\/www.intesa.it\/sigillo-elettronico\/\"><span style=\"font-weight: 400;\">e-Seal<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"Document Management Software\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/document-management-software\/\"><span style=\"font-weight: 400;\">Document Management Software<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a title=\"Supply Chain Management\" href=\"https:\/\/www.intesa.it\/en\/what-we-do\/supply-chain-management\/\"><span style=\"font-weight: 400;\">Supply Chain Management<\/span><\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Ecco la traduzione in inglese:<br \/>&#8220;The European Digital Identity Wallet (EUDI Wallet) is the new European digital wallet that will allow citizens and businesses to access public and private services across the EU using a single, secure identity. Approved under Regulation (EU) 2024\/1183 and part of the eIDAS 2.0 strategy, it will come into force by December 2026. The system will ensure interoperability, data protection, and direct control over personal information, marking a decisive step toward European digital citizenship.<\/p>\n","protected":false},"author":3,"featured_media":9571,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[196],"tags":[283],"class_list":["post-9572","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-regulations","tag-digital-identity-2"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"etinet_dev\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Intesa | Soluzioni per la trasformazione digitale delle aziende.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"EUDI Wallet: European digital identity available from 2026\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-11-05T12:33:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-06T12:46:07+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IntesaKyndryl\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"EUDI Wallet: European digital identity available from 2026\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#article\",\"name\":\"EUDI Wallet: European digital identity available from 2026\",\"headline\":\"What is the European Digital Identity (EUDI) Wallet and when will it be released?\",\"author\":{\"@id\":\"#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Articolo_Wallet-Europeo.png\",\"width\":1300,\"height\":530,\"caption\":\"EUDI Wallet: the European digital identity available from 2026\"},\"datePublished\":\"2025-11-05T13:33:57+01:00\",\"dateModified\":\"2026-08-06T14:46:07+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#webpage\"},\"articleSection\":\"Regulations, digital identity, Opzionale\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/#listItem\",\"name\":\"Regulations\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/#listItem\",\"position\":2,\"name\":\"Regulations\",\"item\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#listItem\",\"name\":\"What is the European Digital Identity (EUDI) Wallet and when will it be released?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#listItem\",\"position\":3,\"name\":\"What is the European Digital Identity (EUDI) Wallet and when will it be released?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/category\\\/regulations\\\/#listItem\",\"name\":\"Regulations\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#organization\",\"name\":\"Intesa\",\"description\":\"Intesa \\u00e8 un digital solution provider che progetta e realizza soluzioni per la digitalizzazione dei processi aziendali. Accompagna le imprese nella trasformazione digitale attraverso piattaforme sicure, scalabili e conformi alle normative. La sua mission \\u00e8 rendere l\\u2019innovazione accessibile, sostenibile e centrata sulle persone, integrando tecnologia, design e servizi fiduciari. Societ\\u00e0 Benefit dal 2020, Intesa promuove un business etico, trasparente e attento al benessere aziendale e ambientale.\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/\",\"email\":\"INTESA@pec.trustedmail.intesa.it\",\"telephone\":\"+390239309066\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Logo-Intesa-a-Kyndryl-Company-In.Te_.S.A.-S.p.A.svg\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#organizationLogo\",\"width\":135,\"height\":28,\"caption\":\"In.Te.S.A. S.p.A. logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/IntesaKyndryl\",\"https:\\\/\\\/www.instagram.com\\\/intesa_kyndryl\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCIagCWkVwcf-4fJc42lmCGg\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/intesa-kyndryl\\\/\"]},{\"@type\":\"Person\",\"@id\":\"#author\",\"name\":\"etinet_dev\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1a0ec97717a7ca61478f0c2a71710ceb96fda4a75db0477038a6581fb975aa27?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"etinet_dev\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/\",\"name\":\"EUDI Wallet: European digital identity available from 2026\",\"description\":\"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Articolo_Wallet-Europeo.png\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#mainImage\",\"width\":1300,\"height\":530,\"caption\":\"EUDI Wallet: the European digital identity available from 2026\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\\\/#mainImage\"},\"datePublished\":\"2025-11-05T13:33:57+01:00\",\"dateModified\":\"2026-08-06T14:46:07+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/\",\"name\":\"Intesa (Havant Group)\",\"alternateName\":\"In.Te.S.A. S.p.A.\",\"description\":\"Soluzioni per la trasformazione digitale delle aziende.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.intesa.it\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>EUDI Wallet: European digital identity available from 2026<\/title>\n\n","aioseo_head_json":{"title":"EUDI Wallet: European digital identity available from 2026","description":"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.","canonical_url":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#article","name":"EUDI Wallet: European digital identity available from 2026","headline":"What is the European Digital Identity (EUDI) Wallet and when will it be released?","author":{"@id":"#author"},"publisher":{"@id":"https:\/\/www.intesa.it\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Wallet-Europeo.png","width":1300,"height":530,"caption":"EUDI Wallet: the European digital identity available from 2026"},"datePublished":"2025-11-05T13:33:57+01:00","dateModified":"2026-08-06T14:46:07+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#webpage"},"isPartOf":{"@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#webpage"},"articleSection":"Regulations, digital identity, Opzionale"},{"@type":"BreadcrumbList","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/www.intesa.it\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/category\/regulations\/#listItem","name":"Regulations"}},{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/category\/regulations\/#listItem","position":2,"name":"Regulations","item":"https:\/\/www.intesa.it\/en\/category\/regulations\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#listItem","name":"What is the European Digital Identity (EUDI) Wallet and when will it be released?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#listItem","position":3,"name":"What is the European Digital Identity (EUDI) Wallet and when will it be released?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.intesa.it\/en\/category\/regulations\/#listItem","name":"Regulations"}}]},{"@type":"Organization","@id":"https:\/\/www.intesa.it\/en\/#organization","name":"Intesa","description":"Intesa \u00e8 un digital solution provider che progetta e realizza soluzioni per la digitalizzazione dei processi aziendali. Accompagna le imprese nella trasformazione digitale attraverso piattaforme sicure, scalabili e conformi alle normative. La sua mission \u00e8 rendere l\u2019innovazione accessibile, sostenibile e centrata sulle persone, integrando tecnologia, design e servizi fiduciari. Societ\u00e0 Benefit dal 2020, Intesa promuove un business etico, trasparente e attento al benessere aziendale e ambientale.","url":"https:\/\/www.intesa.it\/en\/","email":"INTESA@pec.trustedmail.intesa.it","telephone":"+390239309066","logo":{"@type":"ImageObject","url":"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/11\/Logo-Intesa-a-Kyndryl-Company-In.Te_.S.A.-S.p.A.svg","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#organizationLogo","width":135,"height":28,"caption":"In.Te.S.A. S.p.A. logo"},"image":{"@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/IntesaKyndryl","https:\/\/www.instagram.com\/intesa_kyndryl\/","https:\/\/www.youtube.com\/channel\/UCIagCWkVwcf-4fJc42lmCGg","https:\/\/www.linkedin.com\/company\/intesa-kyndryl\/"]},{"@type":"Person","@id":"#author","name":"etinet_dev","image":{"@type":"ImageObject","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1a0ec97717a7ca61478f0c2a71710ceb96fda4a75db0477038a6581fb975aa27?s=96&d=mm&r=g","width":96,"height":96,"caption":"etinet_dev"}},{"@type":"WebPage","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#webpage","url":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/","name":"EUDI Wallet: European digital identity available from 2026","description":"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.intesa.it\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/Articolo_Wallet-Europeo.png","@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#mainImage","width":1300,"height":530,"caption":"EUDI Wallet: the European digital identity available from 2026"},"primaryImageOfPage":{"@id":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/#mainImage"},"datePublished":"2025-11-05T13:33:57+01:00","dateModified":"2026-08-06T14:46:07+02:00"},{"@type":"WebSite","@id":"https:\/\/www.intesa.it\/en\/#website","url":"https:\/\/www.intesa.it\/en\/","name":"Intesa (Havant Group)","alternateName":"In.Te.S.A. S.p.A.","description":"Soluzioni per la trasformazione digitale delle aziende.","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.intesa.it\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Intesa | Soluzioni per la trasformazione digitale delle aziende.","og:type":"article","og:title":"EUDI Wallet: European digital identity available from 2026","og:description":"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.","og:url":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/","article:published_time":"2025-11-05T12:33:57+00:00","article:modified_time":"2026-08-06T12:46:07+00:00","article:publisher":"https:\/\/www.facebook.com\/IntesaKyndryl","twitter:card":"summary","twitter:title":"EUDI Wallet: European digital identity available from 2026","twitter:description":"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses."},"aioseo_meta_data":{"post_id":"9572","title":"EUDI Wallet: European digital identity available from 2026","description":"Discover what the European Digital Identity Wallet is, the new European digital identity that will be available from 2026 for EU citizens and businesses.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":false,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":0,"frequency":"default","location":null,"local_seo":null,"seo_analyzer_scan_date":"2026-08-06 12:46:19","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-06 12:41:48","updated":"2026-08-06 12:46:19"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.intesa.it\/en\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.intesa.it\/en\/category\/regulations\/\" title=\"Regulations\">Regulations<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tWhat is the European Digital Identity (EUDI) Wallet and when will it be released?\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.intesa.it\/en\/"},{"label":"Regulations","link":"https:\/\/www.intesa.it\/en\/category\/regulations\/"},{"label":"What is the European Digital Identity (EUDI) Wallet and when will it be released?","link":"https:\/\/www.intesa.it\/en\/what-is-the-european-digital-identity-eudi-wallet-and-when-will-it-be-released-2\/"}],"_links":{"self":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/9572","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=9572"}],"version-history":[{"count":2,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/9572\/revisions"}],"predecessor-version":[{"id":9576,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/9572\/revisions\/9576"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media\/9571"}],"wp:attachment":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media?parent=9572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/categories?post=9572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/tags?post=9572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}