# Italy (`IT`)

Use `IT_DOCUMENTO_COMMERCIALE` to preserve the result of the merchant's RT
device or applicable Agenzia issuance service.

## Before Cheqi

- Process the sale through the merchant's RT device or issuance service.
- Complete the applicable electronic storage/transmission operation.
- Obtain the commercial-document number, sequence, device/software identity,
transmission reference/time, fiscal evidence, and QR payload.
- Obtain a lottery code only when the transaction explicitly uses that flow.


## In the Cheqi request

| Value | Request location |
|  --- | --- |
| External regime | `jurisdictionalData.regime = IT_DOCUMENTO_COMMERCIALE` |
| Regime contract version | `jurisdictionalData.regimeVersion` |
| Commercial-document number | `fiscalization.fiscalDocumentNumber` |
| RT device | `fiscalization.fiscalDeviceId` |
| Sequence | `fiscalization.sequenceNumber` |
| Transmission reference | `fiscalization.authorityReference` |
| Software ID | `fiscalization.softwareId` |
| Transmission timestamp | `fiscalization.timestamp` |
| Lottery code | Field `IT:LOTTERY_CODE` |
| Fiscal QR | Top-level `barcodes[]` |


## Example payload fragment

```json
{
  "barcodes": [
    {
      "type": "QR_CODE",
      "data": "exact-rt-fiscal-payload",
      "label": "Fiscal verification"
    }
  ],
  "jurisdictionalData": {
    "countryCode": "IT",
    "regime": "IT_DOCUMENTO_COMMERCIALE",
    "regimeVersion": "2026-07",
    "fiscalization": {
      "system": "IT_RT",
      "status": "FISCALIZED",
      "fiscalDocumentNumber": "IT-DC-001",
      "fiscalDeviceId": "IT-RT-001",
      "sequenceNumber": "42",
      "authorityReference": "IT-TRANSMISSION-001",
      "softwareId": "IT-SOFTWARE-01",
      "verificationCode": "opaque-fiscal-evidence",
      "timestamp": "2026-07-29T08:15:30Z"
    }
  }
}
```

Add `IT:LOTTERY_CODE` only to the explicit lottery variant. Cheqi does not
operate an RT device, transmit fiscal data, enroll a lottery code, or generate
the QR.

## Related

- [Supplying jurisdiction data](/countries/jurisdictional-data)
- [Country support boundary](/countries/overview)