GeezeoAPI Web Service
The Geezeo integration uses a web service to allow Geezeo to get updated account information. The web service is installed on the web servers and is called the GeezeoAPI. Each financial institution that is using Geezeo must be setup in the dbconfig.xml that the GeezeoAPI uses. The entries in the dbconfig.xml file are keyed based upon on the Geezeo Partner ID entered in the financial institution’s settings. The additional fields in the configuration file tell the GeezeoAPI where to find the financial institution’s database.
<database key="987654321">
<name>database name</name>
<server>database server</server>
</database>
27312
|