Table of Contents
Add your app to the Connected Apps
To add your product to the Connected Apps list, you will need to provide us with the below:
- Product name
- Base URL for “WCInitCommunication” GET requests
Environments
When you start developing your integration with Reckon Web Connector, you will be working with the Developer environment of the Connected App list. Once your app is approved, we'll then add your app to the Product Connected App list.
How to add your app to the Development environment
To add your app to the Development environment, please send an email to apisupport@reckon.com with the below:
- Product name
- Base URL for “WCInitCommunication” GET requests
Connecting your app to Development environment
To connect to the Development environment while you develop your integration with the Reckon Web Connector, you will need to update the Reckon.WebConnector.Admin.exe.config file, available under: C:\Program Files (x86)\Reckon\Reckon Web Connector.
You will need to replace Production with Development from <appSettings>.
If you get permission error while saving, you will need to either:
- Option 1:
- Open Notepad or similar editor by running it as Administrator
- Browse to C:\Program Files (x86)\Reckon\Reckon Web Connector
- Open Reckon.WebConnector.Admin.exe.config file
- Update (replace Production with Development) the file.
- Option 2:
- Copy the Reckon.WebConnector.Admin.exe.config file to another location (for example, Desktop)
- Update the file (replace Production with Development)
- Copy the file back to C:\Program Files (x86)\Reckon\Reckon Web Connector and replace the existing file
After you change the Reckon.WebConnector.Admin.exe.config file, the contents of the file will look like below:
<appSettings>
<add key="Environment" value="Development" />
</appSettings>

Connecting your app to Production environment
When your app is approved, you will be changing the key to Production to connect to the production list of Connected Apps.

When you email us to add your app to the Production list, please provide us with the Production value of:
- Product name
- Base URL for
WCInitCommunicationGET requests
In future, when we implement oAuth2.0 within Reckon Web Connector, we will require those details which will be added to the DB for the app to use during token generation to connect with the app.