All Projects → ebics-java → ebics-java-client

ebics-java / ebics-java-client

Licence: LGPL-2.1 license
Java open source EBICS client - Support for French, German and Swiss banks

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ebics-java-client

node-ebics-client
Node.js EBICS Client - compliant with ISO 20022
Stars: ✭ 46 (+53.33%)
Mutual labels:  bank, ebics
open-psd2
An open source framework for using banking API's built for PSD2 regulation.
Stars: ✭ 20 (-33.33%)
Mutual labels:  bank, banking
Loan-calculator-bank-payment
Loan Calculator a small web application encoded in HTML, PHP, JS, and CSS. If you want to earn from BANK NICHE then you can use Loan Calculator script.
Stars: ✭ 32 (+6.67%)
Mutual labels:  bank, banking
psd2
API client for banks supporting PSD2 APIs with OAuth2 authentication.
Stars: ✭ 26 (-13.33%)
Mutual labels:  api-client, banking
pyitau
Unofficial client to access your Itaú bank data
Stars: ✭ 28 (-6.67%)
Mutual labels:  bank, banking
bunq2ifttt
bunq2IFTTT creates a self-hosted interface between the bunq banking API and IFTTT.
Stars: ✭ 20 (-33.33%)
Mutual labels:  bank, banking
bian
The Banking Industry Architecture Network e.V. (BIAN) model in Archimate 3
Stars: ✭ 48 (+60%)
Mutual labels:  bank, banking
promptpay
Thai QR PromptPay Generator
Stars: ✭ 24 (-20%)
Mutual labels:  bank, banking
persian-tools-rs
An anthology of a variety of tools for the Persian language in Rust
Stars: ✭ 17 (-43.33%)
Mutual labels:  bank, banking
up-bank-api
💎 Typed python client for Up's banking API
Stars: ✭ 20 (-33.33%)
Mutual labels:  bank, banking
gb banking
FiveM Extended Banking Script
Stars: ✭ 14 (-53.33%)
Mutual labels:  bank, banking
sbankenclient-ios
A small but enjoyable iOS framework to connect to the Sbanken API
Stars: ✭ 21 (-30%)
Mutual labels:  api-client, banking
mercury-parserpy
python api wrapper for https://mercury.postlight.com/web-parser/
Stars: ✭ 16 (-46.67%)
Mutual labels:  api-client
dockerbb
Protótipo de imagem Docker com Navegador Chromium e Warsaw instalados para acessar o Banco do Brasil
Stars: ✭ 29 (-3.33%)
Mutual labels:  banking
OBIS
A JavaScript framework for downloading bank statements in OFX, QIF, CSV, and JSON. Currently supports HSBC UK Personal Banking.
Stars: ✭ 37 (+23.33%)
Mutual labels:  banking
HTTPCalloutFramework
HTTP Callout Framework - A light weight callout framework for apex HTTP callouts in Salesforce
Stars: ✭ 43 (+43.33%)
Mutual labels:  api-client
pycloud
A Python implementation of the pCloud API
Stars: ✭ 54 (+80%)
Mutual labels:  api-client
banksdb
No description or website provided.
Stars: ✭ 13 (-56.67%)
Mutual labels:  bank
sevenbridges-python
SevenBridges Python Api bindings
Stars: ✭ 41 (+36.67%)
Mutual labels:  api-client
notion-sdk-py
Official Notion SDK rewritten in Python (sync + async)
Stars: ✭ 753 (+2410%)
Mutual labels:  api-client

EBICS Java Client

This library allows to interact with banks using the EBICS (Electronic Banking Internet Communication Standard)

You can use the EbicsClient as command line tool or use it from your Java application.

How to get started:

https://github.com/ebics-java/ebics-java-client/wiki/EBICS-Client-HowTo

You can build it directly from the source with maven or use the releases from JitPack.

Gradle:

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
    implementation 'com.github.ebics-java:ebics-java-client:master-SNAPSHOT'
}

Maven

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.ebics-java</groupId>
    <artifactId>ebics-java-client</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

This project is based on https://sourceforge.net/p/ebics/

Main differences with this fork:

  • Support for French, German and Swiss banks
  • Command line client to do the setup, initialization and to download files from the bank
  • Use of maven for compilation instead of ant + Makefile + .sh scripts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].