{"id":1067,"date":"2026-02-19T12:17:22","date_gmt":"2026-02-19T12:17:22","guid":{"rendered":"https:\/\/efacturation.ma\/?page_id=1067"},"modified":"2026-02-19T14:15:20","modified_gmt":"2026-02-19T14:15:20","slug":"paiement","status":"publish","type":"page","link":"https:\/\/efacturation.ma\/en\/paiement\/","title":{"rendered":"Paiement"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1067\" class=\"elementor elementor-1067\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6df63f21 e-con-full e-flex e-con e-parent\" data-id=\"6df63f21\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69122948 elementor-widget elementor-widget-heading\" data-id=\"69122948\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Paiement<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16dc9e9 e-flex e-con-boxed e-con e-parent\" data-id=\"16dc9e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e602e52 elementor-widget elementor-widget-spacer\" data-id=\"e602e52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be3b59a e-flex e-con-boxed e-con e-parent\" data-id=\"be3b59a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78085b8 elementor-widget elementor-widget-html\" data-id=\"78085b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <style>\n        :root {\n            --primary: #0056b3; \n            --bg-light: #f4f7f6;\n            --text-dark: #333;\n            --border-color: #d4d4d4; \n            --radius: 8px;\n            --asterisk-color: #e74c3c;\n        }\n        \n        .checkout-wrapper {\n            max-width: 1100px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1.5fr 1fr;\n            gap: 30px;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        .card, .summary-card {\n            background: white;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n\n        \/* MODIFICATION CSS : Suppression de border-bottom *\/\n        h2 { \n            margin-top: 0; \n            color: var(--text-dark); \n            \/* border-bottom: 2px solid var(--primary);  <-- SUPPRIM\u00c9 *\/\n            display: inline-block; \n            padding-bottom: 5px; \n            margin-bottom: 20px;\n        }\n        \n        .form-group { margin-bottom: 15px; }\n        \n        label { display: block; margin-bottom: 6px; font-weight: 600; color: #444; font-size: 0.95em; }\n        label.required::after { content: \" *\"; color: var(--asterisk-color); font-weight: bold; margin-left: 2px; }\n        \n        input, select {\n            width: 100%;\n            padding: 12px 15px;\n            border: 1px solid #d4d4d4 !important;\n            border-radius: var(--radius) !important;\n            box-sizing: border-box;\n            font-size: 15px;\n            background-color: #fff;\n            color: #333;\n            transition: all 0.3s;\n        }\n\n        input:focus, select:focus { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary); outline: none; }\n\n        .row-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }\n\n        .summary-card { position: sticky; top: 20px; }\n        .summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; color: #666; }\n        \n        \/* Style Code Promo *\/\n        .promo-container {\n            display: flex; gap: 8px; margin-top: 15px; margin-bottom: 5px;\n        }\n        .btn-apply {\n            background: #555; color: white; border: none; border-radius: var(--radius);\n            padding: 0 15px; cursor: pointer; font-weight: 600;\n        }\n        .btn-apply:hover { background: #333; }\n        #promo-message { font-size: 0.85em; margin-bottom: 5px; min-height: 20px; }\n\n        .total-row {\n            display: flex; justify-content: space-between; margin-top: 10px; padding-top: 20px;\n            border-top: 1px solid #eee; font-weight: bold; font-size: 1.2em; color: var(--text-dark);\n        }\n        \n        .btn-pay {\n            width: 100%; background: var(--primary); color: white; padding: 15px;\n            border: none; border-radius: var(--radius); font-size: 18px; font-weight: bold;\n            cursor: pointer; margin-top: 15px; transition: background 0.3s;\n        }\n        .btn-pay:hover { background: #004494; }\n\n        #promo-badge {\n            display:none; background: #e6fffa; color: #00705a; padding: 6px 10px;\n            border-radius: 4px; font-size: 13px; font-weight: bold; border: 1px solid #b2f5ea; margin-bottom: 15px;\n        }\n\n        @media (max-width: 768px) {\n            .checkout-wrapper { grid-template-columns: 1fr; }\n            .row-dual { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"checkout-wrapper\">\n    \n    <!-- COLONNE GAUCHE : FORMULAIRE -->\n    <div class=\"card\">\n        <h2>Vos informations<\/h2>\n        \n        <form id=\"checkoutForm\" action=\"\/wp-admin\/admin-post.php\" method=\"POST\">\n            <input type=\"hidden\" name=\"action\" value=\"paiement_cmi_action\">\n\n            <div class=\"row-dual\">\n                <div class=\"form-group\">\n                    <label class=\"required\">Nom<\/label>\n                    <input type=\"text\" name=\"lastname\" placeholder=\"Votre nom\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label class=\"required\">Pr\u00e9nom<\/label>\n                    <input type=\"text\" name=\"firstname\" placeholder=\"Votre pr\u00e9nom\" required>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-group\">\n                <label class=\"required\">Email<\/label>\n                <input type=\"email\" name=\"email\" required placeholder=\"ex: contact@masociete.com\">\n            <\/div>\n\n            <div class=\"form-group\">\n                <label class=\"required\">T\u00e9l\u00e9phone<\/label>\n                <input type=\"tel\" name=\"phone\" required placeholder=\"+212 6 01 02 03 04\">\n            <\/div>\n\n            <div class=\"form-group\">\n                <label class=\"required\">Raison Sociale<\/label>\n                <select name=\"legal_form\" required>\n                    <option value=\"\" disabled selected>Choisir le statut...<\/option>\n                    <option value=\"auto-entrepreneur\">Auto-entrepreneur<\/option>\n                    <option value=\"cooperative\">Coop\u00e9rative<\/option>\n                    <option value=\"sarl\">SARL<\/option>\n                    <option value=\"sas\">SAS<\/option>\n                    <option value=\"sa\">SA<\/option>\n                    <option value=\"autre\">Autre<\/option>\n                <\/select>\n            <\/div>\n\n            <div class=\"form-group\">\n                <label>Nom de l'entreprise <span style=\"font-weight:normal; font-size:0.85em; color:#999;\">(Optionnel)<\/span><\/label>\n                <input type=\"text\" name=\"company\" placeholder=\"Ma Soci\u00e9t\u00e9 SARL\">\n            <\/div>\n\n            <div class=\"form-group\">\n                <label>Adresse de facturation <span style=\"font-weight:normal; font-size:0.85em; color:#999;\">(Optionnel)<\/span><\/label>\n                <input type=\"text\" name=\"address\" placeholder=\"Adresse compl\u00e8te\">\n            <\/div>\n\n            <!-- CHAMPS CACH\u00c9S TECHNIQUES -->\n            <input type=\"hidden\" name=\"selected_plan\" id=\"input_plan\">\n            <input type=\"hidden\" name=\"final_amount\" id=\"input_amount\">\n            <input type=\"hidden\" name=\"promo_code\" id=\"input_promo_hidden\"> \n\n            <button type=\"submit\" class=\"btn-pay\">Payer et Commander<\/button>\n            \n            <div style=\"text-align: center; margin-top: 15px; opacity: 0.7;\">\n                <small>Paiement s\u00e9curis\u00e9 CMI \/ Payzone<\/small>\n            <\/div>\n        <\/form>\n    <\/div>\n\n    <!-- COLONNE DROITE : R\u00c9CAPITULATIF -->\n    <div class=\"summary-card\">\n        <h3>R\u00e9capitulatif<\/h3>\n        \n        <div id=\"cycle-display\" style=\"color: #666; font-size: 0.9em; margin-bottom: 5px;\">Facturation Mensuelle<\/div>\n        <div id=\"promo-badge\">\ud83c\udf89 \u00c9conomie de 15% appliqu\u00e9e<\/div>\n\n        <div class=\"summary-row\">\n            <span>Pack s\u00e9lectionn\u00e9<\/span>\n            <strong id=\"display_plan_name\">Chargement...<\/strong>\n        <\/div>\n        <div class=\"summary-row\">\n            <span>Prix (HT)<\/span>\n            <span id=\"display_price_ht\">-- MAD<\/span>\n        <\/div>\n        \n        <!-- MODIFICATION : TVA d\u00e9plac\u00e9e ICI (au-dessus du code promo) -->\n        <div class=\"summary-row\">\n            <span>TVA (20%)<\/span>\n            <span id=\"display_tva\">-- MAD<\/span>\n        <\/div>\n\n        <!-- ZONE CODE PROMO (Maintenant en dessous de la TVA) -->\n        <div class=\"promo-container\">\n            <input type=\"text\" id=\"promo_input\" placeholder=\"Code Promo\" style=\"text-transform:uppercase;\">\n            <button type=\"button\" class=\"btn-apply\" onclick=\"checkPromo()\">OK<\/button>\n        <\/div>\n        <div id=\"promo-message\"><\/div>\n        <!-- FIN ZONE CODE PROMO -->\n\n        <div class=\"total-row\">\n            <span>Total \u00e0 payer TTC<\/span>\n            <span id=\"display_total\" style=\"color: var(--primary);\">-- MAD<\/span>\n        <\/div>\n        <small style=\"display:block; margin-top:10px; color:#888;\">Facturation renouvelable.<\/small>\n    <\/div>\n\n<\/div>\n\n<!-- SCRIPT JAVASCRIPT -->\n<script>\n    const plans = {\n        'pro': { name: 'Pack Pro', price_monthly: 85, price_annual: 950 },\n        'plus': { name: 'Pack Plus', price_monthly: 165, price_annual: 1700 },\n        'gold': { name: 'Pack Gold', price_monthly: 250, price_annual: 2550 }\n    };\n    const TVA_RATE = 0.20;\n\n    const urlParams = new URLSearchParams(window.location.search);\n    let selectedPlanKey = urlParams.get('pack') || 'pro'; \n    let selectedCycle = urlParams.get('cycle') || 'mensuel';\n    \n    \/\/ Variable pour stocker le % de r\u00e9duction du code promo\n    let promoDiscountPercent = 0; \n\n    function updateDisplay() {\n        if (!plans[selectedPlanKey]) selectedPlanKey = 'pro';\n        \n        const plan = plans[selectedPlanKey];\n        let priceHT = 0;\n        let labelDuration = \"\";\n\n        \/\/ 1. D\u00e9terminer le prix de base (Mensuel ou Annuel)\n        if (selectedCycle === 'annuel') {\n            priceHT = plan.price_annual;\n            labelDuration = \"\/ an\";\n            document.getElementById('promo-badge').style.display = 'block';\n            document.getElementById('cycle-display').innerText = 'Facturation Annuelle';\n        } else {\n            priceHT = plan.price_monthly;\n            labelDuration = \"\/ mois\";\n            document.getElementById('promo-badge').style.display = 'none';\n            document.getElementById('cycle-display').innerText = 'Facturation Mensuelle';\n        }\n\n        \/\/ 2. Appliquer la r\u00e9duction du Code Promo (si valide)\n        let discountAmount = priceHT * (promoDiscountPercent \/ 100);\n        let priceHT_AfterPromo = priceHT - discountAmount;\n\n        \/\/ 3. Calculer la TVA sur le prix remis\u00e9\n        let tva = priceHT_AfterPromo * TVA_RATE;\n        let totalTTC = priceHT_AfterPromo + tva;\n\n        \/\/ 4. Mettre \u00e0 jour l'interface\n        document.getElementById('display_plan_name').innerText = plan.name;\n        \n        document.getElementById('display_price_ht').innerText = priceHT_AfterPromo.toFixed(2) + ' MAD ' + labelDuration;\n        \n        document.getElementById('display_tva').innerText = tva.toFixed(2) + ' MAD';\n        document.getElementById('display_total').innerText = totalTTC.toFixed(2) + ' MAD';\n\n        \/\/ 5. Mettre \u00e0 jour les champs cach\u00e9s pour le backend\n        document.getElementById('input_plan').value = selectedPlanKey + '_' + selectedCycle;\n        document.getElementById('input_amount').value = totalTTC.toFixed(2);\n    }\n\n    \/\/ Fonction de v\u00e9rification du code promo\n    function checkPromo() {\n        const input = document.getElementById('promo_input');\n        const code = input.value.toUpperCase().trim();\n        const msg = document.getElementById('promo-message');\n        const hiddenInput = document.getElementById('input_promo_hidden');\n\n        \/\/ --- SIMULATION BACKEND ---\n        \/\/ MODIFICATION : Code promo chang\u00e9 pour SEOCOM26\n        if (code === 'SEOCOM26') {\n            promoDiscountPercent = 10; \/\/ 10% de r\u00e9duction (Vous pouvez changer ce chiffre)\n            msg.style.color = 'green';\n            msg.innerText = 'Code valide : -10% appliqu\u00e9 !';\n            hiddenInput.value = code; \n        } else if (code === '') {\n            promoDiscountPercent = 0;\n            msg.innerText = '';\n            hiddenInput.value = '';\n        } else {\n            promoDiscountPercent = 0;\n            msg.style.color = 'red';\n            msg.innerText = 'Ce code promo n\\'existe pas.';\n            hiddenInput.value = '';\n        }\n\n        updateDisplay(); \/\/ Recalculer les prix\n    }\n\n    \/\/ Lancer au chargement\n    updateDisplay();\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d4a2e0 e-flex e-con-boxed e-con e-parent\" data-id=\"8d4a2e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86f6c8f elementor-widget elementor-widget-spacer\" data-id=\"86f6c8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Paiement Vos informations Nom Pr\u00e9nom Email T\u00e9l\u00e9phone Raison Sociale Choisir le statut&#8230;Auto-entrepreneurCoop\u00e9rativeSARLSASSAAutre Nom de l&rsquo;entreprise (Optionnel) Adresse de facturation (Optionnel) Payer et Commander Paiement s\u00e9curis\u00e9 CMI \/ Payzone R\u00e9capitulatif Facturation Mensuelle \ud83c\udf89 \u00c9conomie de 15% appliqu\u00e9e Pack s\u00e9lectionn\u00e9 Chargement&#8230; Prix (HT) &#8212; MAD TVA (20%) &#8212; MAD OK Total \u00e0 payer TTC &#8212; MAD Facturation [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1067","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Paiement - E Facturation<\/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:\/\/efacturation.ma\/en\/paiement\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Paiement - E Facturation\" \/>\n<meta property=\"og:description\" content=\"Paiement Vos informations Nom Pr\u00e9nom Email T\u00e9l\u00e9phone Raison Sociale Choisir le statut...Auto-entrepreneurCoop\u00e9rativeSARLSASSAAutre Nom de l&#039;entreprise (Optionnel) Adresse de facturation (Optionnel) Payer et Commander Paiement s\u00e9curis\u00e9 CMI \/ Payzone R\u00e9capitulatif Facturation Mensuelle \ud83c\udf89 \u00c9conomie de 15% appliqu\u00e9e Pack s\u00e9lectionn\u00e9 Chargement... Prix (HT) -- MAD TVA (20%) -- MAD OK Total \u00e0 payer TTC -- MAD Facturation [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/efacturation.ma\/en\/paiement\/\" \/>\n<meta property=\"og:site_name\" content=\"E Facturation\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T14:15:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/efacturation.ma\/wp-content\/uploads\/2026\/02\/efacturation-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/efacturation.ma\\\/paiement\\\/\",\"url\":\"https:\\\/\\\/efacturation.ma\\\/paiement\\\/\",\"name\":\"Paiement - E Facturation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/efacturation.ma\\\/#website\"},\"datePublished\":\"2026-02-19T12:17:22+00:00\",\"dateModified\":\"2026-02-19T14:15:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/efacturation.ma\\\/paiement\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/efacturation.ma\\\/paiement\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/efacturation.ma\\\/paiement\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/efacturation.ma\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Paiement\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/efacturation.ma\\\/#website\",\"url\":\"https:\\\/\\\/efacturation.ma\\\/\",\"name\":\"E Facturation\",\"description\":\"Logiciel de facturation au Maroc - Application de facturation - Logiciel saas facturation\",\"publisher\":{\"@id\":\"https:\\\/\\\/efacturation.ma\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/efacturation.ma\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/efacturation.ma\\\/#organization\",\"name\":\"E Facturation\",\"url\":\"https:\\\/\\\/efacturation.ma\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/efacturation.ma\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/efacturation.ma\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-efacturation-1.svg\",\"contentUrl\":\"https:\\\/\\\/efacturation.ma\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-efacturation-1.svg\",\"width\":2839,\"height\":747,\"caption\":\"E Facturation\"},\"image\":{\"@id\":\"https:\\\/\\\/efacturation.ma\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Paiement - E Facturation","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:\/\/efacturation.ma\/en\/paiement\/","og_locale":"en_US","og_type":"article","og_title":"Paiement - E Facturation","og_description":"Paiement Vos informations Nom Pr\u00e9nom Email T\u00e9l\u00e9phone Raison Sociale Choisir le statut...Auto-entrepreneurCoop\u00e9rativeSARLSASSAAutre Nom de l'entreprise (Optionnel) Adresse de facturation (Optionnel) Payer et Commander Paiement s\u00e9curis\u00e9 CMI \/ Payzone R\u00e9capitulatif Facturation Mensuelle \ud83c\udf89 \u00c9conomie de 15% appliqu\u00e9e Pack s\u00e9lectionn\u00e9 Chargement... Prix (HT) -- MAD TVA (20%) -- MAD OK Total \u00e0 payer TTC -- MAD Facturation [&hellip;]","og_url":"https:\/\/efacturation.ma\/en\/paiement\/","og_site_name":"E Facturation","article_modified_time":"2026-02-19T14:15:20+00:00","og_image":[{"width":800,"height":500,"url":"https:\/\/efacturation.ma\/wp-content\/uploads\/2026\/02\/efacturation-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/efacturation.ma\/paiement\/","url":"https:\/\/efacturation.ma\/paiement\/","name":"Paiement - E Facturation","isPartOf":{"@id":"https:\/\/efacturation.ma\/#website"},"datePublished":"2026-02-19T12:17:22+00:00","dateModified":"2026-02-19T14:15:20+00:00","breadcrumb":{"@id":"https:\/\/efacturation.ma\/paiement\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/efacturation.ma\/paiement\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/efacturation.ma\/paiement\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/efacturation.ma\/"},{"@type":"ListItem","position":2,"name":"Paiement"}]},{"@type":"WebSite","@id":"https:\/\/efacturation.ma\/#website","url":"https:\/\/efacturation.ma\/","name":"E Facturation","description":"Logiciel de facturation au Maroc - Application de facturation - Logiciel saas facturation","publisher":{"@id":"https:\/\/efacturation.ma\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/efacturation.ma\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/efacturation.ma\/#organization","name":"E Facturation","url":"https:\/\/efacturation.ma\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/efacturation.ma\/#\/schema\/logo\/image\/","url":"https:\/\/efacturation.ma\/wp-content\/uploads\/2026\/01\/Logo-efacturation-1.svg","contentUrl":"https:\/\/efacturation.ma\/wp-content\/uploads\/2026\/01\/Logo-efacturation-1.svg","width":2839,"height":747,"caption":"E Facturation"},"image":{"@id":"https:\/\/efacturation.ma\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/pages\/1067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/comments?post=1067"}],"version-history":[{"count":0,"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/pages\/1067\/revisions"}],"wp:attachment":[{"href":"https:\/\/efacturation.ma\/en\/wp-json\/wp\/v2\/media?parent=1067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}