Overslaan en naar hoofdcontent gaan
Klantenservice
mypos.com
Nederlands (Nederland)
Български (България)
Čeština (Česko)
Dansk (Danmark)
Deutsch (Österreich)
Deutsch (Schweiz)
Deutsch (Deutschland)
Deutsch (Luxemburg)
Ελληνικά (Κύπρος)
Ελληνικά (Ελλάδα)
English (World)
English (Bulgaria)
English (Switzerland)
English (United Kingdom)
English (Gibraltar)
English (Ireland)
Español (España)
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ë)
Norsk
Polski (Polska)
Português (Portugal)
Română (România)
Svenska (Sverige)
BG
DE
EN
myPOS Support
Tarieven en limieten
Zoeken
Tarieven en limieten
Regelingeving Interchange-kosten voor VK
Wat zijn scheme fees?
Wat is interchange?
Wat is een niet-gecombineerd tarief?
Tarieven voor het accepteren van betalingen
Bijgewerkte classificatie van non-EER-kaarten en uw myPOS-tarieven
Waarom zijn er servicekosten nodig?
Hoe kan ik het in rekening brengen van servicekosten voorkomen?
Word ik van te voren op de hoogte gebracht als ik servicekosten moet betalen?
Limieten voor het verrichten van betalingen
Hoe verhoog ik mijn limiet voor overboekingen?
Hoe verhoog ik mijn limiet voor het opnemen van contant geld?
Nog meer hulp nodig?
Contact
Categorieën
<% 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 %>
Navigatiemenu in- en uitschakelen
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categorieën
<% 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) { %>
Zie alle artikelen
<% } %>
<% } %>