{"id":3236,"date":"2026-05-16T00:24:32","date_gmt":"2026-05-16T06:24:32","guid":{"rendered":"https:\/\/webtotal.com.mx\/?page_id=3236"},"modified":"2026-05-19T19:06:05","modified_gmt":"2026-05-20T01:06:05","slug":"pagos","status":"publish","type":"page","link":"https:\/\/webtotal.com.mx\/index.php\/pagos\/","title":{"rendered":"Pagos"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Pasarela de Pedido &#8211; Web Total<\/title>\n    <!-- Cargamos FontAwesome para los iconos -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-color: #0056b3;\n            --secondary-color: #28a745;\n            --text-color: #333;\n            --bg-light: #f8f9fa;\n            --border-color: #ddd;\n        }\n\n        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--text-color); line-height: 1.6; }\n\n        \/* Botones Superiores *\/\n        .top-nav-buttons {\n            display: flex;\n            gap: 15px;\n            justify-content: center;\n            margin-bottom: 30px;\n            padding: 20px;\n            flex-wrap: wrap;\n        }\n\n        .btn-nav {\n            padding: 12px 24px;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: bold;\n            text-align: center;\n            transition: 0.3s;\n        }\n\n        .btn-iniciar { background-color: var(--primary-color); color: white; }\n        .btn-legal { background-color: #6c757d; color: white; }\n        .btn-nav:hover { opacity: 0.9; transform: translateY(-2px); }\n\n        \/* Contenedor de Slides *\/\n        .checkout-container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            min-height: 500px;\n        }\n\n        .slide { display: none; animation: fadeIn 0.5s; }\n        .slide.active { display: block; }\n\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n\n        \/* Estilos de Selecci\u00f3n *\/\n        .option-card {\n            border: 2px solid var(--border-color);\n            border-radius: 10px;\n            padding: 20px;\n            margin-bottom: 15px;\n            cursor: pointer;\n            transition: 0.3s;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .option-card:hover, .option-card.selected {\n            border-color: var(--primary-color);\n            background-color: #f0f7ff;\n        }\n\n        .option-card i { font-size: 24px; color: var(--primary-color); }\n\n        .advantage-badge {\n            background: #e7f3ff;\n            color: #0056b3;\n            padding: 2px 8px;\n            border-radius: 4px;\n            font-size: 0.85em;\n            margin-top: 5px;\n            display: inline-block;\n        }\n\n        \/* Botones de Navegaci\u00f3n del Formulario *\/\n        .step-footer {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 30px;\n            padding-top: 20px;\n            border-top: 1px solid var(--border-color);\n        }\n\n        .btn-step {\n            padding: 10px 30px;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            font-weight: bold;\n        }\n\n        .btn-next { background-color: var(--secondary-color); color: white; }\n        .btn-prev { background-color: #ccc; color: white; }\n\n        \/* Ticket de revisi\u00f3n *\/\n        .ticket-review {\n            background: #fff9e6;\n            border: 1px dashed #d4af37;\n            padding: 20px;\n            border-radius: 5px;\n        }\n\n        h2 { color: var(--primary-color); border-bottom: 2px solid var(--bg-light); padding-bottom: 10px; }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Botones Principales Superiores -->\n    <div class=\"top-nav-buttons\">\n                <a href=\"https:\/\/webtotal.com.mx\/index.php\/politica-privacidad\/\" class=\"btn-nav btn-legal\">T\u00e9rminos, condiciones, pol\u00edticas y documentaci\u00f3n legal<\/a>\n    <\/div>\n\n    <div class=\"checkout-container\">\n        <form id=\"orderForm\">\n            \n            <!-- Slide 1: T\u00e9rminos y Condiciones -->\n            <div class=\"slide active\" id=\"slide1\">\n                <h2><i class=\"fas fa-file-contract\"><\/i> T\u00e9rminos y Condiciones<\/h2>\n                <p>Para continuar, es necesario que aceptes nuestras pol\u00edticas de servicio y privacidad.<\/p>\n                <div class=\"option-card\" onclick=\"toggleCheckbox('terms')\">\n                    <input type=\"checkbox\" id=\"terms\" required>\n                    <label for=\"terms\">He le\u00eddo y acepto los t\u00e9rminos, condiciones y pol\u00edticas de Web Total.<\/label>\n                <\/div>\n            <\/div>\n\n            <!-- Slide 2: Proceso de Trabajo -->\n            <div class=\"slide\" id=\"slide2\">\n                <h2><i class=\"fas fa-cogs\"><\/i> Nuestro Proceso<\/h2>\n                <div class=\"option-card\">\n                    <i class=\"fas fa-1\"><\/i>\n                    <div><strong>Briefing:<\/strong> Entendemos tus necesidades.<\/div>\n                <\/div>\n                <div class=\"option-card\">\n                    <i class=\"fas fa-2\"><\/i>\n                    <div><strong>Desarrollo:<\/strong> Ejecutamos el proyecto con entregas parciales.<\/div>\n                <\/div>\n                <div class=\"option-card\">\n                    <i class=\"fas fa-3\"><\/i>\n                    <div><strong>Revisi\u00f3n y Lanzamiento:<\/strong> QA final y puesta en marcha.<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Slide 3: Selecci\u00f3n de Producto -->\n            <div class=\"slide\" id=\"slide3\">\n                <h2><i class=\"fas fa-box-open\"><\/i> Selecci\u00f3n de Producto<\/h2>\n                <div class=\"option-card\" onclick=\"selectProduct('Aplicaci\u00f3n M\u00f3vil \/ Web App', 'App')\">\n                    <i class=\"fas fa-mobile-alt\"><\/i>\n                    <div><strong>Aplicaciones<\/strong><br><small>Desarrollo nativo o h\u00edbrido<\/small><\/div>\n                <\/div>\n                <div class=\"option-card\" onclick=\"selectProduct('Membres\u00eda Anual \/ Mensual', 'Membres\u00eda')\">\n                    <i class=\"fas fa-id-card\"><\/i>\n                    <div><strong>Membres\u00edas<\/strong><br><small>Soporte y beneficios continuos<\/small><\/div>\n                <\/div>\n                <div class=\"option-card\" onclick=\"selectProduct('Consultor\u00eda Especializada', 'Consultor\u00eda')\">\n                    <i class=\"fas fa-user-tie\"><\/i>\n                    <div><strong>Consultor\u00eda<\/strong><br><small>Asesor\u00eda estrat\u00e9gica de negocio<\/small><\/div>\n                <\/div>\n                <input type=\"hidden\" id=\"selected_product\" name=\"producto\">\n            <\/div>\n\n            <!-- Slide 4: Forma de Pago y Frecuencia -->\n            <div class=\"slide\" id=\"slide4\">\n                <h2><i class=\"fas fa-credit-card\"><\/i> Configuraci\u00f3n de Pago<\/h2>\n                \n                <label><strong>Frecuencia:<\/strong><\/label>\n                <select id=\"payment_frequency\" class=\"option-card\" style=\"width: 100%;\">\n                    <option value=\"Pago \u00danico\">Pago \u00danico (Proyecto Completo)<\/option>\n                    <option value=\"Mensual\">Suscripci\u00f3n Mensual<\/option>\n                    <option value=\"Anual\">Suscripci\u00f3n Anual (Ahorra 2 meses)<\/option>\n                <\/select>\n\n                <label><strong>M\u00e9todo de Pago:<\/strong><\/label>\n                \n                <div class=\"option-card\" onclick=\"selectMethod('Pago \u00danico con Descuento', 'Recibe 10% de descuento inmediato')\">\n                    <i class=\"fas fa-bolt\"><\/i>\n                    <div>\n                        <strong>Pago \u00danico Total<\/strong><br>\n                        <span class=\"advantage-badge\">RECOMENDADO: Ahorra m\u00e1s y libera tu proyecto hoy<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"option-card\" onclick=\"selectMethod('Pago 70-30', '70% inicio, 30% contra entrega')\">\n                    <i class=\"fas fa-balance-scale\"><\/i>\n                    <div>\n                        <strong>Esquema 70\/30<\/strong><br>\n                        <span class=\"advantage-badge\">Prioridad alta en desarrollo<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"option-card\" onclick=\"selectMethod('Pago 50-50', '50% inicio, 50% entrega')\">\n                    <i class=\"fas fa-adjust\"><\/i>\n                    <div><strong>Esquema 50\/50<\/strong><br><small>Est\u00e1ndar comercial<\/small><\/div>\n                <\/div>\n\n                <div class=\"option-card\" onclick=\"selectMethod('MSI (Meses Sin Intereses)', 'Pago total con tarjeta de cr\u00e9dito')\">\n                    <i class=\"fas fa-calendar-check\"><\/i>\n                    <div>\n                        <strong>MSI (V\u00eda Clip)<\/strong><br>\n                        <span class=\"advantage-badge\">Paga a tu ritmo (sujeto a tarjeta)<\/span>\n                    <\/div>\n                <\/div>\n                <input type=\"hidden\" id=\"selected_method\" name=\"metodo\">\n            <\/div>\n\n            <!-- Slide 5: Revisi\u00f3n -->\n            <div class=\"slide\" id=\"slide5\">\n                <h2><i class=\"fas fa-search\"><\/i> Revisi\u00f3n de Pedido<\/h2>\n                <div class=\"ticket-review\" id=\"orderSummary\">\n                    <!-- JS llenar\u00e1 esto -->\n                <\/div>\n            <\/div>\n\n            <!-- Slide 6: V\u00eda de Pago Final -->\n            <div class=\"slide\" id=\"slide6\">\n                <h2><i class=\"fas fa-check-circle\"><\/i> Seleccionar V\u00eda de Pago<\/h2>\n                \n                <div class=\"option-card\" style=\"border-color: #28a745;\" onclick=\"finishOrder('whatsapp')\">\n                    <i class=\"fab fa-whatsapp\" style=\"color: #28a745;\"><\/i>\n                    <div>\n                        <strong>WHATSAPP<\/strong><br>\n                        <small>Aplica para link de pago, transferencia y efectivo (dep\u00f3sito)<\/small>\n                    <\/div>\n                <\/div>\n\n                <div class=\"option-card\" onclick=\"showAutopagoOptions()\">\n                    <i class=\"fas fa-robot\"><\/i>\n                    <div><strong>AUTOPAGO<\/strong><br><small>Gesti\u00f3n autom\u00e1tica e inmediata<\/small><\/div>\n                <\/div>\n\n                <div id=\"autopago-options\" style=\"display:none; margin-top:10px; padding-left: 20px;\">\n                    <a href=\"https:\/\/clip.mx\/@webtotalmexicopay\" target=\"_blank\" class=\"btn-nav btn-iniciar\" style=\"display:block; margin-bottom:10px;\">PAGO CON CLIP<\/a>\n                    <a href=\"#\" target=\"_blank\" class=\"btn-nav btn-legal\" style=\"display:block;\">PASARELA DE PAGOS NATIVA (WooCommerce)<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Navegaci\u00f3n -->\n            <div class=\"step-footer\">\n                <button type=\"button\" class=\"btn-step btn-prev\" id=\"prevBtn\" onclick=\"changeSlide(-1)\">Anterior<\/button>\n                <button type=\"button\" class=\"btn-step btn-next\" id=\"nextBtn\" onclick=\"changeSlide(1)\">Siguiente<\/button>\n            <\/div>\n        <\/form>\n    <\/div>\n\n    <script>\n        let currentSlide = 0;\n        const slides = document.querySelectorAll(\".slide\");\n        const productInput = document.getElementById(\"selected_product\");\n        const methodInput = document.getElementById(\"selected_method\");\n\n        function showSlide(n) {\n            slides.forEach(s => s.classList.remove(\"active\"));\n            slides[n].classList.add(\"active\");\n            \n            document.getElementById(\"prevBtn\").style.visibility = n === 0 ? \"hidden\" : \"visible\";\n            if (n === slides.length - 1) {\n                document.getElementById(\"nextBtn\").style.display = \"none\";\n            } else {\n                document.getElementById(\"nextBtn\").style.display = \"inline-block\";\n            }\n\n            if(n === 4) updateSummary();\n        }\n\n        function changeSlide(n) {\n            if (n === 1 && !validateForm()) return;\n            currentSlide += n;\n            showSlide(currentSlide);\n        }\n\n        function validateForm() {\n            if (currentSlide === 0 && !document.getElementById(\"terms\").checked) {\n                alert(\"Debes aceptar los t\u00e9rminos.\");\n                return false;\n            }\n            if (currentSlide === 2 && !productInput.value) {\n                alert(\"Por favor selecciona un producto.\");\n                return false;\n            }\n            if (currentSlide === 3 && !methodInput.value) {\n                alert(\"Por favor selecciona un m\u00e9todo de pago.\");\n                return false;\n            }\n            return true;\n        }\n\n        function selectProduct(name, val) {\n            productInput.value = name;\n            document.querySelectorAll(\"#slide3 .option-card\").forEach(el => el.classList.remove(\"selected\"));\n            event.currentTarget.classList.add(\"selected\");\n        }\n\n        function selectMethod(name, desc) {\n            methodInput.value = name;\n            document.querySelectorAll(\"#slide4 .option-card\").forEach(el => el.classList.remove(\"selected\"));\n            event.currentTarget.classList.add(\"selected\");\n        }\n\n        function updateSummary() {\n            const freq = document.getElementById(\"payment_frequency\").value;\n            const summary = `\n                <p><strong>\ud83d\udccb Producto:<\/strong> ${productInput.value}<\/p>\n                <p><strong>\ud83d\udcc5 Frecuencia:<\/strong> ${freq}<\/p>\n                <p><strong>\ud83d\udcb3 M\u00e9todo:<\/strong> ${methodInput.value}<\/p>\n                <hr>\n                <p><small>Al dar siguiente, elegir\u00e1s la v\u00eda de pago final.<\/small><\/p>\n            `;\n            document.getElementById(\"orderSummary\").innerHTML = summary;\n        }\n\n        function showAutopagoOptions() {\n            document.getElementById(\"autopago-options\").style.display = \"block\";\n        }\n\n        function finishOrder(type) {\n            if (type === 'whatsapp') {\n                const text = `*TICKET DE PRECOMPRA - WEB TOTAL*%0A%0A` +\n                             `*Producto:* ${productInput.value}%0A` +\n                             `*Frecuencia:* ${document.getElementById(\"payment_frequency\").value}%0A` +\n                             `*M\u00e9todo:* ${methodInput.value}%0A%0A` +\n                             `Hola, deseo concretar mi pago mediante transferencia o link manual.`;\n                \n                window.open(`https:\/\/wa.me\/525643451631?text=${text}`, '_blank');\n            }\n        }\n\n        \/\/ Inicializar\n        showSlide(currentSlide);\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Pasarela de Pedido &#8211; Web Total T\u00e9rminos, condiciones, pol\u00edticas y documentaci\u00f3n legal T\u00e9rminos y Condiciones Para continuar, es necesario que aceptes nuestras pol\u00edticas de servicio y privacidad. He le\u00eddo y acepto los t\u00e9rminos, condiciones y pol\u00edticas de Web Total. Nuestro Proceso Briefing: Entendemos tus necesidades. Desarrollo: Ejecutamos el proyecto con entregas parciales. Revisi\u00f3n y Lanzamiento: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3236","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pagos - Web Total M\u00e9xico Shop<\/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:\/\/webtotal.com.mx\/index.php\/pagos\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pagos - Web Total M\u00e9xico Shop\" \/>\n<meta property=\"og:description\" content=\"Pasarela de Pedido &#8211; Web Total T\u00e9rminos, condiciones, pol\u00edticas y documentaci\u00f3n legal T\u00e9rminos y Condiciones Para continuar, es necesario que aceptes nuestras pol\u00edticas de servicio y privacidad. He le\u00eddo y acepto los t\u00e9rminos, condiciones y pol\u00edticas de Web Total. Nuestro Proceso Briefing: Entendemos tus necesidades. Desarrollo: Ejecutamos el proyecto con entregas parciales. Revisi\u00f3n y Lanzamiento: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Total M\u00e9xico Shop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webtotalmx\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-20T01:06:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"819\" \/>\n\t<meta property=\"og:image:height\" content=\"819\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@webtotalmx\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/pagos\\\/\",\"url\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/pagos\\\/\",\"name\":\"Pagos - Web Total M\u00e9xico Shop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#website\"},\"datePublished\":\"2026-05-16T06:24:32+00:00\",\"dateModified\":\"2026-05-20T01:06:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/pagos\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/pagos\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/pagos\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/webtotal.com.mx\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pagos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#website\",\"url\":\"https:\\\/\\\/webtotal.com.mx\\\/\",\"name\":\"Web Total M\u00e9xico\",\"description\":\"Consultor\u00eda inform\u00e1tica, Dise\u00f1o Web e integraci\u00f3n de inteligencia artificial sustentable\",\"publisher\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#organization\"},\"alternateName\":\"Web Total\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/webtotal.com.mx\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#organization\",\"name\":\"WebTotal M\u00e9xico\",\"url\":\"https:\\\/\\\/webtotal.com.mx\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/webtotal.com.mx\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-cropped-LOGO-WEB-TOTAL-1.png\",\"contentUrl\":\"https:\\\/\\\/webtotal.com.mx\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-cropped-LOGO-WEB-TOTAL-1.png\",\"width\":819,\"height\":819,\"caption\":\"WebTotal M\u00e9xico\"},\"image\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/webtotalmx\",\"https:\\\/\\\/x.com\\\/webtotalmx\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pagos - Web Total M\u00e9xico Shop","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:\/\/webtotal.com.mx\/index.php\/pagos\/","og_locale":"es_MX","og_type":"article","og_title":"Pagos - Web Total M\u00e9xico Shop","og_description":"Pasarela de Pedido &#8211; Web Total T\u00e9rminos, condiciones, pol\u00edticas y documentaci\u00f3n legal T\u00e9rminos y Condiciones Para continuar, es necesario que aceptes nuestras pol\u00edticas de servicio y privacidad. He le\u00eddo y acepto los t\u00e9rminos, condiciones y pol\u00edticas de Web Total. Nuestro Proceso Briefing: Entendemos tus necesidades. Desarrollo: Ejecutamos el proyecto con entregas parciales. Revisi\u00f3n y Lanzamiento: [&hellip;]","og_url":"https:\/\/webtotal.com.mx\/index.php\/pagos\/","og_site_name":"Web Total M\u00e9xico Shop","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-05-20T01:06:05+00:00","og_image":[{"width":819,"height":819,"url":"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@webtotalmx","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtotal.com.mx\/index.php\/pagos\/","url":"https:\/\/webtotal.com.mx\/index.php\/pagos\/","name":"Pagos - Web Total M\u00e9xico Shop","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2026-05-16T06:24:32+00:00","dateModified":"2026-05-20T01:06:05+00:00","breadcrumb":{"@id":"https:\/\/webtotal.com.mx\/index.php\/pagos\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtotal.com.mx\/index.php\/pagos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtotal.com.mx\/index.php\/pagos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/webtotal.com.mx\/"},{"@type":"ListItem","position":2,"name":"Pagos"}]},{"@type":"WebSite","@id":"https:\/\/webtotal.com.mx\/#website","url":"https:\/\/webtotal.com.mx\/","name":"Web Total M\u00e9xico","description":"Consultor\u00eda inform\u00e1tica, Dise\u00f1o Web e integraci\u00f3n de inteligencia artificial sustentable","publisher":{"@id":"https:\/\/webtotal.com.mx\/#organization"},"alternateName":"Web Total","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webtotal.com.mx\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/webtotal.com.mx\/#organization","name":"WebTotal M\u00e9xico","url":"https:\/\/webtotal.com.mx\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/webtotal.com.mx\/#\/schema\/logo\/image\/","url":"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png","contentUrl":"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png","width":819,"height":819,"caption":"WebTotal M\u00e9xico"},"image":{"@id":"https:\/\/webtotal.com.mx\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webtotalmx","https:\/\/x.com\/webtotalmx"]}]}},"_links":{"self":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/3236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/comments?post=3236"}],"version-history":[{"count":3,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/3236\/revisions"}],"predecessor-version":[{"id":3290,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/3236\/revisions\/3290"}],"wp:attachment":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/media?parent=3236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}