> For the complete documentation index, see [llms.txt](https://docs.dailybiz.com/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dailybiz.com/index/liaisons-bancaires-liaisons-bancaires/fichiers-1/mandats/introduction.md).

# Introduction

Le module de **Liaisons bancaires** est adapté aux normes **SEPA** (Single Euro Payements Area - Espace unique de paiement en euros) en vigueur.

Pour émettre un virement, les coordonnées bancaires du bénéficiaire IBAN (International Bank Account Number) et BIC (Bank Identifier Code) sont nécessaires.

Pour réaliser un prélèvement, il est impératif d'avoir un mandat signé par vos divers clients. Ces mandats doivent être archivés dans les formats papier et numérique.

Les autorisations de prélèvement actuelles valent mandat de prélèvement SEPA et les oppositions données par les débiteurs restent valables. Vous n'avez donc pas à faire signer à nouveau les mandats (c’est ce que l’on appelle la « continuité des mandats »).

{% hint style="danger" %}
Un mandat pour lequel aucun ordre de prélèvement SEPA n’a été présenté pendant **36 mois** ne peut plus être utilisé.

Passé sans délai il faudra faire signer un nouveau mandat de prélèvement à vos clients.
{% endhint %}

{% hint style="info" %}
Tout savoir sur les normes SEPA :

<https://www.economie.gouv.fr/cedef/espace-unique-de-paiement-en-euros-sepa>

<https://www.service-public.fr/particuliers/vosdroits/F20752>
{% endhint %}

Dans la fiche d'un mandat, seuls les caractères suivants sont autorisés :

a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 / - ? : ( ) . , ' + Espace


---

# 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.dailybiz.com/index/liaisons-bancaires-liaisons-bancaires/fichiers-1/mandats/introduction.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.
