Fiscal Harmony API
  1. Mappings
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
  1. Mappings

Currency Mappings

Currency Mappings help determine which currencies used on your application or accounting software can be supported by Fiscal Harmony. In order for transactions to be processed successfully, currencies used in them must be mapped to the correct ZIMRA currency codes before any invoice can be processed.
Mapping currencies ensures that the currency defined in your accounting system correctly matches a currency definition provided by ZIMRA and within Fiscal Harmony. When a transaction is then posted with the matched currency, it is then seamlessly translated to the corresponding Fiscal Harmony currency available.
When it comes to currency mappings, you would need to know the supported currencies of the tax authority. You may get all the currently supported currencies using the Supported Currencies endpoint, especially to get information on any new or obsolete currencies.

CurrencyMapping Object#

Currency mapping that has the source currency of the accounting application mapped to the destination currency on Zimra.
To access your all currency mappings, you may use the Get All CurrencyMappings endpoint.
CurrencyMapping

Modified at 2026-03-02 07:46:51
Previous
Delete Tax Mapping
Next
Supported Currencies
Built with