> For the complete documentation index, see [llms.txt](https://help.memberply.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.memberply.com/how-to-offer-subscriptions-with-non-supported-payment-gateways-in-shopify/create-a-one-time-payment-membership-tier.md).

# Create a one-time payment membership tier

The first step is to create a one-time payment membership tier.

1. From the left sidebar, click **Membership Tiers**.

<figure><img src="/files/2vSy6093f69ny5f3V1wr" alt=""><figcaption></figcaption></figure>

2. On the right side, click **Add New Membership Tier**.

<figure><img src="/files/16PUuZXLxmJWXHymo1F3" alt=""><figcaption></figcaption></figure>

3. On the right side, enter a name for your membership tier, for example **VIP Club**.

<figure><img src="/files/8x4S3hU0IKGN5PbBEoLf" alt=""><figcaption></figcaption></figure>

4. Enter a description for your membership tier.

<figure><img src="/files/5GU3uKyRgRce53n6S59M" alt=""><figcaption></figcaption></figure>

5. Select **One-Time Payment** as the method to charge customers.

{% hint style="info" %}
Once you click **Save and Publish**, the billing method is locked to protect existing members. You can update everything else, but if you need to change this locked setting, create a new membership tier and remove or disable the old one.
{% endhint %}

<figure><img src="/files/AhDCpCcXvbpilGH6971i" alt=""><figcaption></figcaption></figure>

6. Enter a membership cost. We recommend setting this to the cost of 1 year of membership.

{% hint style="info" %}
Once you click **Save and Publish**, the membership cost is locked to protect existing members. You can update everything else, but if you need to change this locked setting, create a new membership tier and remove or disable the old one.
{% endhint %}

<figure><img src="/files/mWsD32omeZ0Xw89wz0HZ" alt=""><figcaption></figcaption></figure>

7. Now add an expiry on the membership benefits for 1 year.

<figure><img src="/files/qRWrzN0RzPds2FtlRqyB" alt=""><figcaption></figcaption></figure>

8. Enter an early bird discount value as an incentive for members to renew their membership. You can select either a percentage off discount such as 10% off, or a fixed amount discount such as $10 off.

<figure><img src="/files/k3rvD3zZAsOPe6Q9qnyS" alt=""><figcaption></figcaption></figure>

9. Enter when the early bird discount is valid until. We recommend making this 1 day after the membership expires. This allows all 3 renewal reminder emails to be sent and gives the member a chance to renew with the discount if they do not get to their emails in time.

<figure><img src="/files/HFjgsurMzKKNj4OztbzF" alt=""><figcaption></figcaption></figure>

10. Click **Save and Publish**.

<figure><img src="/files/AXOernsxlsAmS4EGNKzm" alt=""><figcaption></figcaption></figure>

11. Once you have saved your membership tier, click **View Product** to see the membership product on your storefront.

<figure><img src="/files/DX5xfsBk98wzxeeRc63Y" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.memberply.com/how-to-offer-subscriptions-with-non-supported-payment-gateways-in-shopify/create-a-one-time-payment-membership-tier.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
