ADesprets / psd2-app

Sample of a Web app using Open Banking PSD2 Api powered by IBM API Connect

Home Page:https://open-banking-sandbox.developer.eu.apiconnect.ibmcloud.com/node/378

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Psd2 App

This is a sample of a Web app using Open Banking PSD2 Api powered by IBM API Connect available here : Payments and Accounts 1.0.0

App Screenshot

This project was generated with Angular CLI version 1.2.6.

Initial Task

Install npm, Angular 5.x

Update dependencies

  npm install

Test Application

Update src/app/api.endpoints.ts with your value

export default 
    {
      clientid: 'YOUR_CLIENTID_FOR_YOUR_APP',
      clientsecret: 'YOUR_CLIENTSECRET_FOR_YOUR_APP',
      apicEndpoint: 'APIConnect_ENDPOINT',  // Example: https://api.eu.apiconnect.ibmcloud.com/lbppoc-lbp/sb
      redirectUri: 'http://localhost:4200/aisp' // Example: http://localhost:4200/aisp
};

Run ng serve in this folder for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Sample of a Web app using Open Banking PSD2 Api powered by IBM API Connect

https://open-banking-sandbox.developer.eu.apiconnect.ibmcloud.com/node/378


Languages

Language:TypeScript 69.1%Language:HTML 23.7%Language:JavaScript 6.7%Language:CSS 0.5%