Fiscal Harmony API
    Fiscal Harmony API
    • Introduction
    • Authentication
    • Data
    • Webhooks
    • Support
    • Account
      • Get Profile
        GET
      • Get Fiscal Device
        GET
      • Subscription
        GET
    • Transactions
      • Submit Invoice
        POST
      • Submit Credit Note
        POST
      • Check Status
        POST
      • Download Pdf
        GET
    • Mappings
      • Tax Mappings
        • Get All TaxMappings
        • Add Tax Mapping
        • Get Specific Tax Mapping
        • Update Tax Mapping
        • Delete Tax Mapping
      • Currency Mappings
        • Supported Currencies
        • Get All CurrencyMappings
        • Add Currency Mapping
        • Get Specific Currency Mapping
        • Update Currency Mapping
        • Delete Currency Mapping
    • Schemas
      • Account
        • Profile
        • FiscalDevice
        • DeviceConfig
        • ApplicableTax
        • BillingPlan
        • BillingStatus
        • Subscription
      • Mappings
        • CurrencyMapping
        • TaxMapping
      • Transactions
        • Invoice
        • CreditNote
        • BuyerContact
        • PaymentMethodType
        • LineItem
        • StatusRequest
      • Date

    Data

    Data#

    This has a list of the data types available in the system. For the actual objects, please refer to the References section.

    Date Format#

    All dates include time and are in ISO 8601 format. Valid dates and times look like the following examples:
    2025-01-08T01:04:58+02:00
    2023-11-19T21:04:38+02:00
    2024-12-31T15:36:01+02:00
    All times are local times CAT (Central African Time) or GMT+2.

    Mime Types#

    Unless stated otherwise, all requests use the application/json mime type, therefore most requests are received in JSON format and may be received in JSON format as well.
    Modified at 2026-03-02 07:18:24
    Previous
    Authentication
    Next
    Webhooks
    Built with