> For the complete documentation index, see [llms.txt](https://docs.nebulox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nebulox.io/changelog.md).

# Change Log

Changes in (Apr 14, 2024)\
\
The HTTP method for verifying an invoice has been updated to POST, along with modifications to the request payload. You must now send a POST request to verify your invoice. The resource URL has been altered to <https://api.nebulox.io/api/invoice/verify>. Additionally, the request body now requires two properties: API Key and Tracking Code. Refer to the method outlined on the corresponding page for more details.\
\
[Webhook Setup Guide](/reference/api-reference/webhook-connection.md#verify-your-invoice)\
\
\
Changes in (Nov 20, 2024)

* **Enhancements to Webhook Payload:**
  * Added new properties to the payload, including:
    * `type`
    * `coin`
    * `network`
    * `trackingCode`
    * `isWallet`
* **New API Method:**
  * Introduced a method to retrieve balance details.
  * Further information [Other Methods](/reference/api-reference/other-methods.md#get-balance-by-api-key).

<br>
