# Expenses

### 📌 Overview

Managing expenses with Open Collective Europe (OCE) is designed to be transparent and straightforward. Whether you're reimbursing a team member or paying a service provider, the process ensures accountability and compliance with fiscal regulations.

{% hint style="info" %}
Learn more: [How to Submit an Expense](https://documentation.opencollective.com/expenses-and-getting-paid/submitting-expenses)
{% endhint %}

***

### 🧾 Types of Expenses

There are two primary types of expenses you can submit:

#### 1. **Reimbursements**

Used when someone has paid out-of-pocket for goods or services on behalf of the Collective.

* **Required Documentation**: **Fiscal receipts**
  * Vendor's name, address and tax reference
  * Transaction date
  * Description of items or services
  * Amount paid

{% hint style="warning" %}
**Note**: **Order confirmations, proforma invoices, or bank statements are not valid receipts.**&#x20;
{% endhint %}

#### 2. **Invoices**

Used when paying individuals or organizations for services rendered.

* **Required Documentation**:
  * Unique invoice number
  * Service provider's full details (name, address, tax ID)
  * Detailed description of services
  * Applicable tax rate and amount
  * Invoice addressed to the Collective or one of its administrators

{% hint style="danger" %}
**Important**: **Invoices must not reference Open Collective Europe directly. They should be addressed to the Collective or its admins.**
{% endhint %}

***

### ✅ Submission Process

1. Go to your Collective's page and click **“Submit Expense”**
2. Choose the expense type: **Reimbursement** or **Invoice**
3. Fill in the required details and upload documentation
4. Select a payout method (e.g., PayPal, Wise/bank transfer)
5. Submit for approval

{% hint style="info" %}
**Processing Time**: Most expenses are reviewed and paid within 7 business days.
{% endhint %}

***

### 🔄 Approval Workflow

OCE uses a two-step approval process:

1. **Admin Review**: One of your Collective's admins approves the expense.
2. **OCE Finance Review**: Our team checks for legal and fiscal compliance.

{% hint style="warning" %}
**Note**: Incomplete or non-compliant expenses may be rejected.
{% endhint %}

***

### 💳 Payment Methods

Supported payout options:

* **PayPal** (must be active and verified)
* **Bank Transfer via Wise** (international bank details required)

{% hint style="danger" %}
**Caution**: Ensure that payout details match the expense documentation to avoid delays.
{% endhint %}

***

### 📘 Learn More

* [Overview: How to Submit Expenses](https://docs.opencollective.com/help/expenses-and-getting-paid/submitting-expenses)
* [Expenses in the Ledger – Open Collective Docs](https://docs.opencollective.com/open-collective-docs/product/ledger/expenses-in-the-ledger)

***

### 🛡️ Compliance and Best Practices

* **Transparency**: All expenses are publicly visible to ensure accountability.
* **Accuracy**: Double-check amounts, details, and receipts before submitting.
* **Communication**: Use the comment section on each expense to clarify anything if needed.

{% hint style="info" %}
**Need help?** Email us at <oce@opencollective.com>
{% endhint %}


---

# 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.opencollective.com/oceurope/how-it-works/expenses.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.
