Issue 1: Tax Categories
When retrieving tax categories via the API, only the tax code and description are returned. The corresponding tax rate for each tax code is not provided in the documentation.
For example:
{
"code": "LOCAL_SALES_TAX",
"value": "Local Sales Tax"
},
{
"code": "REDUCED_GST",
"value": "Reduced Goods and Services Tax"
},
{
"code": "ZERO_GST",
"value": "Zero Goods and Services Tax"
}
In this case, the API provides the tax code LOCAL_SALES_TAX and its description "Local Sales Tax", but no associated tax rate and its respective tax percentage.
Issue 2: Currency Code on Invoice Preview
When submitting an invoice to the FIRS portal, we included both document_currency_code and tax_currency_code as "USD". However, in the portal’s invoice preview, the currency symbol is incorrectly displayed as "₦" (Naira) instead of "USD".