# Refunds

- [Create Refund](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/create-refund.md): Request a refund of your payment session
- [Retrieve Refund Details](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/retrieve-refund-details.md): Get a detailed Refund by ID
- [Retrieve list of Refund](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/retrieve-list-of-refund.md): Get all of your created Refun
- [Refund Callback](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/refund-callback.md): Register your Refund Callback URL and get Refund status
- [Refund Simulation](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/refund-simulation.md): Simulate refund flows with various behaviors and conditions
- [Refund Object](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/refund-object.md): A refund object is created when you initiate a refund request.


---

# 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/api-references/api-lists/refunds.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.
