Pular para o conteúdo principal
Ajuda
mypos.com
Português (Portugal)
Български (България)
Č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 (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)
Română (România)
Svenska (Sverige)
BG
DE
EN
myPOS Support
Cartões
Pesquisa
Cartões
Tipos de cartões e definições de cartão
Como posso atualizar ou alterar o número de telefone associado ao meu cartão?
Não forneci um número de telemóvel à myPOS. Posso realizar uma compra online com 3D Secure?
Como funciona o 3D Secure?
O que tenho de fazer para começar a utilizar o 3D Secure?
Ver todos os 11 artigos
Encomenda e entrega de cartão
Como encomendar o seu cartão?
Encomendei / gostaria de encomendar um cartão empresarial myPOS, quanto tempo demora a chegar o meu cartão?
Transações com o cartão
A notificação push é obrigatória quando se fazem compras online?
Por que é que o meu cartão de comercial myPOS está bloqueado e como posso desbloqueá-lo?
Transações fraudulentas
Cartão recusado
Pesquisar respostas
Fale connosco
Categorias
<% 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 %>
Alternar menu de navegação
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categorias
<% 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 os artigos
<% } %>
<% } %>