Skip to content

MoneyHash/moneyhash-android-example

Repository files navigation

How to use MoneyHash Android SDK

Requirements

  • MIN SDK 24 (Android 7.0 Nougat)

Configuration

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")
}

Important Update: Version 2 Released!

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.

What’s New in v2:

  • 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.

Usage

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

Questions and Issues

Please provide any feedback via a GitHub Issue.

About

MoneyHash Android Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages