iOS / Android Integration

Presentation Options (Android)

Learn the three ways to present Stash Pay in your Android games - system browser, Chrome Custom Tabs, or fully integrated Stash Dialog. Understand the recommended approaches for different regions.

You can present Stash Pay in your Android games in three ways: open the checkout in the system browser, use Chrome Custom Tabs as an in-game browser overlay, or fully integrate with the Stash Dialog from the Stash SDK.

As of Q3 2025, use Chrome Custom Tabs for users in the United States and a standard browser linkout for other regions.

Android Presentation Options

Web browser

When the player requests a purchase, the game client opens the default system browser with a Stash Pay checkout page.

After the player completes the purchase, the game client returns the player to the game through a deep link. This option does not require an SDK. The browser handles checkout before gameplay resumes.

Stash Pay External Browser Integration

Chrome Custom Tabs

Recommended: This is the recommended solution for Android.

Use the Chrome Custom Tabs from Android androidx.browser.customtabs.CustomTabsIntent to present Stash Pay in a customizable browser overlay. Players stay in the game while the payment process runs in an isolated browser environment.

This option ensures compliance with Google Play Store rules. The Stash SDK supports and wraps this integration.

Stash Pay Chrome Custom Tabs Integration

Stash Pay Dialog

You can use Stash Pay Dialog as a fully integrated replacement for Google Play In-App Purchase (IAP).

It runs in a native WKWebView and provides direct callbacks to your game for successful or failed purchases. The dialog matches your game's style.

Stash Pay Dialog Integration

How is this guide?