Aller au contenu principal
Aide
mypos.com
Français (Belgique)
Български (България)
Č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)
Español (España)
suomi (Suomi)
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
Accès au compte du site web et navigation
Recherche
Accès au compte du site web et navigation
Accès au compte professionnel en ligne
Comment puis-je changer mon numéro de téléphone ?
J’ai oublié mon mot de passe. Que dois-je faire ?
Les autres utilisateurs du compte doivent-ils également effectuer le processus d’identification ?
Que se passe-t-il si un utilisateur n’effectue pas le processus d’identification ?
Afficher les 8 articles
Navigation sur la plateforme en ligne
Comment télécharger votre justificatif IBAN et consulter les détails de votre compte bancaire
Comment personnaliser et gérer vos paramètres de reçu ?
Comment désactiver votre boutique en ligne ?
Comment trouver votre MID (identifiant commerçant) sur le compte web myPOS ?
Afficher les 15 articles
As-tu toujours besoin d'aide?
Contactez-nous
Catégories
<% 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 %>
Ouvrir/Fermer le menu de navigation
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Catégories
<% 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) { %>
Consulter tous les articles
<% } %>
<% } %>