finPOWER Connect Web Services
Web Services allow external applications to connect securely and perform actions against a finPOWER Connect database, e.g., getting an Available Credit value for an Account.
These actions generally take the form of URL requests, e.g., /Accounts/GetAvailableCredit?accountId=L10000 which returns JSON or XML containing the available credit details.
Security is implemented via requests being made over HTTPS and each Web Subscriber (external application accessing the services) having to authenticate using their own secret password.
Web Services can be tested and help viewed from a Test Web Services form within finPOWER Connect.
In addition to the standard Web Services API, Custom Web Services can be easily built using Scripting within finPOWER Connect.
Samples
The following samples are available to view online:
- Client Connect
- Sign in using the following credentials:
- Client Id: C10000
- Password: Password1
Documentation
The following online API Reference is available:
For more information you may download the following documents:
- finPOWER Connect Web Services Installation and Configuration
- finPOWER Connect Web Services Connectivity and Programming Guide
- finPOWER Connect Custom Web Services Programming Guide
If upgrading from Web Services V4 (or earlier) to V6, see: