# Payment methods

## ⬆️ On ramp payments

### 🏦 Bank transfers

Here are the different bank transfer networks that can be used to on ramp with us:

* **SIC** - For CHF transfers from Switzerland --> Free
* **SEPA** - For EUR transfers from the [SEPA zone](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) --> Free
* **SEPA Instant** - For EUR transfers from the [SEPA zone](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) --> Free
* **SWIFT** - For transfers in any other currency --> SWIFT fees apply, [more info here](/service-information/pricing-and-limits.md)

### 💳 Cards

Here are the different types of card payments that we can accept:

* **Visa**
* **Mastercard**
* **Google Pay**
* **Apple Pay**

Please note that we don't accept payments from cards issued to companies.

## ⬇️ Off ramp payments

### 🏦 Bank transfers

Here are the different bank transfer networks that will be used to off ramp from us:

* **SIC** - For CHF transfers to Switzerland --> Free
* **SEPA** - For EUR transfers to the [SEPA zone](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) --> Free
* **SEPA Instant** - For EUR transfers to the [SEPA zone](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) --> Free
* **SWIFT** - For transfers in any other currency --> SWIFT fees apply, [more info here](/service-information/pricing-and-limits.md)


---

# 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://developers.mtpelerin.com/service-information/payment-methods.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.
