Salta ai contenuti

How to register a POS that was connected to a TSS that can no longer be used?

If a TSS originally assigned to a cash register (POS system) becomes defective and can no longer be used, you need to register a new TSS. To ensure compliance and avoid duplicate entries, follow these steps when using the Submission API.

You want to continue using a POS system, but its previously assigned TSS is no longer functional. In this case:

  • A new Client (with a new client_id) must be created.

  • The same serial_number should be used, since the hardware (the POS system) has not changed.

  • The old Client connected to the defective TSS must be removed from the

  • Submission/Transmission to avoid duplicate entries.

Use the SIGN DE API to create a new TSS which replaces the defective one.

Create a new Client with a new client_id. Use the same serial_number as specified previously – this represents the unchanged POS serial number.

Use the DELETE endpoint in the Submission API to remove the old Client from the Submission/Transmission (DeleteClientAdditionalData). This step is crucial to ensure that the Submission/Transmission does not include two Clients with the same serial_number.

See also: What are the important steps for reporting the decommissioning of a client connected to a fiskaly TSS?

Once the new Client and TSS are registered, and the old Client has been removed from the Submission, create a new Submission message to complete the process.

It is not necessary to deregister the POS system itself. The cash register is still in use – only the TSS has been replaced. By assigning the same serial_number to the new Client, you ensure a consistent and valid Submission structure.

Was this page helpful?