Requirements
- Android Studio
- Kotlin
- minSdk configured by your app
- Orcuspay access and secret keys
Install
Until the SDK is published to Maven Central or GitHub Packages, add it as a Git submodule or include theorcuspay module from the official repository.
settings.gradle.kts:
Create a checkout session
Notes
- Do not ship production secret keys inside a public mobile app.
- For consumer-facing apps, create sessions from your backend and send only the checkout URL/session ID to the Android app.
- Use the Android SDK only in trusted/internal apps unless your backend is protecting secret credentials.