Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 740 Bytes

File metadata and controls

21 lines (18 loc) · 740 Bytes

CHIP Android Mobile SDK

Our Android Mobile SDK helps you integrate with CHIP payment into your Android application. It redirects the application to payment page.

Prerequisite

You are required to set Brand ID and Secret Key from your Developer section by logging in to your account.

Installation

  1. Download CHIP Android SDK.
  2. Copy the SDK to your project.
  3. Add include ':sdk' to settings.gradle
  4. Add to build.gradle:
    dependencies {
    	...
    	implementation project(":sdk")
    }
    

Others