This documentation is deprecated and only available for supporting old/legacy integrations using for example hashes.
New documentation can be found here: Home
Subscription Response
When a new service has been successfully subscribed for, the following fields are sent in a <form>
 using POST
 method to OK return address (srv_okreturn):
Skip to contents in this page
Field | Input name | value | Format | C/O |
---|---|---|---|---|
Interface version | srv_version | 0002 | AN4 | C |
Company’s business identification code | srv_businessid |  | AN15 | C |
Webstore WWW address | srv_webstorewww | Â | AN200 | C |
Technical user id for the webstore | srv_interfaceuserid | Â | AN50 | C |
Technical secret key for the webstore | srv_interfacecredential | Â | AN1056 | C |
User id for KauppiasExtranet | srv_extranetuserid | Â | AN50 | C |
Password for KauppiasExtranet | srv_extranetcredential | Â | AN1056 | C |
State code for this subcscription | srv_state | Â | AN5 | C |
Hash for response | srv_hash | Â | AN128 | C |
If a service was not successfully subscribed for, the following fields are sent in a <form>
 using POST
 method to error (srv_errorreturn) or cancel return address (srv_cancelreturn), depending on the case:
Â
Field | Input name | value | Format | C/O |
---|---|---|---|---|
Interface version | srv_version | 0002 | AN4 | C |
Company’s business identification code | srv_businessid |  | AN15 | C |
Webstore WWW address | srv_webstorewww | Â | AN200 | C |
Error code for this subcscription | srv_errorcode | Â | AN5 | C |
Error description for this subcscription | srv_errordescription | Â | AN1000 | C |
Â