Getting started

Installation

To install add our Maven repo to the root build.gradle file and add it as a dependency to your app module’s build.gradle.

build.gradle:

repositories {
    maven {
        url 'https://repo.gini.net/nexus/content/repositories/open
    }
}

app/build.gradle:

dependencies {
    implementation 'net.gini:gini-pay-business-sdk:1.0.5'
}

Gini Pay API Client Credentials

You should have received Gini Pay API client credentials from us. Please get in touch with us in case you don’t have them.

Continue to Authentication to see how to use the client credentials to initialize the Gini Pay Business SDK.