New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.heartlandpaymentsystems:globalpayments-android-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.heartlandpaymentsystems:globalpayments-android-sdk

The official Android SDK for Global Payments API.

  • 1.1.36
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source
Global Payments logo

GlobalPayments Android SDK

You can find more information on how to use this SDK and sign up for a free Global Payments sandbox account at https://developer.globalpay.com

Requirements

  • Android 5.0+ (API 21+)

Installation

Declare mavenCentral repository in the root build.gradle file:

allprojects {
    repositories {
        mavenCentral()
    }
}

Declare dependency in the app build.gradle file:

dependencies {
    implementation 'com.heartlandpaymentsystems:globalpayments-android-sdk:1.0'
}

You can find the latest SDK documentation along with code examples and test cards on the Global Payments Developer Portal.

Sample app

A sample app of how to integrate java-sdk directly into your mobile application.

Requirements

  • Android 5.0+ (API 21+)
  • Java 1.8
  • Kotlin 1.9.23
  • Credentials from the Global Payments Developer Portal
  • For the latest Netcetera SDK sandbox API key and certificate please reach out to Global Payment support team.

Installation

  • Clone the project
  • Import the project in Android Studio or Intellij
  • Update configuration.properties with the appKey and appId that you've created previously on the Global Payments Developer Portal
  • To run Netcetera 3DS sample place the acs.pem files into the assets folder and update configuration.properties with the apiKey so that the Netcetera 3DS SDK can initialize
  • Select sample-app from configuration and run the app
  • If you want to use the sample-app with GP-Ecom and Netcetera 3DS SDK make sure to set the useEcom=true in the configuration.properties and set the appropriate fields for GP-Ecom
Test Card Data
NameNumberExp MonthExp YearCVN
Visa4263970000005262122025123
MasterCard2223000010005780122019900
MasterCard5425230000004415122025123
Discover6011000000000087122025123
Amex3741010000006081220251234
JCB3566000000000000122025123
Diners Club36256000000725122025123

Sample App Demo Clips

Main screen

Create Access Token

Hosted FieldsGoogle Pay
Transactions ReportStored Payments

Merchant 3DS example

A sample app of how to integrate Netcetera SDK.

Requirements

Installation

  • Clone the project
  • Import the project in Android Studio or Intellij
  • Update configuration.properties file with the url where the java backend is running
  • Update configuration.properties with the appKey and appId that you've created previously on the Global Payments Developer Portal
  • To run Netcetera 3DS sample place the acs.pem files into the assets folder and update configuration.properties with the apiKey so that the Netcetera 3DS SDK can initialize
  • Select merchant3ds from configuration and run the app
  • For configuration of the java backend check Merchant3DSSpringBackend

Documentation and Examples

You can find documentation for Netcetera SDK on Netcetera website

App configuration

Edit the configuration file with the appropriate values from the backend example

Test Card Data
NameNumberExp MonthExp YearCVNType
Visa4012001038488884122025123Challenge
Visa4263970000005262122025123Frictionless

Sample App Demo Clips

Netcetera ChallengeDecoupled flow

FAQs

Package last updated on 19 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc