> 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/bank-transfer-to-organizer.md).

# Bank transfer to organizer

With this payment method the customers get the bank transfer details of the organizer, and the organizer has to manually check if the incoming bank transfers, and manually set the payments to completed.

{% hint style="warning" %}
This is an async payment method, what means the confirmation of a successful payment may take even severel days after the payment was initiated. You have to request to use this payment methods separately. You can read more about [risks and effects of using async payment methods.](/cooltix-support/organizers/organizer-sign-up/payments/payment-methods/async-payment-methods.md)
{% endhint %}

### Process of the payment

1. Customer select "Bank transfer" as payment method during the checkout
2. Customer gets the transaction details: Organizer's company name, bank account number, and a custom id what they had to enter as a notice for transfer. Customer also gets an email about these details.
3. Customer pays the amount
4. Organizers manually check the incoming transfers, and set all fulfilled orders to completed on admin site, at **event / manage attendees / orders**
5. Customer gets the verification email about the successful payment, with the tickets and invoice included.

### Set up payment method

Not all business eligible to use these payment method due to the high amount of manual work needed to set payments completed as quickly as possible, to maintain a high customer satisfaction.

If you would like to use this payment method, please contact your Cooltix representative.

{% hint style="info" %}
Alternatively, [Cooltix Payment Processing](/cooltix-support/organizers/organizer-sign-up/payments/payment-providers/cooltix-payment-processing.md) will soon have a beta "bank transfer" payment method, where customers transfer the amounts directly to Cooltix instead of the organizers bank account, and transfers are auto-reconciliated without need of manual matching.
{% 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://docs.cooltix.com/cooltix-support/organizers/organizer-sign-up/payments/payment-providers/bank-transfer-to-organizer.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.
