An open source RESTful API platform for banks that supports Open Banking, XS2A and PSD2 through access to accounts, transactions, counterparties, payments, entitlements and metadata - plus a host of internal banking and management APIs.
Go to file
2014-12-12 14:55:26 +01:00
project moved the files from MavLift folder 2013-06-14 10:35:34 +02:00
src Fix template 2014-12-12 08:54:22 +01:00
.gitignore Make login page responsive 2014-04-29 17:45:31 +02:00
GNU_AFFERO_GPL_V3_19_Nov_1997.txt moved the files from MavLift folder 2013-06-14 10:35:34 +02:00
Harmony_Individual_Contributor_Assignment_Agreement.txt moved the files from MavLift folder 2013-06-14 10:35:34 +02:00
NOTICE moved the files from MavLift folder 2013-06-14 10:35:34 +02:00
OBP_southbound_integration_guide.md formatting tweaks 2014-12-12 14:55:26 +01:00
pom.xml Remove unused amqp dependencies 2014-12-11 16:53:55 +01:00
README.md Removing reference to VM. Changing link to roadmap, FAQ 2014-12-12 14:44:59 +01:00

README

Welcome to the Open Bank Project API

ABOUT

The Open Bank Project is an open source API for banks that enables account holders to interact with their bank using a wider range of applications and services.

The OBP API supports transparency options (enabling account holders to share configurable views of their transaction data with trusted individuals and even the public), data blurring (to preserve sensitive information) and data enrichment (enabling users to add tags, comments and images to transactions).

Thus, the OBP API abstracts away the peculiarities of each core banking system so that a wide range of apps can interact with multiple banks on behalf of the account holder. We want to raise the bar of financial transparency and enable a rich ecosystem of innovative financial applications and services.

Our tag line is: Bank as a Platform. Transparency as an Asset.

The API uses OAuth 1.0 authentication.

The project roadmap is available here. The project FAQ is available here.

DOCUMENTATION

Please refer to the wiki to see the API specification.

STATUS

[V1.2] (https://github.com/OpenBankProject/OBP-API/wiki/REST-API-V1.2) is mostly implemented

LICENSE

This project is dual licensed under the AGPL V3 (see NOTICE) and a commercial license from TESOBE Some files (OAuth related) are licensed under the Apache 2 license.

SETUP

Use sbt or Maven 2 as a build tool.


SBT:

To compile and run jetty execute:

$ sbt ...

compile ~;container:start; container:reload /

(Note that you first have to start sbt and then on its console start jetty with the container:start task, otherwise it will exit immediately. More here: https://github.com/siasia/xsbt-web-plugin/wiki)

In OS X, sbt can be installed with $ sudo port install sbt


Maven:

mvn jetty:run


Databases:

The default datastores used are MongoDB (metadata, transaction cache) and Postgres (user accounts).