Skip to content

juspay/payments-sdk-android-sample-integration

Repository files navigation

Juspay SDK Test Integration App

Installation

Clone the Android project.

git clone https://github.com/juspay/payments-sdk-android-sample-integration.git

Getting started

Run the project using the latest version of Android Studio.

Adding/Modifying Maven URL

SDK can be added/modified by adding the following repository in build.gradle

maven { url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" }

Adding/Modifying the latest SDK

SDK can be added/modified by adding the following dependency in app/build.gradle

implementation 'in.juspay:hypersdk:2.0.0-rc.47'

Modifying SDK Credentials

SDK credentials can be accessed as constants in app/src/main/java/in/juspay/testIntegrationApp/PayloadConstants.java

About

Sample Android Integration Example for Juspay's Payment's SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages