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