# Webhook or Callbacks

## Events

The Events help you understand and manage different types of callback (webhook) events for each product. Also allows you to properly handle each event to ensure smooth and automated processing in your system

| Product                        | Event                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Payment                        | [Payment Notify](/pivot-docs/payments/after-the-payment/payment-notify.md#create-a-payment-event-handler)                                                                                                                                                                                                                                     |
| Domestic Payout                | [Payout Wehook](/pivot-docs/payouts/after-the-payout/domestic-payout/payout-wehook.md#create-a-payout-event-handler)                                                                                                                                                                                                                          |
| Account and Balance Management | <p>Sub-account management:</p><p><a data-mention href="/spaces/ImVr2HJay0snj5ukhBJK/pages/8qOk1sFVMK3rEATBxazz">/spaces/ImVr2HJay0snj5ukhBJK/pages/8qOk1sFVMK3rEATBxazz</a><br><br>Top-ups:<br><a data-mention href="/spaces/ImVr2HJay0snj5ukhBJK/pages/rZRqaJC5AljsoEQBzDcn">/spaces/ImVr2HJay0snj5ukhBJK/pages/rZRqaJC5AljsoEQBzDcn</a></p> |

## Delivery Retries

You can retry the Callback delivery by visiting Settings > Developer Setting > [Callback History](https://dashboard.pivot-payment.com/setting/developer-setting/callback-history)


---

# 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://pivot-payment.gitbook.io/pivot-docs/for-developers/webhook-or-callbacks.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.
