Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.71 KB

File metadata and controls

47 lines (32 loc) · 1.71 KB

Snap SDK Android

Important

❗️IMPORTANT NOTICE

We would like to inform you that the Mobile SDK for both iOS and Android is being deprecated. Effective on June 2026, all support for Mobile SDK will be fully discontinued.

Midtrans strongly recommends starting migrating to use Midtrans Core API

Should you have any questions, please do not leave any questions in this repo. Please contact our support instead at support@midtrans.com or chat with our support team here.

Overview

Midtrans's mobile Snap SDK helps integrating Midtrans's services into a mobile app. This makes it easier for merchants to add payment capabilities to their mobile app, without having to develop everything from scratch. By using Midtrans's mobile Snap SDK, merchants can focus on just building their own app without worrying about the payment integration.

Demo App

You can run the the demo app in this project to see it in action.

Other sample app can be found here

installation

repositories {
    jcenter()
        maven { url "https://jitpack.io" }
    }
    
    
dependencies {
    // For using the Midtrans Sandbox
    implementation 'com.midtrans:uikit:2.4.0-SANDBOX' // change the number to the latest version
  }
  
dependencies {
    // For using the Midtrans Production
    implementation 'com.midtrans:uikit:2.4.0' // change the number to the latest version
}

Getting Started

The complete Midtrans SDK Docs can be found here: docs