Set up catalog and subscription plans
Virtual currency is virtual money that is used for purchasing and selling in-game items. Depending on its purpose, a virtual currency affects the game economy balance or is connected to the monetization of the app. You can also create hard currency — a virtual currency that is linked to the platform of purchase and can be purchased only for real money.
You can sell the virtual currency in predefined amounts. For a package, you can define a special price that doesn’t equal the amount of virtual currency in it.
See the Virtual currency section to learn more about virtual currency.
To set up virtual currency:
- Open your project in Publisher Account.
- Click Store in the side menu and connect the Virtual Currency module.
- On the Prices tab, click New virtual currency.
To set up a virtual currency package:
- Open your project in Publisher Account.
- Click Store in the side menu and go to Virtual Currency.
- Go to Packages.
- Click New package.
- Specify the following parameters:
- Image of the package (optional).
- Package SKU.
- Name for the package.
- Short description of the package.
- Virtual currency for a package.
- Prices in real and virtual currencies.
- Default currency.
- Attribute (optional).
- If you want to limit the number of times a user can buy a virtual currency package, switch the Limit the number of times one user can buy package toggle to On and specify the limit.
- You can set a time limit for the virtual currency package to be displayed in the store. To do this, select Time period, specify the time zone, the beginning, and end of the period. To not indicate the end of the package display period, check the No end date box.
- Click Create package.
Virtual items are the in-game content that you can sell for real and virtual currency.
There are 3 types of virtual items:
- Consumable — items that you can have in large quantities and purchase several times. Their quantity is decreased when users consume them.
- Nonconsumable — items that can be accrued or purchased only once. They keep into user’s inventory and can’t be removed from the inventory by being consumed on the client side. You can withdraw it only via a server method.
- Time-limited item — a nonconsumable item that is available for a limited period of time and doesn’t disappear from the inventory when it expires. The user needs to buy this item again to activate it.
See the Virtual items section to learn more about virtual items.
To set up virtual items, you need to configure virtual items groups. Groups let you have a multilevel catalog and manage a display of items in the store.
To create groups of virtual items:
- Open your project in Publisher Account.
- Click Store in the side menu and connect the Virtual Items module.
- Click Create a group.
- Specify the following parameters:
- Group code.
- Group name.
- If you want to show the group in a catalog, set the Show group in Store toggle to On.
- Click Create group.
To set up a virtual item:
- Open your project in Publisher Account.
- Click Store in the side menu and connect the Virtual Items module.
- Click Create item.
- Specify:
- Image.
- SKU.
- One or several groups the item should belong to.
- Name.
- Description.
- Item property: consumable, nonconsumable, or time-limited items.
- Prices in real or virtual currencies.
- If you want to limit the number of times a user can buy an item, switch the Limit number of times one user can buy this item toggle to On and specify the limit.
- You can set a time limit for the item to be displayed in the store. To do this, select Time period, specify the time zone, the beginning, and end of the period. To not indicate the end of the item display period, check the No end date box.
- Click Create item.
Bundle is a set of several items that are sold as a single unit. You can add items of different types to a bundle:
- Virtual currency.
- Package of virtual currency.
- Virtual items including time-limited items.
- Bundles.
See the Bundles section to learn more about bundles.
To set up a bundle:
- Open your project in Publisher Account.
- Click Store in the side menu and connect the Bundles module.
- Click Create bundle.
- Specify the following parameters:
- Image (optional).
- SKU.
- Name.
- Short description (optional).
- Product type.
- Price.
- If you want to limit the number of times a user can buy a bundle, switch the Limit the number of times one user can buy bundle toggle to On and specify the limit.
- You can set a time limit for the bundle to be displayed in the store. To do this, select Time period and specify the time zone and the beginning and end of the period. To not indicate the end of the bundle display period, check the No end date box.
- Click Save.
You can set up subscription plans via Publisher Account or with the Create plan API call.
To set up a plan via Publisher Account:
- Go to the Subscriptions section.
- On the Subscription plan tab, click Create subscription plan.
- Choose and set up the plan type:
- Regular plan with regular payments.
- Lifetime plan with a one-time payment and an unlimited period of validity.
- Season pass with a one-time payment and a limited period of validity.
- Open a payment UI with a specific plan.
- Identify the plan in alerts.
- Identify the plan in a transactional report.
Set up regular plan
- Specify:
- Plan name.
- Description (optional): This plan description is displayed in the payment UI when users are purchasing a subscription.
- Click Next.
- Choose one of the subscription fee options:
- Regular: the amount of each payment is specified manually.
- Including setup fee: the amount of each payment as well as the amount of the setup fee are specified manually. Use this setting if you want to charge the subscriber for cover additional costs such as connecting a license, setting up a system, training a user, or providing a consultation The first payment in this case will include a setup fee, the remaining payments will be equal to the amount of the regular payment.
- Associated with the first payment: the amount of each payment is equal to the first payment. The subscription cost and currency type are passed in the
purchase.checkout.amount
andpurchase.checkout.currency
parameters when opening the payment UI. Use this option if you want to manage pricing on your side and set individual prices for specific users.
- Associated with the first payment: the amount of each payment is equal to the first payment. The subscription cost and currency type are passed in the
- Whether you choose a regular subscription fee or with setup fee, you can set up different subscription prices for different currencies. To do this:
- In the Currency and Price field, select the required currency and specify the value of the subscription price. For a subscription with setup fee, also enter the value of the setup fee in the corresponding field.
- Click + to add prices in other currencies.
- Specify the default currency.
- Configure the billing cycle:
- Specify the frequency of the payment.
- Specify the number of days in the trial period where the subscription can be used without a payment. Set the value to
0
to create a plan that does not have a trial period.
- Specify parameters for a one-time payment. With this type of subscription renewal, users make payments via a payment link sent by email.
- Expiration reminder: Specify the number of days before the subscription expiration date when the user will receive a reminder. If the value is set to
6
or higher, the user receives an extra reminder one day before the expiration date. Set the value to0
if you don’t want to send any reminders. - Grace period: The number of days users can continue using their subscription after its expiration date, and have the option to renew it. Set the value to
0
to create a plan that does not have a grace period.
- Expiration reminder: Specify the number of days before the subscription expiration date when the user will receive a reminder. If the value is set to
- Specify the parameters for an automatic payment: with this type of subscription renewal, payments are made automatically using the saved billing information without any user interaction.
- Subscription expiration reminder.
- The number of retries after the first unsuccessful attempt to charge for the subscription. The system will retry once a day.
- Click Next.
- Click Create.
Set up lifetime plan
- Specify:
- Plan name.
- Description (optional): This plan description is displayed in the payment UI when users are purchasing a subscription.
- Click Next.
- Choose one of the subscription fee options:
- Regular: the amount of each payment is specified manually.
- Associated with the first payment: the amount of each payment is equal to the first payment made by the user. The subscription cost and currency type are passed in the
purchase.checkout.amount
andpurchase.checkout.currency
parameters when opening the payment UI. Use this option if you want to manage pricing on your side and be able to set the individual price for a specific user.
- In the Refund period field, set the number of days when the user can unsubscribe and refund the payment.
- Whether you choose a regular subscription fee, you can set up different subscription prices for different currencies. To do this:
- In the Currency and Price field, select the required currency and specify the value of the subscription price.
- Click + to add prices in other currencies.
- Specify the default currency.
- Click Next.
- Click Create.
Set up season pass
- Specify:
- Plan name.
- Season pass validity period.
- Description (optional): This plan description is displayed in the payment UI when users are purchasing a subscription.
- Click Next.
- Choose one of the subscription fee options:
- Regular: the amount of each payment is specified manually.
- Associated with the first payment: the amount of each payment is equal to the first payment made by the user. The subscription cost and currency type are passed in the
purchase.checkout.amount
andpurchase.checkout.currency
parameters when opening the payment UI. Use this option if you want to manage pricing on your side and be able to set the individual price for a specific user.
- In the Refund period field, set the number of days when the user can unsubscribe and refund the payment.
- Whether you choose a regular subscription fee, you can set up different subscription prices for different currencies. To do this:
- In the Currency and Price field, select the required currency and specify the value of the subscription price.
- Click + to add prices in other currencies.
- Specify the default currency.
- Click Next.
- Click Create.
Found a typo or other text error? Select the text and press Ctrl+Enter.