Μετάβαση στο περιεχόμενο

Δημόσιο (B2G)

Ηλεκτρονικό τιμολόγιο προς φορείς του Δημοσίου, κατά το πρότυπο EN 16931. Στέλνετε το ίδιο JSON με ένα κανονικό τιμολόγιο, στην κλήση SendInvoicesB2G, με τρεις προσθήκες:

  1. το μπλοκ providerB2gAdditionalInvoiceDetails (σύμβαση, προϋπολογισμός, φορέας),
  2. σε κάθε γραμμή: QuantityUnitsUblCode, itemClassificationIdentifiers (CPV) και itemCodification,
  3. φόρους και κρατήσεις μόνο μέσω taxesTotals (Φόροι).

Πριν το πρώτο τιμολόγιο σε έναν φορέα

Ο πελάτης σας επικοινωνεί με τον φορέα και επιβεβαιώνει τα στοιχεία δρομολόγησης: Κωδικό Αναθέτουσας Αρχής, τύπο προϋπολογισμού, ΑΔΑΜ σύμβασης, ΑΔΑ ανάληψης υποχρέωσης. Λάθος στοιχεία σημαίνουν ότι το τιμολόγιο δεν φτάνει στο σωστό σύστημα πληρωμής.

Κανόνες

Κανόνας
Τύποι 1.1, 1.6, 2.1, 2.4, 3.1, 3.2, 5.2, 6.1, 6.2, 7.1
Τρόπος πληρωμής Πάντα type: 5 (Επί πιστώσει)
Φόροι / κρατήσεις Μόνο στο taxesTotals
Credits 1 ανά τιμολόγιο, από ξεχωριστό υπόλοιπο B2G

providerB2gAdditionalInvoiceDetails

Πεδίο EN 16931 Τι βάζετε
contractReference BT-12 ΑΔΑΜ της σύμβασης στο ΚΗΜΔΗΣ. "0" αν δεν υπάρχει. Κενό σε πιστωτικό.
purchaseOrderReference BT-13 Αριθμός παραγγελίας του φορέα, αν υπάρχει.
buyerReference BT-10 Υπηρεσία του φορέα που παραλαμβάνει.
buyerLegalRegistrationIdentifier BT-47 Αναγνωριστικό του αγοραστή.
buyerIdentifiers[].buyerIdentifier BT-46 Δρομολόγηση: ο Κωδικός Αναθέτουσας Αρχής από το Μητρώο Αναθετόντων (π.χ. 1007.909.0001).
budget.type BT-11 1 Τακτικός Προϋπολογισμός · 2 ΠΔΕ · 3 λοιποί.
budget.identifier BT-11 Για 1 και 3: ΑΔΑ ανάληψης υποχρέωσης. Για 2: Ενάριθμος έργου. Σε πιστωτικό, για 1 και 3, κενό.
credits[].accountIdentifier BT-84 IBAN του εκδότη.
credits[].accountName BT-85 Δικαιούχος του λογαριασμού.
credits[].serviceProviderIdentifier BT-86 BIC της τράπεζας.
dueDate BT-9 Ημερομηνία πληρωμής (yyyy-MM-dd).
partyName BT-70 Σε ποιον παραδίδονται τα αγαθά ή οι υπηρεσίες.
deliveryDetails (street, city, postalCode) BT-75/77/78 Διεύθυνση παράδοσης.

Ανά γραμμή

Πεδίο EN 16931 Τι βάζετε
QuantityUnitsUblCode BT-130 Μονάδα κατά UN/ECE Rec. 20, π.χ. EA (τεμάχιο), KGM, LTR, HUR.
itemClassificationIdentifiers[] BT-158 Κωδικός CPV: classificationIdentifier (π.χ. 15555100-4), classificationIdentifierScheme = STI, classificationIdentifierSchemeVersion (π.χ. 2008).
itemCodification BT-153 Σύντομη ονομασία είδους.

Δοκιμές στο Sandbox

Για B2G χρειάζεστε ξεχωριστό API key δοκιμών. Ζητήστε το από τη Novus. Στις δοκιμές στέλνετε υποχρεωτικά αυτές τις τιμές:

Πεδίο Τιμή
issuer.vatNumber 177472438
counterpart.vatNumber 997875116
buyerIdentifiers[].buyerIdentifier 1007.909.0001
invoiceHeader.series Ο ΑΦΜ που χρησιμοποιείτε στις δοκιμές σας (στα παραδείγματα 123456789)

Έτοιμα παραδείγματα

1.1 — Τιμολόγιο Πώλησης

Λήψη

{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "177472438",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "997875116",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "123456789",
        "aa": "1022",
        "issueDate": "2026-09-24",
        "invoiceType": "1.1",
        "currency": "EUR",
        "dispatchDate": "2026-09-24",
        "dispatchTime": "10:00:00",
        "vehicleNumber": "ABC-1234",
        "movePurpose": 1,
        "movePurposeLabel": "Πώληση"
      },
      "paymentMethods": [
        {
          "type": 5,
          "amount": 124.25
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 120,
          "totalNetPriceBeforeDiscount": 120,
          "totalDiscountValue": 20,
          "netValue": 100,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 24,
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_1",
              "amount": 100
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        }
      ],
      "taxesTotals": [
        {
          "taxType": 3,
          "taxCategory": 4,
          "underlyingValue": 1,
          "taxAmount": 0.25,
          "reducesPayable": false,
          "taxTypeLabel": "ksenodoxeio 4.00"
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 24,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0.25,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 124.25,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_1",
            "amount": 100
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Επί πιστώσει"
        }
      },
      "providerB2gAdditionalInvoiceDetails": {
        "contractReference": "26SYMV000000001",
        "buyerReference": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "buyerLegalRegistrationIdentifier": "123412312",
        "credits": [
          {
            "accountIdentifier": "GR00 0000 0000 0000 0000 0000 000",
            "accountName": "TEST ISSUER ΙΚΕ",
            "serviceProviderIdentifier": "BANKGRAA"
          }
        ],
        "partyName": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "dueDate": "2026-10-24",
        "budget": {
          "type": 1,
          "identifier": "123412312"
        },
        "buyerIdentifiers": [
          {
            "buyerIdentifier": "1007.909.0001"
          }
        ],
        "deliveryDetails": {
          "street": "Οδός Φορέα 1",
          "city": "Αθήνα",
          "postalCode": "10431"
        }
      }
    }
  ]
}

1.1 — με απαλλαγή ΦΠΑ

Λήψη

{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "177472438",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "997875116",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "123456789",
        "aa": "1023",
        "issueDate": "2026-09-24",
        "invoiceType": "1.1",
        "currency": "EUR",
        "dispatchDate": "2026-09-24",
        "dispatchTime": "10:00:00",
        "vehicleNumber": "ABC-1234",
        "movePurpose": 1,
        "movePurposeLabel": "Πώληση"
      },
      "paymentMethods": [
        {
          "type": 5,
          "amount": 112
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 50,
          "totalNetPriceBeforeDiscount": 50,
          "totalDiscountValue": 0,
          "netValue": 50,
          "vatCategory": 7,
          "vatCategoryPercent": 0,
          "vatAmount": 0,
          "vatExemptionCategory": 6,
          "vatExemptionCategoryLabel": "Χωρίς ΦΠΑ - άρθρο 24 του Κώδικα ΦΠΑ",
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_1",
              "amount": 50
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        },
        {
          "lineNumber": 2,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 50,
          "totalNetPriceBeforeDiscount": 50,
          "totalDiscountValue": 0,
          "netValue": 50,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 12,
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_1",
              "amount": 50
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 12,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 112,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_1",
            "amount": 100
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Επί πιστώσει"
        }
      },
      "providerB2gAdditionalInvoiceDetails": {
        "contractReference": "26SYMV000000001",
        "buyerReference": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "buyerLegalRegistrationIdentifier": "123412312",
        "credits": [
          {
            "accountIdentifier": "GR00 0000 0000 0000 0000 0000 000",
            "accountName": "TEST ISSUER ΙΚΕ",
            "serviceProviderIdentifier": "BANKGRAA"
          }
        ],
        "partyName": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "dueDate": "2026-10-24",
        "budget": {
          "type": 1,
          "identifier": "123412312"
        },
        "buyerIdentifiers": [
          {
            "buyerIdentifier": "1007.909.0001"
          }
        ],
        "deliveryDetails": {
          "street": "Οδός Φορέα 1",
          "city": "Αθήνα",
          "postalCode": "10431"
        }
      }
    }
  ]
}

1.1 — Τιμολόγιο καυσίμων

Λήψη

{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "177472438",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "997875116",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "123456789",
        "aa": "1024",
        "issueDate": "2026-09-24",
        "invoiceType": "1.1",
        "currency": "EUR",
        "dispatchDate": "2026-09-24",
        "dispatchTime": "10:00:00",
        "vehicleNumber": "ABC-1234",
        "movePurpose": 1,
        "movePurposeLabel": "Πώληση",
        "fuelInvoice": true
      },
      "paymentMethods": [
        {
          "type": 5,
          "amount": 124.25
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "fuelCode": 40,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 120,
          "totalNetPriceBeforeDiscount": 120,
          "totalDiscountValue": 20,
          "netValue": 100,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 24,
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_1",
              "amount": 100
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        }
      ],
      "taxesTotals": [
        {
          "taxType": 3,
          "taxCategory": 4,
          "underlyingValue": 1,
          "taxAmount": 0.25,
          "reducesPayable": false,
          "taxTypeLabel": "ksenodoxeio 4.00"
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 24,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0.25,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 124.25,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_1",
            "amount": 100
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Επί πιστώσει"
        }
      },
      "providerB2gAdditionalInvoiceDetails": {
        "contractReference": "26SYMV000000001",
        "buyerReference": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "buyerLegalRegistrationIdentifier": "123412312",
        "credits": [
          {
            "accountIdentifier": "GR00 0000 0000 0000 0000 0000 000",
            "accountName": "TEST ISSUER ΙΚΕ",
            "serviceProviderIdentifier": "BANKGRAA"
          }
        ],
        "partyName": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "dueDate": "2026-10-24",
        "budget": {
          "type": 1,
          "identifier": "123412312"
        },
        "buyerIdentifiers": [
          {
            "buyerIdentifier": "1007.909.0001"
          }
        ],
        "deliveryDetails": {
          "street": "Οδός Φορέα 1",
          "city": "Αθήνα",
          "postalCode": "10431"
        }
      }
    }
  ]
}

1.1 — Τιμολόγιο - Δελτίο Αποστολής

Λήψη

{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "177472438",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "997875116",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "123456789",
        "aa": "1025",
        "issueDate": "2026-09-24",
        "invoiceType": "1.1",
        "currency": "EUR",
        "dispatchDate": "2026-09-24",
        "dispatchTime": "10:00:00",
        "vehicleNumber": "ABC-1234",
        "movePurpose": 1,
        "movePurposeLabel": "Πώληση",
        "isDeliveryNote": true,
        "otherDeliveryNoteHeader": {
          "loadingAddress": {
            "street": "Οδός Αποθήκης",
            "number": "5",
            "postalCode": "19300",
            "city": "Ασπρόπυργος"
          },
          "deliveryAddress": {
            "street": "Οδός Πελάτη",
            "number": "10",
            "postalCode": "15772",
            "city": "Ζωγράφου"
          },
          "startShippingBranch": 0,
          "completeShippingBranch": 0
        }
      },
      "paymentMethods": [
        {
          "type": 5,
          "amount": 124.25
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "itemDescr": "Αντικατάσταση Λέβητα",
          "measurementUnit": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 120,
          "totalNetPriceBeforeDiscount": 120,
          "totalDiscountValue": 20,
          "netValue": 100,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 24,
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_1",
              "amount": 100
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        }
      ],
      "taxesTotals": [
        {
          "taxType": 3,
          "taxCategory": 4,
          "underlyingValue": 1,
          "taxAmount": 0.25,
          "reducesPayable": false,
          "taxTypeLabel": "ksenodoxeio 4.00"
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 24,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0.25,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 124.25,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_1",
            "amount": 100
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Επί πιστώσει",
          "dispatchPlaceFrom": "Οδός Αποθήκης 5, 19300 Ασπρόπυργος",
          "dispatchPlaceTo": "Οδός Πελάτη 10, 15772 Ζωγράφου"
        }
      },
      "providerB2gAdditionalInvoiceDetails": {
        "contractReference": "26SYMV000000001",
        "buyerReference": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "buyerLegalRegistrationIdentifier": "123412312",
        "credits": [
          {
            "accountIdentifier": "GR00 0000 0000 0000 0000 0000 000",
            "accountName": "TEST ISSUER ΙΚΕ",
            "serviceProviderIdentifier": "BANKGRAA"
          }
        ],
        "partyName": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "dueDate": "2026-10-24",
        "budget": {
          "type": 1,
          "identifier": "123412312"
        },
        "buyerIdentifiers": [
          {
            "buyerIdentifier": "1007.909.0001"
          }
        ],
        "deliveryDetails": {
          "street": "Οδός Φορέα 1",
          "city": "Αθήνα",
          "postalCode": "10431"
        }
      }
    }
  ]
}

2.1 — Τιμολόγιο Παροχής Υπηρεσιών

Λήψη

{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "177472438",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "997875116",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "123456789",
        "aa": "1026",
        "issueDate": "2026-09-24",
        "invoiceType": "2.1",
        "currency": "EUR"
      },
      "paymentMethods": [
        {
          "type": 5,
          "amount": 124.25
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 120,
          "totalNetPriceBeforeDiscount": 120,
          "totalDiscountValue": 20,
          "netValue": 100,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 24,
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_3",
              "amount": 100
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        }
      ],
      "taxesTotals": [
        {
          "taxType": 3,
          "taxCategory": 4,
          "underlyingValue": 1,
          "taxAmount": 0.25,
          "reducesPayable": false,
          "taxTypeLabel": "ksenodoxeio 4.00"
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 24,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0.25,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 124.25,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_3",
            "amount": 100
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Επί πιστώσει"
        }
      },
      "providerB2gAdditionalInvoiceDetails": {
        "contractReference": "26SYMV000000001",
        "buyerReference": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "buyerLegalRegistrationIdentifier": "123412312",
        "credits": [
          {
            "accountIdentifier": "GR00 0000 0000 0000 0000 0000 000",
            "accountName": "TEST ISSUER ΙΚΕ",
            "serviceProviderIdentifier": "BANKGRAA"
          }
        ],
        "partyName": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "dueDate": "2026-10-24",
        "budget": {
          "type": 1,
          "identifier": "123412312"
        },
        "buyerIdentifiers": [
          {
            "buyerIdentifier": "1007.909.0001"
          }
        ],
        "deliveryDetails": {
          "street": "Οδός Φορέα 1",
          "city": "Αθήνα",
          "postalCode": "10431"
        }
      }
    }
  ]
}

5.2 — Πιστωτικό

Λήψη

{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "177472438",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "997875116",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "123456789",
        "aa": "1027",
        "issueDate": "2026-09-24",
        "invoiceType": "5.2",
        "currency": "EUR"
      },
      "paymentMethods": [
        {
          "type": 5,
          "amount": 124.25
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "655-000023",
          "QuantityUnitsUblCode": "EA",
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 120,
          "totalNetPriceBeforeDiscount": 120,
          "totalDiscountValue": 20,
          "netValue": 100,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 24,
          "lineDescription": "Αντικατάσταση Λέβητα",
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_3",
              "amount": 100
            }
          ],
          "itemClassificationIdentifiers": [
            {
              "classificationIdentifier": "15555100-4",
              "classificationIdentifierScheme": "STI",
              "classificationIdentifierSchemeVersion": "2008"
            }
          ],
          "itemCodification": "ΓΙΑ.ΠΡ.ΠΑΡ.ΠΗΛ.950ΓΡ."
        }
      ],
      "taxesTotals": [
        {
          "taxType": 3,
          "taxCategory": 4,
          "underlyingValue": 1,
          "taxAmount": 0.25,
          "reducesPayable": false,
          "taxTypeLabel": "ksenodoxeio 4.00"
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 24,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0.25,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 124.25,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_3",
            "amount": 100
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Επί πιστώσει"
        }
      },
      "providerB2gAdditionalInvoiceDetails": {
        "contractReference": "",
        "buyerReference": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "buyerLegalRegistrationIdentifier": "123412312",
        "credits": [
          {
            "accountIdentifier": "GR00 0000 0000 0000 0000 0000 000",
            "accountName": "TEST ISSUER ΙΚΕ",
            "serviceProviderIdentifier": "BANKGRAA"
          }
        ],
        "partyName": "ΔΟΚΙΜΑΣΤΙΚΟΣ ΦΟΡΕΑΣ",
        "dueDate": "2026-10-24",
        "budget": {
          "type": 1,
          "identifier": ""
        },
        "buyerIdentifiers": [
          {
            "buyerIdentifier": "1007.909.0001"
          }
        ],
        "deliveryDetails": {
          "street": "Οδός Φορέα 1",
          "city": "Αθήνα",
          "postalCode": "10431"
        }
      }
    }
  ]
}