GithubHelp home page GithubHelp logo

3ds-starter-app's Introduction

3DS Starter App

The 3DS starter app demos how to support a 3D Secure flow when using a Simplify SDK. The flow is based on a Card Token API call. This call is responsible for:

  • Checking 3DS card enrollment
  • Complete Card tokenisation
  • Return 3DS data in the response to be processed by the merchant

The EMV 3DS transaction can be performed uisng the Enable EMV 3DS checkbox.

  • Merchant Setup

    For 3DS to be active:

    • Both your account and the acquirer is configured to support 3DS transactions
    • The cardholder’s card supports 3DS
  • Running the Starter App.

    The starter app is a Vert.x application that's developed in Java 8. It is started using Maven:

mvn clean compile vertx:run -Dthreeds.public_key=lvpb_12345 -Dthreeds.private_key=abcd1234...

The private key and public key can be obtained for registered merchants from merchant Portal. To get those go to Settings → API Keys from Merchant Portal.

This starts an HTTP server on port 8085 that can be called to display the test page: [http://localhost:8085]

  • TroubleShooting Maven

If the mvn target does not run from your command prompt due to firewall follow the below steps → \

  • Download the maven repo(https://repo.maven.apache.org/maven2/) SSL certificate onto your machine.

  • Import the certifcates on local keystore, using below command
    keytool -import -file C:\temp\mavenCert.cer -keystore C:\temp\mavenKeystore

  • Now, start the server by using below options→

mvn clean compile vertx:run -Dthreeds.public_key=lvpb_12345 -Dthreeds.private_key=abcd1234... -Djavax.net.ssl.trustStore=C:\temp\mavenKeystore (Replace temp with your folder location)

  • For more details refer the link below

https://stackoverflow.com/questions/25911623/problems-using-maven-and-ssl-behind-proxy

##References

3ds-starter-app's People

Contributors

jaideepjahagirdar22 avatar jdirfan avatar kevinq86 avatar siddii avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.