# 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:&#x20;

* Go to you host dashboard and **Ledger** section.&#x20;
* Under the **Ledger** section choose the **Transactions** section.&#x20;
* Find the contribution that you want to refund and click on it to open the drawer on your right hand side.&#x20;
* You will find a refund button at the top of the drawer along with all the transaction details.&#x20;
* 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).&#x20;
{% 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: 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://documentation.opencollective.com/fiscal-hosts/processing-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.
