> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit a paid podcast to Spotify

> Submit your Memberful paid podcast to Spotify so members can subscribe and listen to your secure, members-only feed directly inside the Spotify app.

export const ContactSupport = ({label = "Contact us to get set up →", fallbackEmail = "info@memberful.com", className = ""}) => {
  const handleClick = e => {
    e.preventDefault();
    if (typeof window !== 'undefined' && window.Intercom) {
      try {
        window.Intercom('showNewMessage');
        return;
      } catch (error) {
        console.warn('Intercom failed to open:', error);
      }
    }
    window.location.href = `mailto:${fallbackEmail}`;
  };
  return <a href={`mailto:${fallbackEmail}`} onClick={handleClick} className={className}>
      {label}
    </a>;
};

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

In this help article, we'll guide you through the complete process of creating and managing a paid podcast on Spotify with Memberful, from initial setup to submission, accessing analytics, managing subscriptions, and optimizing your redirect settings.

## Create a podcast

To create a paid podcast in Memberful, go to *Content → Podcasts* and click **Create Podcast**. The first step is to enter the podcast's RSS feed URL. [Learn more about hosting your podcast.](/podcasting/setup/create-a-paid-podcast/#create-an-unlisted-rss-feed-with-your-host)

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/podcast-add-new.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=3dd9b609af3a4a41fe830b436b9e6a91" alt="Add a new podcast" width="1440" height="1269" data-path="images/media/submit-a-paid-podcast-to-spotify/podcast-add-new.png" />
</Frame>

At this point, Memberful will validate the feed and check for any issues. If there are any problems, we'll let you know so you can fix them with your podcast host before continuing.

Next, give this podcast a name for your own reference. This will not be visible to your members.

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/podcast-name.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=e3f6cd4dea046fb609e73d5c2b5dd1ba" alt="Podcast name" width="1440" height="378" data-path="images/media/submit-a-paid-podcast-to-spotify/podcast-name.png" />
</Frame>

Go to the *Which plans should include this podcast?* section, and click **Select from your list of plans.**

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/podcast-add-to-plan.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=832532858f9d98c266180ed6f924fe28" alt="Add podcasts to plans" width="1440" height="778" data-path="images/media/submit-a-paid-podcast-to-spotify/podcast-add-to-plan.png" />
</Frame>

You can also add a podcast in the plan's settings via *Revenue → All plans → Select a plan → Plan Settings.*

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/podcast-add-plan-settings.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=a655060b9e396a54e8dcd5729fb7ee0c" alt="Add podcast to an individual plan" width="1440" height="269" data-path="images/media/submit-a-paid-podcast-to-spotify/podcast-add-plan-settings.png" />
</Frame>

We'll create secure RSS feeds for each member with an active subscription to a plan that includes podcasts.

## Submit podcast to Spotify

Toggle on **Submit this podcast to Spotify.**

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/submit-this-podcast-to-spotify.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=2fe85d074e9a34acd9171cbc5adcac8d" alt="Submit this podcast to Spotify" width="1440" height="258" data-path="images/media/submit-a-paid-podcast-to-spotify/submit-this-podcast-to-spotify.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  Spotify does not currently support video podcasts that are encrypted for members-only through Memberful.
</Callout>

The feed will then be submitted to Spotify, which will begin processing it. This process can take up to an hour.

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/processing-spotify-feed.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=caa699025d98620b1606ee835f4ecf98" alt="Processing Spotify feed" width="1440" height="240" data-path="images/media/submit-a-paid-podcast-to-spotify/processing-spotify-feed.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  Podcasts on Spotify must include cover art, a description, and an iTunes author, otherwise they'll be rejected at this stage.
</Callout>

Once it's processed, you'll see a link to open the podcast in Spotify.

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/open-in-spotify.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=4acca06f50ee88136a924463ece42e19" alt="Open in Spotify" width="1440" height="240" data-path="images/media/submit-a-paid-podcast-to-spotify/open-in-spotify.png" />
</Frame>

At this point, your members will see the option to [subscribe to the podcast via Spotify.](#subscribe-to-a-paid-podcast-on-spotify)

<Callout icon="triangle-alert" color="#FFE044">
  Podcasts and their episodes are publicly searchable on Spotify, and the listings' metadata will be accessible to everyone. Make sure not to include any members-only info in the show notes because they'll be visible to everyone.
</Callout>

## Set up Synced Feeds

Spotify has a feature called "Synced Feeds" that allows both your public feed and your members-only feed to appear together in one place. Non-members will see all publicly available episodes, along with locked member-only episodes, and members will see the full range of your content: all exclusive episodes, bonus content, and any free episodes not duplicated in the members-only feed.

If a free episode appears in both feeds, Spotify will automatically pair them to prevent duplicates and show the correct version to listeners. For lower-confidence pairs, your review and approval are required before they're paired.

**Here's how to set it up:**

1. [Submit a paid podcast to Spotify](/podcasting/setup/submit-a-paid-podcast-to-spotify/#submit-podcast-to-spotify) from your Memberful dashboard, then allow some time for Spotify to approve and process your submission.
2. Next, claim both your public and private podcasts in your Spotify account. Use the podcast RSS feed Memberful generates to [claim your private show in Spotify.](https://support.spotify.com/us/creators/article/claiming-your-podcast-on-spotify-for-creators/)

   <Frame>
     <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/synced-feeds.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=ea28939f9d27c16e9685a1bfdc0bd447" alt="Synced Feeds" width="1440" height="655" data-path="images/media/submit-a-paid-podcast-to-spotify/synced-feeds.png" />
   </Frame>
3. In [Spotify for Creators](https://creators.spotify.com/), open your public podcast and go to *Episodes > Synced feeds > Learn more,* and follow the steps on screen to set up the synced feed.
4. Finally, [add a banner](https://support.spotify.com/ca-en/creators/article/linking-and-promoting-your-paid-podcast/) on your Spotify free show page to promote the paid version to your listeners.

## Consider your redirect settings

To make it as easy as possible for your members to subscribe to your private podcasts, we recommend showing the [podcast subscription page within the checkout.](#subscribe-to-a-paid-podcast-on-spotify) However, this means that if you have any automatic redirects set up for your plans, members will need to click **Continue to site** to get there.

This might cause issues with [affiliate tracking](/discounts-and-gifting/affiliate-marketing/tapfiliate/) you have on your site, or you might want to create your own subscription page on your website, bypassing the subscription page in Memberful.

When you're creating or editing a plan, you'll see the following section to establish where to redirect after checkout. You can choose to redirect to the member benefits and content page, following your site-wide automatic redirect URL, or a custom redirect just for this plan.

If your plan includes a podcast, we recommend selecting **Yes, show benefits and content after checkout** to make it as easy as possible for your members to subscribe to your private podcasts.

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/podcast-redirect-2.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=8b39f5d645971cad6838075b892f089b" alt="Setting the redirect settings an individual plan" width="1440" height="449" data-path="images/media/submit-a-paid-podcast-to-spotify/podcast-redirect-2.png" />
</Frame>

## Subscribe to a paid podcast on Spotify

After you purchase a plan with a podcast included, you'll see the podcast subscription page. One of the options on this page will be Spotify.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/subscribe-to-podcast.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=26f8160f5f0f1fbcbb8c72c0da02feb2" alt="Subscribe to podcast" width="1440" height="1286" data-path="images/media/submit-a-paid-podcast-to-spotify/subscribe-to-podcast.png" />
</Frame>

<Callout icon="info" color="#22E273">
  Members with an [All-Access Pass](/member-management/payments-and-access/give-free-access/#comp-access-to-all-plans-and-downloads) can subscribe to the podcast on Spotify.
</Callout>

After selecting Spotify, you will be redirected to Spotify to log in, and the paid podcast will still be locked.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-login.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=69fe812180d7a1c025fd6ddb597e3b11" alt="Spotify login" width="1440" height="1145" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-login.png" />
</Frame>

You can either log in with your existing Spotify account or create a new one.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-account.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=b4693059d72ace7d40882c6870fb2747" alt="Spotify account" width="1440" height="1164" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-account.png" />
</Frame>

Spotify will take you through a few confirmation pages and ask you to agree with their permissions.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-permissions.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=2d3d853dae89bc2cbd8f45ddaed25e96" alt="Subscribe to podcast permissions" width="1440" height="1674" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-permissions.png" />
</Frame>

After agreeing, you'll see your members-only podcast with a lock symbol, and will click it.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe1.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=d5dd77f772dff41b8ee15a814a862c8c" alt="Subscribe to podcast1" width="1440" height="1077" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe1.png" />
</Frame>

A pop-up will appear and you will click **Get access.**

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe2.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=aea62eedcd3c1ddedde088bcfddfac4b" alt="Subscribe to podcast2" width="1440" height="1120" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe2.png" />
</Frame>

You'll be redirected to a page that will sync your Memberful and Spotify account. Click **Link Account.**

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe3.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=7ee6abcfd19d32e9b3db770b7d01420f" alt="Subscribe to podcast3" width="1440" height="851" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe3.png" />
</Frame>

You'll be redirected to a Memberful sign-in form if needed.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe4.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=11f9d54981f6992753cc6e5462379925" alt="Subscribe to podcast4" width="1440" height="610" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe4.png" />
</Frame>

After sign-in, you'll be redirected to a Spotify page confirming access. You can click the link to get redirected to your Spotify account.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe5.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=09eae2b3f8892e0e0698a19e34a7c12b" alt="Subscribe to podcast5" width="1440" height="345" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe5.png" />
</Frame>

The Spotify paid podcast is now unlocked and you have access to the content.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe6.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=ef04007a764fc02e994bf07e5aaf7232" alt="Subscribe to podcast6" width="1440" height="759" data-path="images/media/submit-a-paid-podcast-to-spotify/spotify-subscribe6.png" />
</Frame>

If a subscription includes multiple podcasts that have been submitted to Spotify, this account linking process will grant you access to all of them.

### Can members link multiple accounts?

To prevent sharing, a Spotify account can't be linked to two Memberful member accounts (for the same site). Likewise, a Memberful account can't be linked to two Spotify accounts.

When a member has already linked a Spotify account and tries to connect a different account, they'll see an option to unlink the existing account and reconnect in Memberful.

<Frame>
  <img src="https://mintcdn.com/memberful/ciprA_sLGbbo6V7o/images/media/submit-a-paid-podcast-to-spotify/unlink-account.png?fit=max&auto=format&n=ciprA_sLGbbo6V7o&q=85&s=8fe407d28e22818e396462b610e6958c" alt="Unlink account" width="1440" height="613" data-path="images/media/submit-a-paid-podcast-to-spotify/unlink-account.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  A Spotify account can only be linked to one Memberful account per site, and a Memberful account can only connect to one Spotify account.

  If a member tries to connect a new Spotify account, they'll be prompted to unlink the existing one first.

  If their Spotify account is already linked to a different Memberful account, they'll need to unlink it there before reconnecting. If a site admin deletes the duplicate Memberful account, the Spotify link is automatically removed.
</Callout>

### Do members have to repeat the process for every podcast?

Unlike with other podcast clients, members do not need to subscribe individually to each of your podcasts on Spotify. The account linking process will give them access to all the shows that have been submitted to Spotify and are included in their plan.

If you later submit another podcast to Spotify and include it in the same plan, the member will get access to it automatically.

### Testing the member's experience

To test the member's experience when subscribing to a paid podcast via Spotify, you can use a [test member account](/overview/getting-started/make-test-purchases/) with access to a plan that includes the podcast. After you click the **Spotify** logo on the podcast subscription page, link your Spotify account to this test member account.

## Check member's connected Spotify account

Once a member has subscribed to a podcast via Spotify, you'll be able to see their Spotify username in your Memberful dashboard. Newer Spotify accounts aren't allowed to pick a username, so their username might show up as a random string of letters and numbers, which is okay.

<Frame>
  <img src="https://mintcdn.com/memberful/yVoiOagJSDkuQDxk/images/media/submit-a-paid-podcast-to-spotify/check-member-s-connected-spotify-account.png?fit=max&auto=format&n=yVoiOagJSDkuQDxk&q=85&s=6b9d92c44c289f51121c392a9421afb9" alt="Check member's connected Spotify account" width="1440" height="812" data-path="images/media/submit-a-paid-podcast-to-spotify/check-member-s-connected-spotify-account.png" />
</Frame>

## Trial Spotify in test mode

You can trial Spotify while your site's in [test mode](/account-management/modes/manage-your-account-in-test-mode/). Podcasts from a test site won't show up in Spotify search, but they'll go live automatically once your site does. Want to give Spotify a try before launching? <ContactSupport label="Contact us" /> for help.

<RelatedDocs
  link1={{
url: "/overview/setup-guides/paid-podcast/",
label: "Create a paid podcast.",
}}
  link2={{
url: "/plans/individual-plans/create-a-plan/",
label: "Create a plan to sell subscriptions.",
}}
  link3={{
url: "/plans/promote-and-sell/add-a-link-to-buy-a-plan/",
label: "Add a plan purchase link to your site.",
}}
/>
