{{#if this.stripeDirect}}

Connect to Stripe

Configure API keys to create subscriptions and take payments

{{#liquid-if this.membersStripeOpen}}

How you get paid

{{svg-jar "stripe-verified-partner-badge" class="gh-members-stripe-badge"}}

Stripe is our exclusive direct payments partner.
Ghost collects no fees on any payments! If you don’t have a Stripe account yet, you can sign up here.

{{/liquid-if}}
{{else}}

Connect to Stripe

{{#if this.stripeConnectAccountId}} {{#if this.hasActiveStripeSubscriptions}} Cannot disconnect while there are members with active Stripe subscriptions. {{else}} {{#if this.stripeConnectSuccess}} {{svg-jar "check-circle" class="stroke-green w4 h4 nudge-top--3"}} Successfully connected to {{this.stripeConnectAccountName}} {{else}} Connected to {{this.stripeConnectAccountName}} {{/if}} {{#unless this.stripeConnectLivemode}} Test mode {{/unless}} {{/if}} {{else}} Connect to Stripe to create subscriptions and take payments {{/if}}

{{#if this.stripeConnectAccountId}} {{else}} {{/if}}
{{#liquid-if this.membersStripeOpen}}
Connect with Stripe
{{if this.stripeConnectTestMode "Using" "Use"}} test mode
{{#if this.stripeConnectError}}

{{this.stripeConnectError}}

{{/if}}

How you get paid

{{svg-jar "stripe-verified-partner-badge" class="gh-members-stripe-badge"}}

Stripe is our exclusive direct payments partner.
Ghost collects no fees on any payments! If you don’t have a Stripe account yet, you can sign up here.

{{/liquid-if}}
{{/if}}

Subscription pricing

Set monthly and yearly recurring subscription prices

{{#liquid-if this.membersPricingOpen}}
{{one-way-select this.selectedCurrency id="currency" name="currency" options=(readonly this.allCurrencies) optionValuePath="value" optionLabelPath="label" update=(action "setStripePlansCurrency") }} {{svg-jar "arrow-down-small"}}
{{this.stripePlans.monthly.currency}}/month
{{this.stripePlans.yearly.currency}}/year
{{/liquid-if}}

Access

Allow free member signup

If disabled, members can only be signed up via payment checkout or API integration

Default post access

When a new post is created, who should have access to it?

{{#liquid-if this.membersPostAccessOpen}}
Public
All site visitors to your site, no login required
Members only
All logged-in members
Paid-members only
Only logged-in members with an active Stripe subscription
{{/liquid-if}}
{{#if this.showDisconnectStripeConnectModal}} {{/if}} {{#if this.showPortalSettings}} {{/if}} {{#if this.showLeaveSettingsModal}} {{/if}}