# Webhook Notification

- [Webhook Notification Tutorial](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/webhook-notification-tutorial.md)
- [API Deposit Webhook Notification](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/api-deposit-webhook-notification.md): Notification will be posted when the orders from Get Checkout URL, Create Payment Order interface is completed.
- [Direct Deposit to Permanent Address Webhook Notification](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/direct-deposit-to-permanent-address-webhook-notification.md): CCPayment will post the Webhook notification when the permanent address has received the payment.
- [Invoice Webhook Notification](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/invoice-webhook-notification.md): CCPayment will post the webhook notification when the merchant receives the Invoice payment.
- [Withdraw Webhook Notification](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/withdraw-webhook-notification.md): CCPayment will post the webhook notification when the withdrawal was packed on blockchain.
- [Refund Webhook Notification](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/refund-webhook-notification.md): CCpayment will post the webhook notification when the merchant refund order on the dashboard.
- [Resend Webhook Notification](https://docs.ccpayment.com/ccpayment-v1.0-api/webhook-notification/resend-webhook-notification.md): Resend confirmed transaction webhook notifications for a specified time period.


---

# 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.ccpayment.com/ccpayment-v1.0-api/webhook-notification.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.
