- MIN SDK 24 (Android 7.0 Nougat)
Add io.moneyHash:android to your build.gradle dependencies.
using Gradle Groovy DSL
repositories {
maven{ url "https://jitpack.io" }
maven{ url "https://www.jitpack.io" }
mavenCentral()
}
dependencies {
implementation 'io.moneyHash:android:2.0.4'
}using Gradle Kotlin DSL
repositories {
maven("https://jitpack.io")
maven("https://www.jitpack.io")
mavenCentral()
}
dependencies {
implementation("io.moneyHash:android:2.0.4")
}We are excited to announce the release of MoneyHash SDK v2! This new version includes significant enhancements and new features designed to improve the integration experience and provide more flexibility and control over payment processes.
- Enhanced Intent States Handling: More detailed and versatile handling of payment states, with added capabilities for card tokenization and form management.
- Improved Card Handling: Secure handling of card data with new components for tokenization and validation.
- Expanded API Functions: Additional API methods to give you more control over payment flows and method selections.
- Updated Models: Refined models with more comprehensive data structures, providing more context and control.
To explore the full documentation of MoneyHash SDK v2, including new features and examples, please visit the v2 Documentation.
[!WARNING] We are going to stop the support for V1 by end of January 2025, Please make sure to migrate to V2 before the end of January 2025.
Please refer to V2 documentation for the usage of MoneyHash SDK V2. MoneyHash SDK V2 Documentation
To find more about MoneyHash and how to integrate with your backend, please visit MoneyHash Documentation
Please provide any feedback via a GitHub Issue.