> For the complete documentation index, see [llms.txt](https://docs.mrsherlock.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mrsherlock.ai/configuration/integrations/paiements/configuration-de-stripe.md).

# Configuration de Stripe

Stripe se connecte à Mr Sherlock via **Stripe Connect** (OAuth) : aucun identifiant n'est à saisir manuellement, l'authentification se fait directement sur le portail Stripe.

### Configuration de Stripe Connect

{% stepper %}
{% step %}
**Lancer la connexion**

Sur la carte **Stripe Connect** de l'onglet **Paiements**, cliquez sur **Connecter**.
{% endstep %}

{% step %}
**Nommer la connexion**

Donnez un nom à cette connexion (par exemple **Mon compte Stripe**) pour pouvoir l'identifier facilement, notamment si vous comptez relier plusieurs comptes Stripe.
{% endstep %}

{% step %}
**Autoriser Mr Sherlock dans Stripe**

Une fenêtre s'ouvre vers le portail Stripe. Connectez-vous à votre compte Stripe et autorisez Mr Sherlock à effectuer des opérations sur ce compte (encaissement, capture, remboursement, etc.).
{% endstep %}

{% step %}
**(Optionnel) Définir comme connexion par défaut**

Si vous gérez plusieurs comptes Stripe, vous pouvez désigner l'un d'eux comme **connexion par défaut** en cliquant sur l'étoile située sur sa ligne. Cette connexion sera utilisée pour les paiements de services lorsqu'aucune connexion spécifique n'est définie au niveau du logement.
{% endstep %}
{% endstepper %}

### Actions disponibles sur une connexion Stripe

* **Activer / Désactiver** la connexion.
* **Synchroniser** la connexion.
* **Reconnecter** en cas d'expiration du jeton OAuth.
* **Définir comme connexion par défaut**.
* **Supprimer** la connexion.

### Plusieurs comptes Stripe

Vous pouvez connecter **plusieurs comptes Stripe Connect** au même workspace, par exemple si vous facturez via différentes entités juridiques selon les logements. Chaque connexion est identifiable par son nom personnalisé, et une seule peut être désignée comme **connexion par défaut** du workspace à un instant donné.


---

# 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.mrsherlock.ai/configuration/integrations/paiements/configuration-de-stripe.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.
