# Refund management

- [Authorization](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/authorization.md): Learn how to send Refunds API calls using /auth.
- [Refund reason codes](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/refund-reason-codes.md): Learn how to use refund reason codes.
- [Creating a satisfaction refund](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/creating-a-satisfaction-refund.md): Learn how to create a satisfaction refund.
- [Getting the available refunds for a specific order](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/retrieving-refunds-available-for-an-order.md): Learn how to get the available refunds for a specific order.
- [Getting refunds for a specific order](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/getting-refunds-for-a-specific-order.md): Learn how to get refunds for a specific order.
- [Getting refunds available for a shopper's order](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/getting-refunds-available-for-a-shoppers-order.md): Learn how to retrieve the refunds available for a shopper's order.
- [Getting the JSON schema for an order refund](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/retrieving-the-json-schema-for-an-order-refund.md): Learn how to retrieve the JSON schema for an order refund.
- [Managing a refund for a delayed payment method](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/managing-a-refund-for-a-delayed-payment-method.md): Learn how to manage a refund for a delayed payment method.
- [Refund error scenarios](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/refund-error-scenarios.md): Understand refund error scenarios.


---

# 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.digitalriver.com/commerce-api/admin-apis/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.
