> For the complete documentation index, see [llms.txt](https://docs.cooltix.com/cooltix-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cooltix.com/cooltix-support/organizers/organizer-sign-up/payments/payment-providers/stripe.md).

# Stripe

Stripe allows you to charge customers in their native currency, while you receive funds in yours. On Cooltix platform you always set the charging currency, and you can manage payout currencies inside your Stripe account.

Stripe is supported in all [Cooltix supported countries](/cooltix-support/organizers/organizer-sign-up/supported-countries.md) except Serbia\
Stripe can accept payments in all [Cooltix supported currencies](/cooltix-support/organizers/organizer-sign-up/payments/supported-currencies.md), except RSD.

### Creating Stripe account

You can create a Stripe account [here](https://dashboard.stripe.com/register). Creating an account only takes a few minutes, however the complete verification process may take longer.

### Connect Stripe

You can connect your Stripe account at\
**Profile / Manage organizations / Payment Providers / Stripe**

To connect start accepting payments, you will need a completely verified Stripe account.


---

# 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.cooltix.com/cooltix-support/organizers/organizer-sign-up/payments/payment-providers/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.
