Pular para o conteúdo principal
Perfil
Entrar
Enviar uma solicitação
Entrar
Enviar uma solicitação
Central de Ajuda - Zapay Pagamentos
Enviar uma solicitação
Enviar uma solicitação
Formulário de Suporte
Solicitação de suporte
Olá, o nosso horário de funcionamento é de segunda a sexta, das 08h às 18h, você pode deixar uma mensagem e responderemos assim que um de nossos agentes estiver disponível.
Formulário Atendimento v2
Escolhe uma das opções abaixo e descreva a sua solicitação de ajuda
-
Formulário de Suporte
Solicitação de suporte
Olá, o nosso horário de funcionamento é de segunda a sexta, das 08h às 18h, você pode deixar uma mensagem e responderemos assim que um de nossos agentes estiver disponível.
Formulário Atendimento v2
Endereço de e-mail
Descrição
Anexos
(opcional)
Adicione o arquivo
ou solte os arquivos aqui
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 }) %>
<% }); %>
Categorias
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) { %>
Exibir mais
<% } %>
<% } %>