TouchNet
On this page
This topic explains how to configure TouchNet as a third party payment provider in StoreConnect.
What you need
- TouchNet Institution account
- Minimal code and admin know-how
Get credentials from TouchNet
TouchNet provides credentials that you can use in the API key and API secret fields in the StoreConnect config.
They also provide additional options for testing payments in a sandbox.
Configure TouchNet in StoreConnect
- Open StoreConnect and go to Settings > Payments > Payment providers.
- Select New. Complete the fields as follows, then Save:
| StoreConnect field | Select or enter |
|---|---|
| Name | TouchNet |
| Provider | Select TouchNet from the list |
| API Mode | production or sandbox |
| API Key | Key supplied by TouchNet |
| API Secret | Secret supplied by TouchNet |
| API Options to enable payments | See below. Use the relevant set of API options for production or sandbox. |
Credentials for API Options
Insert the relevant API options using the code below, and:
- Replace {InstitutionCode} with your specific Institution code, e.g. C30002
- Replace {SiteId} with your site ID, e.g. 338
Production API Options
- tlink_url: https://secure.touchnet.net:8703/{InstitutionCode}_tlink/services/TPGSecureLink
- upay_url: https://secure.touchnet.net:8443/{InstitutionCode}_upay/web/index.jsp
- upay_site_id: {SiteId}
Sandbox API Options
- tlink_url: https://test.secure.touchnet.net:8703/{InstitutionCode}test_tlink/services/TPGSecureLink
- upay_url: https://test.secure.touchnet.net:8443/{InstitutionCode}test_upay/web/index.jsp
- upay_site_id: {SiteId}