An open API service indexing awesome lists of open source software.

https://github.com/processout/processout-android


https://github.com/processout/processout-android

Last synced: 3 months ago
JSON representation

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.