Prerequisites
NextGenPSD2 Reference Toolkit is a purpose-built solution for regulatory compliance that supports PSD2. Instead of building an open banking solution from scratch, you can use NextGenPSD2 Reference Toolkit to meet all open banking requirements with additional benefits beyond compliance. This toolkit runs on top of the following WSO2 products:
- WSO2 Open Banking Accelerator 3.0
- WSO2 Identity Server 6.1.0
- WSO2 API Manager 4.2.0
Note
The NextGenPSD2 Reference Toolkit is built by customizing the WSO2 Open Banking Accelerator and helps you comply with the NextGenPSD2 framework. For more information on the accelerator, see the WSO2 Open Banking Accelerator Documentation.
The toolkit mainly addresses the open banking requirements such as API consumer application onboarding, consent management, and access authorization among numerous other features to set up an open banking solution.
Tip
In a standalone setup, these products are deployed in a single server. However, in a typical production environment, it is recommended to deploy the components in separate servers (distributed) for better performance.
Product Matrix¶
Given below is a product matrix for different versions of NextGenPSD2 Reference Toolkit:
| Version | Mandatory Components |
|---|---|
| 1.0.0 | wso2-obam-toolkit-berlin-1.0.0 wso2-obiam-toolkit-berlin-1.0.0 |
Compatible Base Product Versions¶
Given below is the compatible base product matrix for NextGenPSD2 Reference Toolkit 1.0.0:
| Base Product | Version |
|---|---|
| WSO2 Identity Server | 6.1.0 |
| WSO2 API Manager | 4.2.0 |
Prerequisites for a Deployment¶
Listed below are the prerequisites for a successful deployment:
Hardware requirements¶
| Disk space |
40 GB free disk space The disk space is based on the expected storage requirements that are calculated by considering the file uploads and the backup policies. |
|---|---|
| CPU | Minimum required: 2 cores |
| Memory | 4 GB RAM |
Software requirements¶
| Operating system |
See the following documentation to find the environments that the WSO2 products are tested with: |
|
|---|---|---|
| JDK Version |
| |
| DBMS |
| |
| User store | It is not recommended to use Apache DS in a production environment due to scalability issues. Instead, use an LDAP such as OpenLDAP, RDBMS, Active Directory or custom user stores for user management. |
Compatibility¶
NextGenPSD2 Reference Toolkit 1.0.0 is supported on the following platforms:
Note
To use MySQL 8.0, you need to create the database with charset latin1 as shown below:
create database regdb
character set latin1;
| Supported JDK versions |
|
|---|---|
| Supported Operating Systems |
|
| Tested DBMSs |
|
| Tested Web Browsers |
|
If you have difficulty in setting up any WSO2 product in a specific platform or database, contact us.
Top