eINVOICING
  1. API Endpoints
eINVOICING
  • eInvoicing Service
    • About Us
    • What We Offer
    • Changelog
    • On Boarding
    • FAQ (EN)
    • FAQ (GR)
    • eInvoicing Service API
      • API Authentication
        • API Key Authentication
          • /Authentication/login
            POST
        • Bearer Token Authentication
          • Authentication Login Bearer Token
            POST
          • Authorization Refresh
            POST
      • API Endpoints
        • API Validations
        • Sending a Document
          • Sending a Document
          • Mandatory and Optional (Best Practice) Fields Descriptions
          • Mobile Notifications
          • IAPR SIGN POLICY METHODS
          • Record Type
          • Offline QR Code Implementation
          • Invoice/json
            POST
        • Purchase Orders for F&B
          • FnB Purchase Orders Documentation
          • Offline QR Code Implementation 8.6
          • Retrieve Open Order Documents (FnB)
            GET
        • Document Management
          • Retrieving a document
          • PDF Invoice as an Email Attachment
        • Alternative Currency Holding
          • ALTERNATIVE CURRENCY (AC)
        • Heating Allowance
          • Heating Allowance Requirements
        • Delivery Notes
          • Delivery Notes Documentation
          • /Invoice/cancelDeliveryNote
            POST
        • POS Integration
          • POS Integration
          • POS Offline QR Code Implementation
          • Offline POS Connection Procedure
          • /PosSignatures/{issuerTin}
            POST
          • /PosTransactions/signpos
            POST
        • IRIS Integration
          • IRIS Payments via POS
          • IRIS Payments via Provider
            • Provider IRIS Documentation
            • 1.1 With IRIS via Provider Payment Method
            • /IrisPayments/InitiatePayment
            • /IrisPayments/GetPaymentStatus
        • Delayed POS Payment
          • Delayed POS Payment
        • B2G Documents
          • B2G Documents
          • B2G Mandatory Fields
          • B2G Status response
          • B2G Soft Reject
          • RESEED INVOICE
          • BT-10 BuyerReference
          • B2G fields for ERP Configurator 3
          • ΕΓΚΥΚΛΙΟΣ ΠΡΟΣ ΠΑΡΟΧΟΥΣ-ΠΡΟΜΗΘΕΥΤΕΣ ΥΠΗΡΕΣΙΩΝ ΥΓΕΙΑΣ ΓΙΑ ΤΗΝ ΗΛΕΚΤΡΟΝΙΚΗ ΤΙΜΟΛΟΓΗΣΗ
          • /B2GInvoice/ReSeedInvoice
            POST
          • /B2GInvoice/GetLastStatus
            GET
      • JSON Structures & Payloads
        • EliseCoreDocument Structure
          • EliseCoreDocument Structure
        • Minimum & Conditional Fields
          • Minimum & Conditional Fields
        • Response Examples & Error Handling
          • Response Examples & Error Handling
      • Offline QR Code
        • Offline QR Code Instructions
      • Status MyData
        • MyData/status
          GET
      • Extra Functionalities
        • Archiver
          • Archiver Functionality
      • Terminology
        • Document Type Codes
        • VAT & TAX Codes
        • Country & Currency Codes
        • Measurement Unit Codes (IAPR & EN16931)
        • Self-Billing Remarks (IAPR)
        • Classification & Payment Method Codes (IAPR)
        • Special Invoice Category
      • VAT Validation
        • Greek VAT Check
        • EU VAT Check
      • Attachments
        • Attaching Media & PDFs
        • Parallel PDF Viewing (pdfUrl)
        • Invoice Document Upload (Invoice/File)
      • SOFTONE ERP Related Segments
        • SOFTONE Configurator
          • SOFTONE Configurator - B2G Mapping
    • eInvoicing Portal
      • Template Configuration (Default Template)
      • Single Sign-On (SSO)
        • Single Sign-on (SSO) Setup Instructions
        • Single Sign-On (SSO)
    • WIKI JSON Samples
      • 1.1 B2B
      • 1.3 B2B Sales Invoice Third Country
      • 5.2 B2B Credit Invoice Non-Associated
      • 2.1 B2B Service Rendered Invoice
      • 1.1 Debit B2G
      • 11.1 B2C Retail Sales Receipt
      • 11.4 Retail Sales Credit Note
  1. API Endpoints

Alternative Currency Holding

1.6 ALTERNATIVE CURRENCY (AC)#


The regulations of IAPR stipulate that the values of invoices must be transmitted in euros. In cases where the currency is not in euros, it is suggested to include the AC fields (alternative currency) in the JSON file document. The implementation should be developed in the client's systems to avoid the risk of significant discrepancies during the transformation from foreign currency to euros. By following this procedure, the amounts of the documents transmitted to IAPR correspond to those in the customer's systems.
Json example
    {
    "CurrencyCode": "USD",
    "InvoiceTypeCode": "1.1",
    "DocumentType": "INVOICE",
    "DocumentTypeCode": "INVOICE",
    "Series": "016",
    "Number": "111",
    "DateIssued": "2024-05-13T00:00:00",
    "Issuer": {
        "RegisteredName": "Company",
        "BrandName": "Company Α.Β.Ε.Ε.",
        "Vat": "EL118058830",
        "TaxOffice": "Φ.Α.Ε. ΑΘΗΝΩΝ",
        "Activities": [
            "ΑΝΩΝΥΜΟΣ ΒΙΟΜΗΧΑΝΙΚΗ & ΕΜΠΟΡΙΚΗ ΕΤΑΙΡΕΙΑ"
        ],
        "Phones": [
            "2103333333"
        ],
        "Faxes": [
            "2106666733"
        ],
        "Emails": [],
        "Url": "",
        "Address": {
            "Country": "",
            "CountryCode": "GR",
            "City": "Πόλη",
            "Street": "Οδός",
            "Postal": "15351"
        },
        "BranchCode": 0,
        "BranchId": "",
        "BranchAddress": {
            "Country": "",
            "CountryCode": "",
            "City": "Πόλη",
            "Street": "Οδός",
            "Postal": "15351"
        },
        "BranchPhones": [
            "21066654444"
        ],
        "BranchFaxes": [
            "2106666744"
        ]
    },
    "CounterParty": {
        "RegisteredName": "Customer",
        "BrandName": "Customer Brand",
        "Vat": "123456789",
        "TaxOffice": "",
        "Activities": [
            ""
        ],
        "RegistrationNumber": "",
        "Phones": [
            "210 799 1111",
            "210 799 1111"
        ],
        "Faxes": [],
        "Emails": [],
        "Url": "",
        "Address": {
            "Country": "",
            "CountryCode": "GR",
            "City": "Αθήνα",
            "Street": "Αμφιθέας ",
            "Postal": "11813"
        }
    },
    "DistributionDetails": {
        "InternalDocumentId": "0_16121213"
    },
    "PaymentDetails": {
        "PaymentMethods": [
            {
                "PaymentMethodTypeCode": "5",
                "PaymentMethodType": "On credit",
                "Amount": 624.49,
                "AmountAC": 672.00
            }
        ],
        "ExchangeCurrencyRate": 0.9293
    },
    "AdditionalDetails": {
        "AccountingDepartmentEmails": [],
        "TransmissionMethod": "Α"
    },
    "Details": [
        {
            "LineNo": 36024,
            "Code": "00037",
            "Descriptions": [
                "0. CHARGE 1"
            ],
            "MeasurementUnitCodeEN": "EA",
            "Quantity": 1.00,
            "UnitPrice": 92.93,
            "NetTotal": 92.93,
            "Total": 115.23,
            "VATTotal": 22.30,
            "UnitPriceAC": 100.0,
            "NetTotalAC": 100.00,
            "VATTotalAC": 24.00,
            "TotalAC": 124.00,
            "VatCategory": "ΦΠΑ συντελεστής 24%",
            "VatCategoryCode": "1",
            "IncomeClassification": {
                "ClassificationTypeCode": "E3_561_001",
                "ClassificationCategoryCode": "category1_3"
            }
        },
        {
            "LineNo": 36025,
            "Code": "00038",
            "Descriptions": [
                "0. CHARGE 2"
            ],
            "MeasurementUnitCodeEN": "EA",
            "Quantity": 1.00,
            "UnitPrice": 185.86,
            "NetTotal": 185.86,
            "Total": 230.47,
            "VATTotal": 44.61,
            "UnitPriceAC": 200.0,
            "NetTotalAC": 200.00,
            "VATTotalAC": 48.00,
            "TotalAC": 248.00,
            "VatCategory": "ΦΠΑ συντελεστής 24%",
            "VatCategoryCode": "1",
            "IncomeClassification": {
                "ClassificationTypeCode": "E3_561_001",
                "ClassificationCategoryCode": "category1_3"
            }
        },
        {
            "LineNo": 36026,
            "Code": "00039",
            "Descriptions": [
                "0. CHARGE 3"
            ],
            "MeasurementUnitCodeEN": "EA",
            "Quantity": 1.00,
            "UnitPrice": 278.79,
            "NetTotal": 278.79,
            "Total": 278.79,
            "VATTotal": 0.00,
            "UnitPriceAC": 300.0,
            "NetTotalAC": 300.00,
            "VATTotalAC": 0.00,
            "TotalAC": 300.00,
            "VatExemptionCategoryCode": "5",
            "VatCategory": "Άνευ Φ.Π.Α. 0%",
            "VatCategoryCode": "7",
            "IncomeClassification": {
                "ClassificationTypeCode": "E3_561_001",
                "ClassificationCategoryCode": "category1_3"
            }
        }
    ],
    "VatAnalysis": [
        {
            "Name": "24,00",
            "Percentage": 24.00,
            "VatAmount": 66.91,
            "VatAmountAC":72.00,
            "underlyingValue": 278.79,
            "underlyingValueAC": 300.00
        },
        {
            "Name": "0",
            "Percentage": 0,
            "VatAmount": 0,
            "underlyingValue": 278.79,
            "underlyingValueAC": 300.00
        }
    ],
    "Summaries": {
        "TotalNetAmount": 557.58,
        "TotalVATAmount": 66.91,
        "TotalGrossValue": 624.49,
        "TotalNetAmountAC": 600.00,
        "TotalVATAmountAC": 72.00,
        "TotalGrossValueAC": 672.00
    },
    "Banks": [],
    "MiscellaneousData": {
        "MoreInformation1": "More information you can find in..."
    }
}
Important Remark
ExchangeCurrencyRate: It refers to the exchange rate between foreign currency and euro
*All values with and without VAT must be included in all fields related to foreign currencies (AC). Only in cases of foreign countries can VAT values in foreign currency be zero.
Modified at 2025-03-11 11:21:20
Previous
PDF Invoice as an Email Attachment
Next
ALTERNATIVE CURRENCY (AC)
Built with