> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/tofr/transfer-of-funds-regulation/chapter-ii-psp-obligations/article-6-transfers-of-funds-to-outside-the-union.md).

# Article 6 — Transfers of funds to outside the Union

1. In the case of a [batch file transfer](https://www.mica.wtf/definitions/definitions/tofr/batch-file-transfer) from a single [payer](https://www.mica.wtf/definitions/definitions/tofr/payer) where the [payment service providers](https://www.mica.wtf/definitions/definitions/tofr/payment-service-provider) of the [payees](https://www.mica.wtf/definitions/definitions/tofr/payee) are established outside the Union, Article 4(1) shall not apply to the individual transfers bundled together therein, provided that the batch file contains the information referred to in Article 4(1), (2) and (3), that that information has been verified in accordance with Article 4(4) and (5), and that the individual transfers carry the [payment account](https://www.mica.wtf/definitions/definitions/tofr/payment-account) number of the payer or, where Article 4(3) applies, the [unique transaction identifier](https://www.mica.wtf/definitions/definitions/tofr/unique-transaction-identifier).
2. By way of derogation from Article 4(1), and, where applicable, without prejudice to the information required in accordance with Regulation (EU) No 260/2012, where the [payment service provider](https://www.mica.wtf/definitions/definitions/tofr/payment-service-provider) of the [payee](https://www.mica.wtf/definitions/definitions/tofr/payee) is established outside the Union, transfers of [funds](https://www.mica.wtf/definitions/definitions/tofr/funds) not exceeding EUR 1 000 that do not appear to be linked to other transfers of funds which, together with the transfer in question, exceed EUR 1 000, shall be accompanied by at least:

   1. the names of the [payer](https://www.mica.wtf/definitions/definitions/tofr/payer) and of the payee; and
   2. the [payment account](https://www.mica.wtf/definitions/definitions/tofr/payment-account) numbers of the payer and of the payee or, where Article 4(3) applies, the [unique transaction identifier](https://www.mica.wtf/definitions/definitions/tofr/unique-transaction-identifier).

   By way of derogation from Article 4(4), the payment service provider of the payer need not verify the information on the payer referred to in this paragraph unless the payment service provider of the payer:

   1. has received the [funds](https://www.mica.wtf/definitions/definitions/tofr/funds) to be transferred in cash or in anonymous electronic money; or
   2. has reasonable grounds for suspecting [money laundering](https://www.mica.wtf/definitions/definitions/tofr/money-laundering) or [terrorist financing](https://www.mica.wtf/definitions/definitions/tofr/terrorist-financing).


---

# 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://www.mica.wtf/tofr/transfer-of-funds-regulation/chapter-ii-psp-obligations/article-6-transfers-of-funds-to-outside-the-union.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.
