{"id":13543,"date":"2026-03-31T15:08:49","date_gmt":"2026-03-31T15:08:49","guid":{"rendered":"https:\/\/evisas.com\/?page_id=13543"},"modified":"2026-03-31T15:14:20","modified_gmt":"2026-03-31T15:14:20","slug":"check-status","status":"publish","type":"page","link":"https:\/\/evisas.com\/fr\/check-status\/","title":{"rendered":"Check Status"},"content":{"rendered":"<style>\n      .vsc-wrap{\n        max-width:1240px;\n        margin:30px auto;\n        padding:0 10px;\n        font-family:'Segoe UI', Tahoma, sans-serif;\n      }\n      .vsc-box{\n        background:#fff;\n        border:1px solid #d8e9b3;\n        border-radius:20px;\n        padding:24px;\n        margin-bottom:24px;\n      }\n      .vsc-auth-box{\n        max-width:500px;\n        margin:0 auto 24px;\n      }\n      .vsc-title{\n        font-size:24px;\n        font-weight:700;\n        color:#222;\n        margin:0 0 10px;\n      }\n      .vsc-subtitle{\n        color:#666;\n        margin:0 0 24px;\n        font-size:15px;\n      }\n      .vsc-grid{\n        display:grid;\n        grid-template-columns:1fr;\n        gap:16px;\n      }\n      .vsc-field label{\n        display:block;\n        font-size:14px;\n        font-weight:600;\n        margin-bottom:8px;\n        color:#333;\n      }\n      .vsc-field input{\n        width:100%;\n        height:46px;\n        border:1px solid #d8e9b3;\n        border-radius:12px;\n        padding:0 14px;\n        font-size:15px;\n        outline:none;\n        box-sizing:border-box;\n      }\n      .vsc-field input:focus{\n        border-color:#9acd32;\n        box-shadow:0 0 0 3px rgba(154,205,50,0.12);\n      }\n      .vsc-btn{\n        display:inline-block;\n        border:none;\n        background:#9acd32;\n        color:#fff;\n        padding:12px 18px;\n        border-radius:12px;\n        font-size:16px;\n        font-weight:600;\n        cursor:pointer;\n        text-decoration:none;\n      }\n      .vsc-btn:hover{ background:#86b82c; }\n      .vsc-btn-secondary{\n        background:#f5f8ed;\n        color:#333;\n        border:1px solid #d8e9b3;\n      }\n\n      .vsc-msg{\n         position:fixed;\n  top:90px;\n  left:50%;\n  transform:translate(-50%);\n  z-index:99999;\n  min-width:280px;\n  max-width:420px;\n  width:90%;\n  padding:14px 16px;\n  border-radius:12px;\n  font-size:14px;\n  font-weight:600;\n  box-sizing:border-box;\n  box-shadow:0 10px 25px rgba(0,0,0,0.12);\n  animation:vscFadeIn 0.3s ease;\n      }\n      .vsc-msg-success{\n        background:#eaf7df;\n        color:#256029;\n        border:1px solid #cde8b8;\n      }\n      .vsc-msg-error{\n        background:#fdeaea;\n        color:#8c2f2f;\n        border:1px solid #f3c5c5;\n      }\n      .vsc-msg-hide{\n        animation:vscFadeOut 0.4s ease forwards;\n      }\n\n      @keyframes vscFadeIn{\n        from{\n          opacity:0;\n          transform:translateY(-10px);\n        }\n        to{\n          opacity:1;\n          transform:translateY(0);\n        }\n      }\n      @keyframes vscFadeOut{\n        from{\n          opacity:1;\n          transform:translateY(0);\n        }\n        to{\n          opacity:0;\n          transform:translateY(-10px);\n          visibility:hidden;\n        }\n      }\n\n      .vsc-small-actions{\n        display:flex;\n        gap:10px;\n        flex-wrap:wrap;\n        margin-top:18px;\n      }\n      .vsc-link-btn{\n        background:transparent;\n        border:none;\n        color:#0073e6;\n        font-size:14px;\n        font-weight:600;\n        cursor:pointer;\n        padding:0;\n      }\n      .vsc-link-btn:hover{\n        text-decoration:underline;\n      }\n\n      .vsc-table{\n        border-collapse:separate;\n        border-spacing:0;\n        background:#fff;\n        border-radius:15px;\n        overflow:hidden;\n        border:1px solid #9acd32;\n      }\n      .vsc-table th,\n      .vsc-table td{\n        border-top:1px solid #9acd32;\n      }\n      .vsc-table tr th:first-child,\n      .vsc-table tr td:first-child{\n        border-left:0px;\n      }\n      .vsc-table tr th:last-child,\n      .vsc-table tr td:last-child{\n        border-right:0px;\n      }\n      .vsc-table tbody tr:last-child td{\n        border-bottom:1px solid #9acd32;\n      }\n      .vsc-table thead th:first-child{border-top-left-radius:15px;}\n      .vsc-table thead th:last-child{border-top-right-radius:15px;}\n      .vsc-table tbody tr:last-child td:first-child{border-bottom-left-radius:15px;}\n      .vsc-table tbody tr:last-child td:last-child{border-bottom-right-radius:15px;}\n\n      .vsc-table-wrapper{\n        background:#fff;\n        border-radius:10px;\n      }\n\n      .pagination{\n        text-align:center;\n        margin:20px 0;\n      }\n      .pagination a{\n        display:inline-block;\n        padding:8px 14px;\n        margin:0 4px;\n        border:1px solid #9acd32;\n        border-radius:4px;\n        text-decoration:none;\n        color:#333;\n        font-weight:600;\n      }\n      .pagination a.active{\n        background:#9acd32;\n        color:#fff;\n      }\n\n      @media (max-width: 768px){\n        .vsc-auth-box{\n          max-width:100%;\n        }\n\n        .vsc-msg{\n          left:10px;\n          right:10px;\n          top:15px;\n          min-width:auto;\n          max-width:none;\n        }\n\n        .vsc-table thead th:nth-child(4),\n        .vsc-table thead th:nth-child(5),\n        .vsc-table thead th:nth-child(6),\n        .vsc-table thead th:nth-child(7),\n        .vsc-table thead th:nth-child(8),\n        .vsc-table thead th:nth-child(9),\n        .vsc-table thead th:nth-child(10),\n        .vsc-table thead th:nth-child(11){ display:none; }\n\n        .vsc-table tbody td:nth-child(4),\n        .vsc-table tbody td:nth-child(5),\n        .vsc-table tbody td:nth-child(6),\n        .vsc-table tbody td:nth-child(7),\n        .vsc-table tbody td:nth-child(8),\n        .vsc-table tbody td:nth-child(9),\n        .vsc-table tbody td:nth-child(10),\n        .vsc-table tbody td:nth-child(11){ display:none; }\n\n        .vsc-more-col{ width:50px; text-align:center; }\n        .mobile-details{ display:none; }\n        .mobile-details > td{ padding:0 !important; background:#f7fdf4; }\n        .mobile-details-inner{\n          padding:14px 16px;\n          border-radius:12px;\n          margin:8px;\n          background:#fff;\n          box-shadow:0 2px 6px rgba(0,0,0,0.08);\n          font-size:14px;\n          color:#333;\n          animation:slideDown 0.3s ease-out;\n        }\n        .mobile-details-inner .md-item{\n          display:flex;\n          justify-content:space-between;\n          align-items:center;\n          padding:8px 0;\n          border-bottom:1px dashed #d8e9b3;\n          gap:16px;\n        }\n        .mobile-details-inner .md-item:last-child{ border-bottom:none; }\n        .md-label{ font-weight:600; color:#2d2d2d; font-size:14px; }\n        .md-value{ text-align:right; font-size:14px; }\n        .toggle-btn{\n          cursor:pointer;\n          border:none;\n          background:#9acd32;\n          font-size:16px;\n          line-height:1;\n          padding:6px 6px;\n          color:#fff;\n          font-weight:700;\n          border-radius:15%;\n          width:30px;\n          height:30px;\n          transition:all 0.2s ease;\n        }\n        .toggle-btn:hover{ background:#82b32b; }\n\n        @keyframes slideDown{\n          from { opacity:0; transform:translateY(-5px); }\n          to { opacity:1; transform:translateY(0); }\n        }\n      }\n\n      @media (min-width: 769px){\n        .vsc-more-col, .vsc-table thead th.vsc-more-col { display:none; }\n      }\n    <\/style>\n\n    <div class=\"vsc-wrap\">\n\n      \n      \n                  <div class=\"vsc-box vsc-auth-box\">\n            <h2 class=\"vsc-title\">Check Your Application Status<\/h2>\n            <p class=\"vsc-subtitle\">Enter your email address to receive a one-time OTP.<\/p>\n\n            <form method=\"post\" action=\"\">\n              <div class=\"vsc-grid\">\n                <div class=\"vsc-field\">\n                  <label for=\"vsc-email\">Email Address<\/label>\n                  <input type=\"email\" id=\"vsc-email\" name=\"email\" value=\"\" required>\n                <\/div>\n              <\/div>\n\n              <div style=\"margin-top:20px;\">\n                <input type=\"hidden\" name=\"vsc_action\" value=\"send_otp\">\n                <input type=\"hidden\" id=\"vsc_nonce\" name=\"vsc_nonce\" value=\"55915f75c3\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/13543\" \/>                <button type=\"submit\" class=\"vsc-btn\">Send OTP<\/button>\n              <\/div>\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n          <\/div>\n        \n        \n          <\/div>\n\n    <script>\n      (function(){\n        function toggleRow(btn){\n          var id = btn.getAttribute('aria-controls');\n          var row = document.getElementById(id);\n          if(!row) return;\n          var isOpen = row.style.display === 'table-row';\n          if(isOpen){\n            row.style.display = 'none';\n            btn.setAttribute('aria-expanded','false');\n            btn.textContent = '+';\n          }else{\n            row.style.display = 'table-row';\n            btn.setAttribute('aria-expanded','true');\n            btn.textContent = '\u2013';\n          }\n        }\n\n        document.addEventListener('click', function(e){\n          if(e.target && e.target.classList.contains('toggle-btn')){\n            toggleRow(e.target);\n          }\n        });\n\n        document.querySelectorAll('.mobile-details').forEach(function(r){\n          r.style.display='none';\n        });\n\n        var popupMsg = document.getElementById('vsc-popup-msg');\n        if(popupMsg){\n          setTimeout(function(){\n            popupMsg.classList.add('vsc-msg-hide');\n            setTimeout(function(){\n              if (popupMsg && popupMsg.parentNode) {\n                popupMsg.parentNode.removeChild(popupMsg);\n              }\n            }, 400);\n          }, 5000);\n        }\n      })();\n    <\/script>\n    \n\n\n<h1 class=\"wp-block-heading\">Check Application Status<\/h1>","protected":false},"excerpt":{"rendered":"<p>Check Application Status<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-13543","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Check Status - eVisas<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evisas.com\/fr\/check-status\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Check Status\" \/>\n<meta property=\"og:description\" content=\"Check Application Status\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evisas.com\/fr\/check-status\/\" \/>\n<meta property=\"og:site_name\" content=\"eVisas\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/myevisas\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T15:14:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@evisascom\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evisas.com\\\/check-status\\\/\",\"url\":\"https:\\\/\\\/evisas.com\\\/check-status\\\/\",\"name\":\"Check Status - eVisas\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evisas.com\\\/#website\"},\"datePublished\":\"2026-03-31T15:08:49+00:00\",\"dateModified\":\"2026-03-31T15:14:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evisas.com\\\/check-status\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evisas.com\\\/check-status\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evisas.com\\\/check-status\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evisas.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Check Status\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evisas.com\\\/#website\",\"url\":\"https:\\\/\\\/evisas.com\\\/\",\"name\":\"eVisas\",\"description\":\"Unlocking Borders, Connecting Dreams\",\"publisher\":{\"@id\":\"https:\\\/\\\/evisas.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evisas.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evisas.com\\\/#organization\",\"name\":\"eVisas\",\"url\":\"https:\\\/\\\/evisas.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/evisas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evisas.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/logo-web.svg\",\"contentUrl\":\"https:\\\/\\\/evisas.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/logo-web.svg\",\"caption\":\"eVisas\"},\"image\":{\"@id\":\"https:\\\/\\\/evisas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/myevisas\\\/\",\"https:\\\/\\\/x.com\\\/evisascom\",\"https:\\\/\\\/www.youtube.com\\\/@evisascom\",\"https:\\\/\\\/www.tiktok.com\\\/@myevisas\",\"https:\\\/\\\/www.instagram.com\\\/myevisas\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/evisascom\\\/\"],\"description\":\"eVisas.com is a global travel document assistance platform helping individuals easily apply for eVisas, Electronic Travel Authorizations (ETAs), and other entry permits for destinations worldwide. With a team of visa specialists and legal experts, we simplify complex visa requirements and offer fast, secure, and guided application processes. We are a private, non-government entity committed to supporting international travelers with accurate information, seamless application systems, and personalized customer support.\",\"email\":\"inq@evisas.com\",\"telephone\":\"+14158004485\",\"foundingDate\":\"2016-05-22\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Check Status - eVisas","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evisas.com\/fr\/check-status\/","og_locale":"fr_FR","og_type":"article","og_title":"Check Status","og_description":"Check Application Status","og_url":"https:\/\/evisas.com\/fr\/check-status\/","og_site_name":"eVisas","article_publisher":"https:\/\/www.facebook.com\/myevisas\/","article_modified_time":"2026-03-31T15:14:20+00:00","twitter_card":"summary_large_image","twitter_site":"@evisascom","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/evisas.com\/check-status\/","url":"https:\/\/evisas.com\/check-status\/","name":"Check Status - eVisas","isPartOf":{"@id":"https:\/\/evisas.com\/#website"},"datePublished":"2026-03-31T15:08:49+00:00","dateModified":"2026-03-31T15:14:20+00:00","breadcrumb":{"@id":"https:\/\/evisas.com\/check-status\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evisas.com\/check-status\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evisas.com\/check-status\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evisas.com\/"},{"@type":"ListItem","position":2,"name":"Check Status"}]},{"@type":"WebSite","@id":"https:\/\/evisas.com\/#website","url":"https:\/\/evisas.com\/","name":"eVisas","description":"D\u00e9verrouiller les fronti\u00e8res, connecter les r\u00eaves","publisher":{"@id":"https:\/\/evisas.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evisas.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/evisas.com\/#organization","name":"eVisas","url":"https:\/\/evisas.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/evisas.com\/#\/schema\/logo\/image\/","url":"https:\/\/evisas.com\/wp-content\/uploads\/2024\/05\/logo-web.svg","contentUrl":"https:\/\/evisas.com\/wp-content\/uploads\/2024\/05\/logo-web.svg","caption":"eVisas"},"image":{"@id":"https:\/\/evisas.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/myevisas\/","https:\/\/x.com\/evisascom","https:\/\/www.youtube.com\/@evisascom","https:\/\/www.tiktok.com\/@myevisas","https:\/\/www.instagram.com\/myevisas\/","https:\/\/www.linkedin.com\/company\/evisascom\/"],"description":"eVisas.com est une plateforme mondiale d'aide \u00e0 la d\u00e9livrance de documents de voyage qui permet aux particuliers de demander facilement des eVisas, des autorisations de voyage \u00e9lectroniques (AVE) et d'autres permis d'entr\u00e9e pour des destinations dans le monde entier. Gr\u00e2ce \u00e0 une \u00e9quipe de sp\u00e9cialistes des visas et d'experts juridiques, nous simplifions les exigences complexes en mati\u00e8re de visas et proposons des processus de demande rapides, s\u00e9curis\u00e9s et guid\u00e9s. Nous sommes une entit\u00e9 priv\u00e9e, non gouvernementale, qui s'engage \u00e0 aider les voyageurs internationaux en leur fournissant des informations pr\u00e9cises, des syst\u00e8mes de demande transparents et une assistance client\u00e8le personnalis\u00e9e.","email":"inq@evisas.com","telephone":"+14158004485","foundingDate":"2016-05-22","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"_links":{"self":[{"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/pages\/13543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/comments?post=13543"}],"version-history":[{"count":5,"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/pages\/13543\/revisions"}],"predecessor-version":[{"id":13548,"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/pages\/13543\/revisions\/13548"}],"wp:attachment":[{"href":"https:\/\/evisas.com\/fr\/wp-json\/wp\/v2\/media?parent=13543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}