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

    Account

    Reference paths for the information of the device and the account using it. These end points are useful for providing more information for active accounts and devices, along with managing them,

    Profile Object#

    The Profile object represents the data that is stored in Fiscal Harmony containing the necessary information of the account that owns the device linked to the application's API.
    Profile information is accessed using the Get Profile endpoint.
    Profile

    This object only provides the public information of the profile and will not return any personal or sensitive information that is unnecessary for transactions.

    Fiscal Device Object#

    The FiscalDevice object represents the data of the device linked to the application responsible for fiscalisation. It holds tax information, configuration with the tax authority, activation info, some subscription information (more information on the Subscription object) and its status.
    Device information is accessed using the Get Fiscal Device endpoint.
    FiscalDevice

    Device Config Object#

    The CurrentConfig in FiscalDevice is a string that when parsed, returns a JSON object that is in this schema, containing all the necessary tax information and branch information of the device.
    DeviceConfig

    Subscription Object#

    The Subscription Object contains necessary information for the application to keep track of status of subscription of the device where one can maintain billing information with Fiscal Harmony.
    Subscription information is accessed using the Subscription endpoint.
    Subscription

    Modified at 2026-03-02 07:35:00
    Previous
    Support
    Next
    Get Profile
    Built with