support.patreon.com Open in urlscan Pro
104.16.51.111  Public Scan

Submitted URL: http://support.patreon.com/
Effective URL: https://support.patreon.com/hc/de-de
Submission: On May 03 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /hc/de-de/search

<form role="search" class="form-field flex-1 mb-0" data-search="" action="/hc/de-de/search" accept-charset="UTF-8" method="get" data-airgap-id="30"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search" name="query"
    id="query" placeholder="Suchen" aria-label="Suchen"></form>

GET /hc/de-de/search

<form role="search" class="form-field mb-0" data-search="" data-instant="true" autocomplete="off" action="/hc/de-de/search" accept-charset="UTF-8" method="get" data-airgap-id="31"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input
    type="search" name="query" id="query" placeholder="Suchen" autocomplete="off" aria-label="Suchen"></form>

Text Content

Zum Hauptinhalt gehen
Help Center Navigationsmenü öffnen/schließen


Creator Hub besuchen Anfrage einreichen


WIE KÖNNEN WIR HELFEN?


SUCHE



Häufige Suchanfragen

Zahlungen
ablehnen
stornieren
 * Themen für Kreative
 * Mitgliederthemen
 * Allgemeine Themen




NACH THEMA DURCHSUCHEN


THEMEN FÜR KREATIVE



Weitere anzeigen


MITGLIEDERTHEMEN

Weitere anzeigen


ALLGEMEINE THEMEN



Weitere anzeigen


HÄUFIG GESTELLTE FRAGEN ZU ZAHLUNGEN


STEUERN


VERWENDUNG VON PATREON


POSTEN AUF PATREON


LEVEL & BENEFITS




VERWALTUNG DEINER COMMUNITY




BELIEBTE ARTIKEL

 * Wie kostenlose Mitgliedschaften dazu beitragen können, deine Community zu
   vergrößern
 * Abrechnungsmodelle für Mitglieder und Kund*innen
 * So verwendest du deinen Beziehungs-Manager
 * Wie wechsle ich mein Abrechnungsmodell? (Kreative)


MITGLIED SEIN


ABRECHNUNG




DEINE BENEFITS




STEUERN






BELIEBTE ARTIKEL

 * Warum kann ich nicht auf Posts zugreifen?
 * Wie beantrage ich eine Rückerstattung?
 * So funktioniert die Abrechnung der Mitgliedschaft
 * So kündigst du eine Mitgliedschaft


ANMELDUNG & REGISTRIERUNG




INHALTSRICHTLINIEN UND ANDERE RICHTLINIEN




PATREON-SUPPORT




PATREON-MITTEILUNGEN






BELIEBTE ARTIKEL

 * Verwendung der Patreon-App
 * Hilfe bei der Anmeldung
 * So kannst du deine E-Mail-Adresse oder dein Passwort ändern


BELIEBTE VIDEOS

 * 
   01:09
   
   
   THE BEST WAYS TO PROMOTE YOUR PATREON

 * 
   09:56
   
   
   HOW THESE PODCASTERS BUILT AN EPIC COMMUNITY | KNOW FOR SURE

 * 
   05:51
   
   
   HOW THIS CREATOR COLLABORATION TURNED INTO A SOMETHING MAGICAL

 * 
   02:02
   
   
   THE BIG MISCONCEPTION ABOUT ALGORITHMS

 * 
   00:36
   
   
   PATREON VIDEO IS HERE



 * 
 * 
 * 


RESSOURCEN

 * Marke
 * Creator Hub
 * Creator Community
 * App-Verzeichnis


UNTERNEHMEN

 * Über uns
 * Presse
 * Karriere
 * Datenschutzrichtlinie
 * Richtlinien und Bedingungen
 * Bedienhilfen

Deutsch (Deutschland)
English (GB) English (US) Español (España) Français (France) Italiano (Italia)


Häufige Suchanfragen


<% var sectionIds = sections .filter(function(section) { if (typeof categoryId
!== undefined) { return section['category_id'] == categoryId; } return true; })
.map(function(section) { return section.id }); var promotedArticles =
articles.filter(function(article) { return article.promoted &&
sectionIds.indexOf(article.section_id) !== -1; }) %> <% if
(promotedArticles.length) { %>


BELIEBTE ARTIKEL

<%= partial('article-list-partial-general', { articles: promotedArticles }) %>
<% } %>


BRAUCHST DU NOCH HILFE?

Das Support-Team von Patreon ist da, um dir zu helfen.

Anfrage einreichen
<% if (articles.length) { %>
   <% articles.forEach(function(article) { %>
 * <%= article.title %>
   <% }); %>

<% } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 0) %>
<% }) %>
<% } else { %>

leer

<% } %> <% var labels = "promoted".split(',').map(function(label) { return
label.trim(); }).filter(function(label) { return label; }); %> <% var
articlesWithLabels = articles.filter(function(article) { return
Util.intersection(article['label_names'], labels).length; }) %> <% if
(articlesWithLabels.length) { %>




<%= partial('article-list-partial-general', { articles: articlesWithLabels }) %>
<% } %>


KATEGORIEN

   <% categories.forEach(function(category, index) { %>
 * <%= category.name %>
   <%= partial('partial-article-list-sections', { id: 'category-' + category.id,
   parentId: '#sidebar-navigation', sections: category.sections,
   activeCategoryId: activeCategoryId, activeSectionId: activeSectionId,
   activeArticleId: activeArticleId, partial: partial }) %>
   <% }); %>

<% var activeCategory = categories.filter(function(category) { return
category.isActive; })[0] || null; %> <% if (typeof maxArticles === 'undefined'
|| !maxArticles) maxArticles = 5; %> <% if (activeCategory &&
activeCategory.sections.length) { %>


NAVIGATIONSMENÜ ÖFFNEN/SCHLIESSEN

   <% activeCategory.sections.forEach(function(section) { %>
 * <%= section.name %>
   <%= partial('partial-section-list-sections', { id: 'section-' + section.id,
   parentId: 'section-' + section.id, sections: section.sections,
   activeCategoryId: activeCategoryId, activeSectionId: activeSectionId,
   activeArticleId: activeArticleId, maxArticles: maxArticles, partial: partial
   }) %> <% if (section.articles.length) { %>
     <% section.articles.slice(0, maxArticles).forEach(function(article) { %>
   * <%= article.title %>
     <% }); %> <% if (section.articles.length > maxArticles) { %>
   * Alle Beiträge anzeigen
     <% } %>
   <% } %>
   <% }); %>

<% } %>


KATEGORIEN


KATEGORIEN

   <% 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.forEach(function(section) { %>
 * <%= section.name %>
   <%= partial('partial-section-list-sections', { id: 'section-' + section.id,
   parentId: '#' + id, sections: section.sections, activeCategoryId:
   activeCategoryId, activeSectionId: activeSectionId, activeArticleId:
   activeArticleId, maxArticles: maxArticles, partial: partial }) %> <% if
   (section.articles.length) { %>
     <% section.articles.slice(0, maxArticles).forEach(function(article) { %>
   * <%= article.title %>
     <% }); %> <% if (section.articles.length > maxArticles) { %>
   * Alle Beiträge anzeigen
     <% } %>
   <% } %>
   <% }); %>

<% } %>


KATEGORIEN

   <% categories.forEach(function(category) { %>
 * <%= category.name %>
   <% }); %>

   <% categories.forEach(function(category) { %>
 * <%= category.name %> <% if (category.sections.length) { %>
     <% category.sections.forEach(function(section) { %>
   * <%= section.name %>
     <% }); %>
   <% } %>
   <% }); %>