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
Frais et plafonds
Recherche
Frais et plafonds
Règlementation sur les frais d’interchange pour le Royaume-Uni
Quels sont les frais du programme?
Qu’est-ce que l’interchange ?
Qu’est-ce que le tarif différencié ?
Frais pour accepter des paiements
Pourquoi les frais de service sont-ils nécessaires ?
Comment puis-je éviter l’application de frais de service ?
Serai-je averti(e) à l’avance si je dois payer des frais de service ?
Frais de non-participation, frais d’inactivité et frais de non-acquisition - Comment puis-je éviter de payer ces frais ?
Plafonds pour effectuer des paiements
Comment puis-je augmenter mon plafond de virement ?
Comment puis-je augmenter le plafond de retrait de ma carte ?
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
<% } %>
<% } %>