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 |