{{#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 default subscription currency

{{#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"}}
{{/liquid-if}}
{{#if this.showDisconnectStripeConnectModal}} {{/if}}