# Real Money Purchases

LootLocker streamlines the implementation of in-app purchases (IAP) by enabling seamless integration with first-party platform systems and third party payment providers like Stripe. This allows players to purchase in-game content, currency, or other items directly through trusted platform payment systems. These integrations ensure that your game can process real-money transactions securely, efficiently, and in full compliance with platform-specific requirements.

{% hint style="info" %}
For items intended for virtual purchases, please refer to the [Virtual Purchases](/commerce/virtual-purchases.md) documentation.
{% endhint %}

With real money purchases, you can offer a wide range of in-game content, including:

* [Assets](/content/working-with-assets.md)
* [Progressions](/game-systems/progressions.md)
* [Progression Resets](/game-systems/progressions.md)
* [Currencies](/commerce/currencies.md)

Both Currencies and Catalogs support [Metadata](/shared-systems/metadata.md), adding flexibility and customization for your real money purchase offerings.

### Use Cases

* In-Game Store
* First Party Payment Integration
* In-App Purchasing
* Hard Currency Store
* Game Subscription (using Stripe)

### How-to

The following how-tos are organized by platform.

#### Apple App Store

* [Configure IAP Platform Settings](/commerce/real-money-purchases/how-to/apple-app-store/configure-apple-iap-settings.md)
* [Configure IAP Catalog Listing](/commerce/real-money-purchases/how-to/apple-app-store/configure-catalog-listing-apple-app-store.md)
* [Make IAP Purchases In-Game](/commerce/real-money-purchases/how-to/apple-app-store/apple-store-purchasing.md)

#### Epic Games Store

* [Configure IAP Platform Settings](/commerce/real-money-purchases/how-to/epic-games-store/configure-epic-games-store-iap-settings.md)
* [Configure IAP Catalog Listing](/commerce/real-money-purchases/how-to/epic-games-store/configure-catalog-listing-epic-games-store.md)
* [Make IAP Purchases In-Game](/commerce/real-money-purchases/how-to/epic-games-store/make-purchases-through-epic-games-store.md)

#### Google Play Store

* [Configure IAP Platform Settings](/commerce/real-money-purchases/how-to/google-play-store/configure-google-play-store-iap-settings.md)
* [Configure IAP Catalog Listing](/commerce/real-money-purchases/how-to/google-play-store/configure-catalog-listing-google-play-store.md)
* [Make IAP Purchases In-Game](/commerce/real-money-purchases/how-to/google-play-store/google-play-store-purchasing.md)

#### PlayStation Store

* [Configure IAP Platform Settings](/commerce/real-money-purchases/how-to/playstation-store/configure-playstation-iap-settings.md)
* [Configure IAP Catalog Listing](/commerce/real-money-purchases/how-to/playstation-store/configure-catalog-listing-playstation-store.md)
* [Make IAP Purchases In-Game](/commerce/real-money-purchases/how-to/playstation-store/make-purchases-through-playstation.md)

#### Steam

* [Configure IAP Platform Settings](/commerce/real-money-purchases/how-to/steam/configure-steam-iap-settings.md)
* [Configure IAP Catalog Listing](/commerce/real-money-purchases/how-to/steam/configure-catalog-listing-steam.md)
* [Make IAP Purchases In-Game](/commerce/real-money-purchases/how-to/steam/steam-store-purchasing.md)

#### Stripe

* [Configure IAP Platform Settings](/commerce/real-money-purchases/how-to/stripe/configure-stripe-iap-settings.md)
* [Configure IAP Catalog Listing](/commerce/real-money-purchases/how-to/stripe/configure-catalog-listing-stripe.md)
* [Make IAP Purchases In-Game](/commerce/real-money-purchases/how-to/stripe/make-purchases-through-stripe.md)

### Guides

* [Direct to Consumer Purchases: Use Stripe to Unlock Your Full Game](https://lootlocker.com/guides/direct-to-consumer-purchases-use-stripe-to-unlock-your-full-game)


---

# 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.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.
