# Webhook Event Types

Event types are the events that triggered the notification. For a list of possible eventType values see the table below. Webhook notifications include the following eventType values listed below:<br>

| Event Type                  | Description                                         |
| --------------------------- | --------------------------------------------------- |
| refund                      | A refund related event has occurred.                |
| dispute                     | A dispute related event has occurred.               |
| transaction                 | A transaction related event has occured.            |
| transaction.recurrent       | A recurrent related transaction event has started.  |
| transaction.wallet          | A wallet related transaction event has occurred.    |
| transaction.recurring.debit | A recurrent debit related transaction has occurred. |


---

# 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-uba.seerbitapi.com/webhook/webhook-event-types.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.
