> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/fiscal-hosts/processing-refunds.md).

# Processing Refunds

Collective admins are able to approve refunds for up to 30 days from the date the donation was made, as long as the payment provider supports the transaction.

After that point, donations can only be refunded by Fiscal Host admins.

{% hint style="warning" %}
Open Collective has a platform wide [Refund Policy](/giving-to-collectives/requesting-refunds/refund-policy.md). Fiscal Host admins should familiarize themselves with this policy before they develop their own.
{% endhint %}

#### Set Refund Policy:

All Fiscal Hosts are encouraged to have a public refund policy. You can add a refund policy by:

* Navigating to your Fiscal Host's Dashboard > Settings > Policies
* Adding your Refund Policy or a link to it under Contributions or Expenses Policy sections.

#### Refund a Donation:

* Go to you host dashboard and **Ledger** section.
* Under the **Ledger** section choose the **Transactions** section.
* Find the contribution that you want to refund and click on it to open the drawer on your right hand side.
* You will find a refund button at the top of the drawer along with all the transaction details.
* Click refund and confirm the operation.

{% hint style="info" %}
For contributions that were made using a Stripe enabled payment method, the funds should automatically be returned to the contributor. For other payment methods, we recommend [inviting the user to submit an expense](/collectives/spending-money/inviting-a-third-party-to-submit-an-expense.md).
{% endhint %}

The process for refunding contributions differs slightly depending on what the original payment method used was. If someone made their contribution with Stripe, the refund will be processed automatically after you confirm the operation. If the payment was originally made manually extra steps are needed.


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.opencollective.com/fiscal-hosts/processing-refunds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
