8000 GitHub - cryptoine-dapp/OpenBankingJavaExamples: Sample Java code showing how to use Open banking APIs (PSD2 AISP & PISP) using enable:Banking Java library
[go: up one dir, main page]

Skip to content

Sample Java code showing how to use Open banking APIs (PSD2 AISP & PISP) using enable:Banking Java library

License

Notifications You must be signed in to change notification settings

cryptoine-dapp/OpenBankingJavaExamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Banking Java Examples

This repository contains sample Java code showing how to use Open banking APIs (PSD2 AISP & PISP) using enable:Banking Java library.

Quickstart

In order to compile and run the example code you need to have Java compiler and Maven toolset installed, as well as enablebanking.jar available in CLASSPATH or inside local Maven repository. You may also need to modify pom.xml in order to set correct artifactId and version for com.enablebanking dependency.

To run examples from your command line:

  1. Compile source code

    mvn clean compile
    
  2. Run compiled class

    mvn exec:java -Dexec.mainClass="com.eb.demo.AispExample" -Dexec.cleanupDaemonThreads=false
    
    mvn exec:java -Dexec.mainClass="com.eb.demo.PispExample" -Dexec.cleanupDaemonThreads=false
    
    

About

Sample Java code showing how to use Open banking APIs (PSD2 AISP & PISP) using enable:Banking Java library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0