The FOSSBilling Forum
FETCHING ERROR VIA INVOICE - Printable Version

+- The FOSSBilling Forum (https://forum.fossbilling.org)
+-- Forum: Support (https://forum.fossbilling.org/forum-7.html)
+--- Forum: Support - Bugs & Errors (https://forum.fossbilling.org/forum-10.html)
+--- Thread: FETCHING ERROR VIA INVOICE (/thread-420.html)



FETCHING ERROR VIA INVOICE - mrbay - 09-07-2025

How to activate Invoice module or suggestion please, Thank you. 

ERROR: Status: 200
{"result":null,"error":{"message":"FOSSBilling module invoices is not installed\/activated","code":715}}

MY CODE :     let fetchInvoiceResp = await fetch(`${API_KEY_URL_FOSSBILL_ADMIN}/invoices/${invoiceId}`, {
      method: "GET",
      headers: {
        "Content-Type": "application/json",
        "Authorization": authHeader
      }
    });
    });