Skip to main content
Primer Checkout Android SDK is currently in beta (v3.0.0-beta.4). The API is subject to change before the stable release.

Core API

Card Form

Payment Methods

Theming

Common Objects

Controller pattern

All stateful components follow the same remember* controller pattern:
Each controller is created with a remember* composable function, exposes state via StateFlow, and provides action methods.