inter-API is openbanking solution of Intertech.
The demo application consisted from two main application. Ionic/Angular UI Application and Asp.Net Core 2.2 Backend application.
UI Application is a Ionic 4/Angular 7 Application written in Typescript 3. UI application constains two modules: "Accounts" and "Money Transfers". Accounts Module lets you to query accounts and account details for a given customer number.
"Money Transfers" module lets you to execute: "wire to account", "wire to iban", "eft to account" and "eft to iban" transactions.
UI application makes REST calls to Asp.Net Core backend to fetch data.
Backend Application is a Asp.Net Core 2.2 application. It uses RestSharp Library to manage REST api calls made to inter-API Intertech Open Banking Platform.
- Install docker if it is not installed.
- Get your subscription key from InterApi Platform and use it as the INTERAPI_SETTINGS__API__SUBSCRIPTIONKEY environment variable value.
- Use your favourite command line program to execute docker-compose up command in the project root folder
- After the application initialized navigate to http://localhost:9999.
Demo application address : https://interapiapps.azurewebsites.net