Getting started

Requirements

  • Android 5.0+ (API Level 21+)
  • Gini Capture SDK’s requirements.

The Gini Bank SDK uses our Gini Capture SDK to capture invoices with the camera or by importing them from the device or other apps.

Installation

Add the Gini Bank SDK to your app’s dependencies:

build.gradle:

dependencies {
    implementation 'net.gini.android:gini-bank-sdk:1.11.1'
}

After syncing Gradle you can start integrating the SDK.