# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nebulox.io/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
