System Diagram
From MyBanco
MyBanco is software that is comprised of five different, unique applications.
- MyInfo is the core of the whole solution. MyInfo is a JSON-RPC like remote procedure call server that provides data to all other applications. MyInfo allows data to be saved into a central database, and to be retrieved by different applications. Applications can turn the raw data received from MyInfo into information that is formatted in different ways for different applications.
- The MyBanco Web Fronted allows users to have easy access to all their account information via a simple, easy to use web interface. The banking interface is easy to skin and change to any layout that is desired, making it easy to fully integrate into your bank's homepage.
- The MyBanco Phone Fronted uses MyInfo to allow customers to call up a number, and do common account actions all with a simple phone call. Using technologies such as Nuance RealSpeak Text-to-Speech software, and LumenVox speech recognition software, users no longer need to be annoyed by pressing buttons to do every action. This makes phone banking easy to use, and the most feature rich phone banking software in the world.
- The MyBanco Administration Frontend is an application that uses the MyInfo admin plugin to administrate users, accounts and other features that are uses all around MyInfo.
- The MyBanco API Frontend provides a nice simple SOAP (XML) or JSON API to perform transactions inside other applications. Possible uses for the API may be osCommerce or Parallels Business Automation.