Create Subscription Prices

Overview

Stripe allows you to create subscription prices for your subscription shortcode. This way, you can create multiple subscribe buttons with different prices or Stripe Plan options in the Register form. 

If you have existing subscription prices, you can simply import them from the stripe settings but if you have not created any prices yet, do the following steps below:

Note: If you are seeking information about the pricing models supported by the Stripe extension, please consult our Stripe FAQ article titled "What Pricing Models are supported in the Stripe extension?" This article provides details on the various pricing models that can be utilized with the Stripe extension.

  1. To create a new subscription/product price, go to https://dashboard.stripe.com/ and on the side menu, click on the '+More' tab and click on Product Catalog under Manage your products
  2. On the Product Catalog page, Click the " + Add product" button to display the form.
  3. Add the "Name", "Description(optional)" and "Image(optional) of your product.
  4. In the Price Information, the UM Stripe module supports Recurring Prices and One-time Prices as the Pricing Models
  5. Suppose you have selected Recurring as your pricing model. In that case, you can choose the following  Billing Period from the drop-down menu: Daily, Weekly, Monthly, Every 3 months, Every 6 months, Yearly, & Custom.
  6. Create multiple pricing options per product by clicking the '+Add another price' button. 

  7. For an alternative pricing structure, you have the flexibility to choose the 'One-time' option. This empowers your users to decide between recurring or one-time payments for their purchases or subscriptions.
  8. After saving the product, proceed to import prices from your Stripe Account by navigating to wp-admin > Ultimate Member > Settings > Extensions > Stripe. 

  9. Once the import process is complete, the newly created prices will appear in the Stripe Plans form at WP-Admin > Ultimate Member > Stripe Plans. Simply hover your mouse over the desired Stripe Plan and click on 'Edit'.
  10. You'll find the product type and associated price you established with Stripe listed under Subscription Price. These details are locked to prevent any conflicts. 
  11. The corresponding ' one-time' price configured in Stripe will be showcased in the Subscription Price field.

EXT: SHORTCODE REFERENCE