https://github.com/processout/processout-android
https://github.com/processout/processout-android
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/processout/processout-android
- Owner: processout
- License: mit
- Created: 2018-01-17T10:27:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-03T13:32:48.000Z (7 months ago)
- Last Synced: 2025-12-06T17:18:03.119Z (7 months ago)
- Language: Kotlin
- Homepage: https://www.processout.com
- Size: 12 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProcessOut Android SDK
Get started with the [documentation](https://docs.processout.com/docs/setting-up-your-environment#android-app-client)
or explore the [API reference](https://processout.github.io/processout-android/).
## Requirements
*Android 5.0 (API level 21) +*
## Modules
Add preferred dependencies to your `build.gradle` configuration.
[ProcessOut Android SDK](https://central.sonatype.com/artifact/com.processout/processout-android)
ProcessOut API bindings and components to handle payment flows.
```kotlin
implementation("com.processout:processout-android:")
```
[ProcessOut Android SDK - UI](https://central.sonatype.com/artifact/com.processout/processout-android-ui)
Prebuilt customizable UI to handle payment flows.
```kotlin
implementation("com.processout:processout-android-ui:")
```
[ProcessOut Android SDK - Netcetera 3DS](https://central.sonatype.com/artifact/com.processout/processout-android-netcetera-3ds)
Integration with the Netcetera 3DS SDK.
```kotlin
implementation("com.processout:processout-android-netcetera-3ds:")
```
[ProcessOut Android SDK - Checkout 3DS](https://central.sonatype.com/artifact/com.processout/processout-android-checkout-3ds)
Integration with the Checkout 3DS SDK.
```kotlin
implementation("com.processout:processout-android-checkout-3ds:")
```
## License
ProcessOut is available under the MIT license. See the [LICENSE](LICENSE) file for more info.