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

# Refund Webhook

This Explodely webhook is triggered when a refund is generated in your account for any sale. If you have added a refund webhook, Explodely will push the below data points to your webhook URL and you can also select which data points you need while creating the webhook.

Order ID - Explodely order ID of the sale

Customer Name - Buyer's name

Customer Email - Buyer's email

Customer Phone - Buyer's phone

Amount - Refund amount

Product ID - Product ID of the refund

Product Name - Product name

Tracking ID - Tracking ID of the sale (if any)

Affiliate - Affiliate ID of the sale (if any)

Zip Code - ZIP Code of buyer

Country Code - Country code of buyer

Bill Description - Descriptor on payment method of buyer

IP Address - Buyer's IP address


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.explodely.com/webhooks/refund-webhook.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.
