Endpoint Locations
Environment Classification | Communication Protocol | URL |
---|---|---|
Dummy | SOAP | https://integration-pos.shophumm.com.au/soap/v1/TestService.svc?wsdl |
Dummy | HTTP | |
Sandbox | SOAP | https://integration-pos.shophumm.com.au/soap/v1/Service.svc?wsdl |
Sandbox | HTTP | https://integration-pos.shophumm.com.au/webapi/v1/ |
PROD | SOAP | |
PROD | HTTP | https://pos.shophumm.com.au/webapi/v1/ |
PROD Heartbeat Polling | ||
Sandbox Heartbeat Polling |
Info
For SOAP, both HTTP and TCP are supported and both must be secured over TLS - see Transport Layer Security for more information. HTTP must also be HTTP over TLS.
All endpoints implement URL versioning, with the version included in the URL:
- https://pos.shophumm.com.au/soap/v1/Service.svc?wsdl (for SOAP) and
- https://pos.shophumm.com.au/webapi/v1/operation (for HTTP). Only v1 at this stage and a 404 "Not Found" response will be returned if no version is specified.
Updated about 2 months ago