Skip to main content
In Nayax Core, you can create and manage operators using the Operator menu. To create a new Operator, follow the steps below:
  1. Go to Administration > Operator.
  2. Click Create > Add New Operator.
  3. Now, you must fill out the required details on the form.
    1. Operator Internal Code: This is the SAP Customer number.
    2. Parent: Refers to the parent actor for this new operator, which, in this example, is the distributor itself.
    3. Type: The operator type.
    4. Status: The status of the operator.
    5. Regional Settings: Configuration regarding currency and timezone.
  4. When finished, click Save Information.
Actor TypesNote that when you create an actor directly below the distributor, there are only two types available: Institute or Operator. To create Routes, Area, or Location actor types, they must be below an actor with the Operator type.

Lynx API

This process can also be done programmatically through Lynx API with a POST request to the following endpoint:
AuthenticationRefer to the Security & Token page of this documentation to learn how to access your tokens, and how to properly use it to authenticate your API requests.

Create operator request

The Create New Actor endpoint allows for registering a new operator in the Nayax system. See the example request in the code block below:
Request
Path ParamsChange the ParentActorID with the unique identifier of the parent actor under which the new operator will be created.
In the body parameters, fill in the following: A successful request will return a response with the created operator details.

Verify creation

You can check if your operator was correctly created in Nayax Core in the Operators menu.
  1. Use the Search function to filter your operator.
  2. Select it from the list.
You can see all the operator information in the Details tab.