# Article 7 — Detection of missing information on the payer or the payee

**Source:** [Regulation (EU) 2023/1113 — EUR-Lex](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32023R1113)

1. The payment service provider of the payee shall implement effective procedures to detect whether the fields relating to the information on the payer and the payee in the messaging or payment and settlement system used to effect the transfer of funds have been filled in using characters or inputs admissible in accordance with the conventions of that system.
2. The payment service provider of the payee shall implement effective procedures, including, where appropriate, monitoring after or during the transfers, in order to detect whether the following information on the payer or the payee is missing:
   1. for transfers of funds where the payment service provider of the payer is established in the Union, the information referred to in Article 5;
   2. for transfers of funds where the payment service provider of the payer is established outside the Union, the information referred to in Article 4(1), points (a), (b) and (c), and Article 4(2), points (a) and (b);
   3. for batch file transfers where the payment service provider of the payer is established outside the Union, the information referred to in Article 4(1), points (a), (b) and (c), and Article 4(2), points (a) and (b), in respect of that batch file transfer.
3. In the case of transfers of funds exceeding EUR 1 000, whether those transfers are carried out in a single transaction or in several transactions which appear to be linked, before crediting the payee's payment account or making the funds available to the payee, the payment service provider of the payee shall verify the accuracy of the information on the payee referred to in paragraph 2 of this Article on the basis of documents, data or information obtained from a reliable and independent source, without prejudice to the requirements laid down in Articles 83 and 84 of Directive (EU) 2015/2366.
4. In the case of transfers of 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, the payment service provider of the payee need not verify the accuracy of the information on the payee, unless the payment service provider of the payee:
   1. effects the pay-out of the funds in cash or in anonymous electronic money; or
   2. has reasonable grounds for suspecting money laundering or terrorist financing.
5. Verification as referred to in paragraphs 3 and 4 of this Article shall be deemed to have taken place where one of the following applies:
   1. the identity of the payee has been verified in accordance with Article 13 of Directive (EU) 2015/849 and the information obtained pursuant to that verification has been retained in accordance with Article 40 of that Directive;
   2. Article 14(5) of Directive (EU) 2015/849 applies to the payee.

## What this means in practice

Article 7 sits at the **receiving end** of the payment chain. It imposes two operational duties on the payee's PSP:

1. **Format/syntax detection** (para 1) — automated checks that the information fields are filled in with characters admissible to the messaging or settlement system. In practice this means SWIFT/SEPA field-validation rules.
2. **Substance detection** (para 2) — procedures (often monitoring) to flag missing or incomplete information. The granularity of "missing" depends on whether the originating PSP is in the Union (the lighter Art. 5 information set) or outside it (the fuller Art. 4 set).

Verification of the payee's information mirrors the payer-side rule: above EUR 1 000 (or where transfers are linked) verification is required; below that threshold, only if cash/anonymous e-money is involved or there is suspicion. AMLD5 CDD counts as verification where the retained CDD information covers the payee, without displacing risk-sensitive monitoring, sanctions controls, or updates where customer information has changed.


---

# 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://www.mica.wtf/tofr/transfer-of-funds-regulation/chapter-ii-psp-obligations/article-7-detection-of-missing-information.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.
