NETS Viking Integration (v1)

Download OpenAPI specification:Download

This document contains a technical description of registering stores for Storebox services using Viking terminals.

The intended audience for this documentation is technicians developing system integration to Storebox.

The API is organized around REST. The API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs. JSON is the data interchange format and will be returned in responses from the API, including errors.

Store

Operations for registering stores.

Issue store token

Before a store can get the terminal token that is needed to use Storebox services, the store has to be registered in NETS DAM.

This endpoint issues a store token that can be used for the registration in DAM through the DA framework. See DAM ECR Integration notes 3rd party for more details on the actual DAM integration.

Authorizations:
basicAuth
query Parameters
storeId
required
string
Example: storeId=1234

The id of the store. This has to be unique for the merchant.

Responses

Response samples

Content type
application/json
{
  • "token": "eyJhbGciOiJIUzI1FiJ9.eyJzdWIiOiJkYWdyb2ZhX3Rlc3QlLCJleHAiOjE1ODAyMTcgMTIsInBsYXRmb3JtIjoibG95YWx0eSJ9.9DbjnUPvztqfQmbnVbHvDFUuWCHZHjaWhk1MtRBGDog"
}