> 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/receiving-money/stripe.md).

# Stripe

Once Stripe has been connected successfully, financial contributors can donate via credit or debit card, SEPA, ACH direct debit, Apple Pay and Google Pay. The money will flow through to your bank account via Stripe and Open Collective will automatically process these transactions and credit the amount to the correct balance on the platform.

How to connect to Stripe:

1. Go to your Fiscal Host Dashboard > Settings > Receiving Money
2. Click “Connect Stripe”
3. Select the account you'd like to connect. You will need to be an admin of this account
4. Stripe will guide you through their connection process

{% hint style="warning" %}
Make sure your Stripe account is correctly configured to make live charges. Without this contributors will not be able to make payments.
{% endhint %}

## Currencies Enabled by Stripe

Donation amounts will be denominated in the currency of the Fiscal Host’s Stripe Account, which can be set up in the following currencies:

* Argentine Peso - ARS
* Australian Dollar - AUD
* Bangladeshi Taka - BDT
* Bulgarian Lev - BGN
* Brazilian Real - BRL
* Canadian Dollar - CAD
* Swiss Franc - CHF
* Czech Koruna - CZK
* Danish Krone - DKK
* Euro - EUR
* Pound Sterling - GBP
* Hong Kong Dollar - HKD
* Croatian Kuna - HRK
* Hungarian Forint - HUF
* Indian Rupee - INR
* Icelandic Króna - ISK
* Japanese Yen - JPY
* Mexican Peso - MXN
* Malaysian Ringgit - MYR
* Nigerian Naira - NGN
* Norwegian Krone - NOK
* Nepalese Rupee - NPR
* New Zealand Dollar- NZD
* Poland złoty - PLN
* Romanian Leu - RON
* Swedish Krona - SEK
* Singapore Dollar - SGD
* Ukrainian Hryvnia - UAH
* United States Dollar - USD
* Uruguayan Peso - UYU
* South African Rand - ZAR

If you'd like to change the currency on your Fiscal Host, please check the primary currency of the Stripe account. If this doesn't work or you're having issues, please[ contact us](https://opencollective.com/contact).

{% hint style="warning" %}
For a comprehensive list of currencies supported by Stripe, and the various terms and conditions of using each, [please visit Stripe’s documentation.](https://docs.stripe.com/currencies)
{% endhint %}


---

# 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/receiving-money/stripe.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.
