Hike POS Support for Fiji e‑Invoicing & Tax Compliance

Hike POS Support for Fiji e‑Invoicing & Tax Compliance

As Fiji moves toward mandatory e‑invoicing, Hike POS is being updated to ensure full compliance with the Fiji Revenue and Customs Service (FRCS) requirements. 

A key part of this compliance is that Hike POS will never use manually entered tax rates. Instead, all tax rates must come directly from the official government systems: E‑SDC and V‑SDC.

This article explains how tax data flows into Hike POS, how tax categories and rates are structured, and what this means for your daily operations.

How Hike POS Gets Tax Rates for Fiji: 

Hike POS does not allow users to create or edit tax rates manually for Fiji‑compliant clients. Instead, the system fetches all active tax rates from a government-authorized endpoint.

GET /api/v3/tax-rates

This endpoint returns the exact tax categories and rates as defined by the FRCS through the E‑SDC (E‑Service Delivery Centre) and V‑SDC (VAT Service Delivery Centre).

What This Means for Fiji Hike users: 

No manual tax entry – You cannot add, edit, or delete tax rates inside Hike POS.

Always up to date – When the government changes a tax rate (e.g., VAT from 9% to 10%), Hike POS automatically uses the new rate after the API updates.

Single source of truth – Every sale, invoice, and e‑invoice uses the same tax rates that the FRCS expects.

Understanding Tax Categories & Rates in Hike POS:

The API returns two levels of tax information: Tax Categories and Tax Rates (sometimes called Tax Labels).

Tax Categories

Tax Rates (Labels)

Within a tax category, there can be multiple Tax Rates (often referred to by a Label). Each rate has a percentage and a short code.

Example from Hike POS (based on API response)

Below is a real example of how tax data appears inside Hike POS after being fetched from /api/v3/tax-rates:




Tax Category: VAT (categoryType: 0)




How This Appears in Hike POS Interface

When you create a product or complete a sale, you will see tax options named like:

VAT - A (9%)
VAT - B (0%)
VAT - D (15%)
VAT - G (12.5%)
VAT-EXCL (exempt)

You cannot change the rate or label. You can only select which one applies to a given product or transaction.

Important: For Fiji clients, Hike POS will only show tax rates that come from the /api/v3/tax-rates endpoint. No other tax rates were allowed excepts from the ones received from E-SDC or V-SDC.

Hike has the possibility of adding the new labels in future if they are introduced by the Fiji tax authorities.




    • Related Articles

    • Setting Up Your Fiji Tax Compliance in Hike POS (A Step-by-Step Guide)

      Please note that Hike POS communicates with the V-SDC via HTTP/TLS secured API endpoints for invoice fiscalization and signed invoice exchange. We understand that tax compliance—especially with new government systems like Fiji’s e-invoicing (VMS)—can ...
    • How the Printed and PDF Invoice Works for Fiji Tax Compliance in Hike POS.

      This article explains how printed and PDF invoices work for Fiji tax compliance in Hike POS, including the details displayed on the standard tax invoice and the Fiscal Invoice generated for Fiji requirements. Overview A standard customer Tax ...
    • How to configure Hike with Afterpay Barcode/QR

      The Afterpay integration is supported on PC, Mac, iPad and Android tablets and is required for Afterpay's barcode/QR solution. This integration is supported in Australia and New Zealand. The instructions below is suitable for PC and Mac users. ...
    • Tips for Payment & Tax Mapping in Hike–Xero Integration

      Payment mapping. If you see the error “Required payment paid to account (account name)” while syncing invoices between Hike POS and Xero, it means there’s no valid account code set for the payment account in Xero. ✅ Steps to Fix. Log in to Xero. Go ...
    • Creating Tax Rules in Hike

      Incorporating your tax rates in your POS is a necessary step to ensure that your in-store prices are in line with your countries goods and services tax code. Understanding how your point-of-sale can add new tax rates then is obviously necessary to ...