Saltar al contenido principal
Ayuda
mypos.com
Español (España)
Български (България)
Čeština (Česko)
Dansk (Danmark)
Deutsch (Österreich)
Deutsch (Schweiz)
Deutsch (Deutschland)
Deutsch (Luxemburg)
Ελληνικά (Κύπρος)
Ελληνικά (Ελλάδα)
English (World)
English (BG)
English (CH)
English (GB)
English (Gibraltar)
English (IE)
suomi (Suomi)
Français (Belgique)
Français (Suisse)
Français (France)
hrvatski (Hrvatska)
Magyar (Magyarország)
Íslenska (Ísland)
Italiano (Svizzera)
Italiano (Italia)
Lietuvių (Lietuva)
Nederlands (België)
Nederlands (Nederland)
Norsk
Polski (Polska)
Português (Portugal)
Română (România)
Svenska (Sverige)
BG
DE
EN
myPOS Support
Acceso y navegación a la cuenta web
Búsqueda
Acceso y navegación a la cuenta web
Acceso a la cuenta web
¿Dónde puedo cambiar mi número de teléfono?
He olvidado mi contraseña. ¿Qué puedo hacer?
¿Es necesario que los usuarios de cuentas adicionales superen el proceso de identificación?
¿Qué ocurre si el usuario no completa el proceso de identificación?
Ver los 8 artículos
Navegación a la cuenta web
Cómo descargar su certificado IBAN y ver los datos de su cuenta bancaria
¿Cómo personalizo y gestiono los ajustes de mis recibos?
¿Cómo desactivo mi tienda online?
¿Cómo encuentro el MID (ID de comerciante) en mi cuenta web de myPOS?
Ver los 15 artículos
¿Todavía necesitas ayuda?
Contáctenos
Categorías
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Abrir/cerrar menú de navegación
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categorías
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Ver todos los artículos
<% } %>
<% } %>