GuidesBuild a checkout flowiOS / Android IntegrationPresentation options Android

Presentation options Android

You can present Stash Pay in your Android game in three ways: open the checkout in the system browser, use Chrome Custom Tabs, 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.

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 using a deep link. This option requires no SDK, but it interrupts the game session because players must switch between the game and the browser.

Stash Pay External Browser Integration

Chrome Custom Tabs

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.

Recommendation: Use this option for Android integrations.

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
Was this page helpful?