Creating a SKU
To create a new SKU:- Go to your app’s settings in the Developer Portal.
- Select the Monetization → Manage SKUs tab.
- Click Create SKU.
| Type | Description |
|---|---|
| User Subscription | An auto-recurring subscription that grants benefits to one user across all servers |
| Guild Subscription | An auto-recurring subscription that grants benefits to all users in one server |
| Consumable | A one-time purchase that provides a temporary benefit, consumed upon use |
| Durable | A one-time purchase that grants a permanent addition or enhancement |
Creating subscription tiers
You can create multiple subscription tiers to offer different benefits at different price points. Each tier has its own set of benefits and price, and is represented by a unique SKU. To support upgrading and downgrading between tiers, see Supporting upgrades and downgrades.SKU limitations
- You can create up to 50 total SKUs per app.
- You can offer either user subscription SKUs or guild subscription SKUs, but not both simultaneously.
- SKU prices must be selected from the list of available prices.
If you need more than 50 SKUs, consider creating a consumable in-app currency SKU that users can spend on items tracked within your app.
Customizing your SKUs
Once you’ve created a SKU, you can customize it to match your app’s branding and the benefits you want to offer:- Name: Max 80 characters.
- Description: Max 160 characters.
- Image: A visual associated with the SKU.
- Price: Selected from the list of available predefined prices.
- Up to 6 benefits
- An emoji (standard Unicode or custom server emoji)
- A benefit name (max 80 characters)
- A benefit description (max 160 characters)
Pricing your SKUs
SKU prices are selected from a predefined list and are automatically converted to the user’s local currency based on their locale. Subscription SKUs are charged monthly unless canceled. Changing the price of a subscription SKU only affects new subscribers — existing subscribers continue to be charged at the price they originally subscribed at.Using a Unicode emoji
Using a Unicode emoji
Enter the emoji directly in the Unicode Emoji or Custom Emoji Name field.
Using a custom emoji
Using a custom emoji
Set values for both fields:
- Name of your custom emoji
- ID of the custom emoji
Publishing and unpublishing SKUs
When you first create a SKU, it is in anUnavailable state and cannot be purchased. You can edit, add pricing, and configure benefits before publishing.
From the Monetization → Manage SKUs tab, you have three options:
Publish a SKU
When publishing, you choose one of two visibility options:- Available via the Store and API: The SKU is visible in your app’s store and available for purchase.
- Available via the API only: The SKU can only be granted via API calls or the Embedded App SDK — it does not appear in your store.
Unpublish a SKU
Unpublishing removes a SKU from the Store and API, making it unavailable for new purchases. Effects:- For subscription SKUs: Subscriptions will not renew at the end of the billing period. Users retain access until the billing period ends.
- For consumable and durable SKUs: Users who already purchased the SKU retain their entitlement.
- The SKU is not deleted.
Delete a SKU
Deleting a SKU removes it from the UI and makes it unavailable for publishing. Deleted SKUs still appear when calling List SKUs via the API. Effects:- For subscription SKUs: Users and guilds are immediately unsubscribed. Their entitlement remains valid until the end of the current billing period.
- For consumable and durable SKUs: Users who purchased before deletion retain their entitlement.
Editing a published SKU
To change a published SKU, first unpublish it. While unpublished, the SKU is no longer available for sale and existing subscribers will not renew. You must continue to honor the premium offering for users until their subscription period ends.Changing a subscription SKU price
Changing the price of a user or guild subscription SKU only affects new subscribers. Existing subscribers continue to be charged the price at the time they subscribed.Integrating SKUs in your app
After publishing your SKUs, implement your premium features. See the guides below to get started.Implementing app subscriptions
Learn how to start and manage recurring subscriptions within your app.
Viewing your store page
Users can access your app’s Store page from the bot user’s profile in a server. From the Store page, users can:- View available subscriptions and one-time purchases
- Browse benefits and details for each subscription tier
- Complete a purchase directly
Only SKUs published to the Store are visible to users on the Store page.
Linking to a specific SKU
Link directly to a specific SKU using the Application Directory Store URL scheme:- In chat: Renders as a rich embed that opens a modal to view the SKU details or launch checkout.
- As a direct URL in a browser: Takes the user to the product page in the Application Directory.
Linking to your store
Link directly to your Store page using the Application Directory Store URL scheme:- In chat: Renders as a rich embed that opens a modal to your Store page.
- As a direct URL in a browser: Takes the user to your Store page in the Application Directory.
Responding with a premium button
Prompt users to purchase a SKU using a button with the premium style and asku_id. You can use this button anywhere you would use message components, such as in a command response.