> For the complete documentation index, see [llms.txt](https://docs.donatepr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.donatepr.com/independent-communities/manage-independent-collective/money-coming-in-contributions.md).

# Money coming in: Contributions

### **Via Stripe**

If you have connected your Stripe account and someone contributed to your Community using a credit card, the process is automated. The money will flow through to your bank account via Stripe, and the amount will automatically be credited to the balance of your Community.

### **Via bank transfer**

The bank transfer process is semi-manual. The payer selects 'bank transfer' at checkout and is automatically provided the instructions you specified in your receiving money settings, along with a unique ID code. They proceed to make the payment, using the code as a reference.

This transaction shows up in the 'pending bank transfers' section of your settings. It shows the amount, the contributor, and the unique ID code (order#).

![](/files/s0GpqToBguiLhOgcjU7n)

When the money shows up in your bank account, find the matching transaction under 'Pending bank transfers' and click 'Mark as completed. Once you do, the money will be credited to your Community balance and the payer will automatically receive a receipt by email.

If a pending transfer is cancelled, click "Mark as expired" to remove it from this list. Otherwise it can just sit here and nothing will happen one way or the other.

### Via any other means

To represent money that has arrived for the project outside the Donate PR platform in your Community's budget, use the 'Add Funds' option available in the Actions menu on the Community page.

![](/files/yYqhgQ12SHWO2FWzgjr3)

To specify the source of the funds, search for and select an existing Donate PR profile, or create a new individual or organization profile.

{% hint style="info" %}
If you select the Community itself as the source, it will credit your budget without doing a corresponding debit—this is a good way to add historical transactions or easily add funds without needing to set up a profile for their source.
{% endhint %}

<figure><img src="/files/YQulWIdURHeClGJjWyyZ" alt=""><figcaption></figcaption></figure>

Then set the amount and click 'Add Funds'.

<figure><img src="/files/soonAz58A1JklC7Ch7WF" alt=""><figcaption></figcaption></figure>

Since Independent Communities use the platform for free, there is an optional platform tip when adding funds manually. If you feel the platform is adding value, select a tip amount (the payment will happen later via [Platform Settlement Expenses](/independent-communities/manage-independent-collective/money-going-out-expenses.md#platform-settlement-expenses)).


---

# 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://docs.donatepr.com/independent-communities/manage-independent-collective/money-coming-in-contributions.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.
