Get Started
NextGenPSD2 Reference Toolkit contains the customizations done on top of WSO2 Open Banking Accelerator to comply with the Berlin Group's NextGenPSD2 Framework. This toolkit has been developed as an extension of WSO2 Open Banking Accelerator. The accelerators run on top of WSO2 Identity Server and WSO2 API Manager, which are referred to as base products.
This section guides you on how to set up the solution in a local environment. Follow the instructions to find how you can quickly set up and try out a basic flow.
Prerequisites
-
Download Oracle JDK 1.8 to the local environment.
- In the environment variables, update the JAVA_HOME and PATH variables. For instance, you can do this on a
Mac/Linux server by adding the following to the
~/.bashrcfile:export JAVA_HOME="<JDK_LOCATION>" export PATH=$PATH:$JAVA_HOME/bin
- In the environment variables, update the JAVA_HOME and PATH variables. For instance, you can do this on a
Mac/Linux server by adding the following to the
-
Setup a database server using any of the following:
- MySQL 8.0
- Oracle 19c
- Microsoft SQL Server 2017
- PostgreSQL 13
Info
See Compatibility if you are using MySQL 8.0.
Note
We do not recommend configuring H2 database in the production environment.
Installing base products¶
-
Download and extract the following base products:
-
To configure the Identity Server with the API Manager, download the respective WSO2 IS Connector according to the API Manager version you have downloaded.
Installing WSO2 Open Banking Accelerator¶
-
If you have an active WSO2 Open Banking subscription, contact us via WSO2 Online Support System to download Open Banking Accelerator 3.0.0.
Note
If you don't have a WSO2 Open Banking subscription, contact us for more information.
-
Extract the downloaded WSO2 Open Banking Accelerator zip files. WSO2 Open Banking Accelerator contains the following accelerators:
- wso2-obiam-accelerator-3.0.0
- wso2-obam-accelerator-3.0.0
Installing NextGenPSD2 Reference Toolkit¶
-
If you have an active WSO2 Open Banking subscription, contact us via WSO2 Online Support System to download Open Banking Berlin Toolkit 1.0.0.
Note
If you don't have a WSO2 Open Banking subscription, contact us for more information.
-
Extract the downloaded NextGenPSD2 Reference Toolkit zip files. NextGenPSD2 Reference Toolkit contains the following accelerators:
- wso2-obiam-toolkit-berlin-1.0.0
- wso2-obam-toolkit-berlin-1.0.0
-
This document uses the following placeholders to refer to the following products:
Product Placeholder WSO2 Identity Server <IS_HOME>WSO2 API Manager <APIM_HOME>WSO2 Open Banking Identity Server Accelerator <OB_IS_ACCELERATOR_HOME>WSO2 Open Banking API Manager Accelerator <OB_APIM_ACCELERATOR_HOME>WSO2 Open Banking Identity Server Berlin Toolkit <OB_IS_TOOLKIT_HOME>WSO2 Open Banking API Manager Berlin Toolkit <OB_APIM_TOOLKIT_HOME>
Getting WSO2 Updates¶
The WSO2 Update tool delivers hotfixes and updates seamlessly on top of products as WSO2 Updates. They include improvements that are released by WSO2. You need to update the base products, accelerators, and toolkits using relevant scripts.
-
Go to
<PRODUCT_HOME>/binand run the WSO2 Update tool:-
Repeat this step for the WSO2 Identity Server and API Manager products.
./wso2update_linux./wso2update_darwin./wso2update_windows.exe
-
-
Go to
<ACCELERATOR_HOME>/binand run the WSO2 Update tool:-
Repeat this step for the WSO2 Open Banking Identity Server and API Manager accelerators.
./wso2update_linux./wso2update_darwin./wso2update_windows.exe
-
-
Go to
<TOOLKIT_HOME>/binand run the WSO2 Update tool:-
Repeat this step for the WSO2 Open Banking Identity Server and API Manager toolkits.
./wso2update_linux./wso2update_darwin./wso2update_windows.exe
-
For more information, see the WSO2 Updates documentation.
Top