Configure IAP Platform Settings
In this how-to, we will enable and configure Stripe in LootLocker so it can be used to handle in-app purchases.
Prerequisites
At least one created game in the LootLocker Web Console
Create a Stripe Connected Account
Before Stripe can be used for purchases in LootLocker, your game must be connected to a Stripe Connected Account.
To create a Stripe Connected Account for use with LootLocker, please contact the LootLocker via email. This is currently a manual onboarding process.
Configure Stripe in LootLocker
In the LootLocker Web Console, navigate to Settings and select In-App Purchases.

Select Stripe from the list of available providers and click the Enable toggle to enable Stripe as a purchase provider for your game.
Fill in the following fields:
Connected Account ID: Your Stripe Connect account ID (e.g.,
acct_...). This identifies the Stripe account that will receive payments.Publishable Key: Your Stripe publishable API key (e.g.,
pk_test_...orpk_live_...). This is used by the client to initialize Stripe payments.Success URL: The URL users are redirected to after a successful payment. This is typically a confirmation or return-to-game page.
Cancel URL: The URL users are redirected to if they cancel the payment flow.
Live Mode: Enables real payments. When disabled, Stripe operates in test mode using test credentials and no real charges are made.
You must onboard your Stripe account through Stripe Connect before using this feature. Once connected, Stripe handles payment processing, compliance, and payouts.
Test Mode
While testing your integration, leave Live Mode toggled off. This allows you to use Stripe’s test environment and test payment methods to verify that purchases are working correctly before going live. When in Test Mode, use the Test Publishable Key (e.g., pk_test_...) provided by Stripe.
When you are ready to begin accepting real payments, toggle Live Mode, swap to the Live Publishable Key (e.g., pk_live_...), and save your changes.
Click Save to store your configuration.
Conclusion
In this guide, we enabled Stripe for in-app purchases and configured the required settings in LootLocker. Once Stripe is configured, you can configure Catalog Listings to support Stripe IAP.
Last updated
Was this helpful?
