# Configure IAP Catalog Listing

In this how-to, we will configure a Catalog Listing to be purchasable using Stripe as a one-time purchase or as a recurring subscription.

### Prerequisites

* [A LootLocker account](https://lootlocker.com/sign-up)
* At least one created game in the [LootLocker Web Console](https://console.lootlocker.com/)
* [Stripe IAP settings configured for your game](/commerce/real-money-purchases/how-to/stripe/configure-stripe-iap-settings.md)
* At least one rewardable item, such as an [Asset](/content/working-with-assets.md), [Currency](/commerce/currencies.md), or [Progression](/game-systems/progressions.md)
* A Catalog with at least one [Catalog Listing](/commerce/catalogs/how-to/setup-catalogs.md)

### Add Stripe to a Catalog Listing

In the LootLocker Web Console, navigate to your Catalog and select the Catalog Listing you want to configure.

In the Actions column, click View Listing.

### Configure Stripe IAP (One-Time Purchase)

Open the IAP tab and select Stripe from the list of available providers.

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

Fill in the following fields:

* **Listing Name:** The name that will appear in Stripe, including on the Stripe Dashboard and customer receipts. If left blank, LootLocker will use the Catalog Listing name instead.
* **Price:** The price of the listing in USD, entered in cents. For example, enter 999 for $9.99 USD.
* **Subscription Settings:** Disabled

Click Save Changes to save your Stripe IAP configuration.

### Configure Stripe IAP (Subscription)

Open the IAP tab and select Stripe from the list of available providers.

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

Fill in the following fields:

* **Listing Name:** The name that will appear in Stripe, including on the Stripe Dashboard and customer receipts. If left blank, LootLocker will use the Catalog Listing name instead.
* **Price:** The price of the listing in USD, entered in cents. For example, enter 999 for $9.99 USD.
* **Subscription Settings:** Enabled
* **Payment Interval:** Use the value and dropdown to select how often the subscription should charge the player.
* **Grant Interval:** Use the value and dropdown to select how often the catalog listing will be granted to the player.

Click Save Changes to save your Stripe IAP configuration.

### Enable the Listing for Purchase

Open the Settings tab for the Catalog Listing. Enable the Purchasable toggle to allow the listing to be purchased.

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

Click Save Changes again.

### Conclusion

Your Catalog Listing is now configured to support either one-time purchases or subscriptions purchases using Stripe. Once your game is [integrated with the purchase flow](/commerce/real-money-purchases/how-to/stripe/make-purchases-through-stripe.md), players will be able to purchase this listing using Stripe and receive the configured rewards.


---

# Agent Instructions: 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:

```
GET https://docs.lootlocker.com/commerce/real-money-purchases/how-to/stripe/configure-catalog-listing-stripe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
