> For the complete documentation index, see [llms.txt](https://docs.centralbill.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.centralbill.app/centralbill-payment-api/developpeurs/bienvenue-welcome.md).

# Bienvenue / Welcome

**L’API de paiement CentralBill simplifie la gestion de vos paiements en ligne.** Grâce à une intégration rapide et sécurisée, elle garantit une expérience fluide pour vous et vos clients. En seulement deux étapes principales, vous pouvez générer des liens de paiement personnalisés et recevoir des notifications automatiques pour suivre vos transactions en temps réel.

**Cette API vous permet de gérer facilement les paiements en ligne grâce à une intégration simple et sécurisée. Avec notre API, vous pouvez :**

* Créer des liens de paiement pour vos clients.
* Gérer les notifications de paiement instantanées (IPN) pour suivre l’état des transactions en temps réel.

**Avantages clés :**

* **Simplicité** : Un processus d’intégration simple en deux étapes.
* **Flexibilité** : Compatible avec plusieurs environnements (test et production).
* **Sécurité** : Des mécanismes d’authentification et de notification robustes pour protéger vos données.

### **Environnements disponibles :**

**Sandbox (Test) :**

* Tableau de bord : <https://dashboard.sandbox.centralbill.app>
* Paiement : <https://pay.sandbox.centralbill.app>

**Production :**

* Tableau de bord : <https://dashboard.centralbill.app>
* Paiement : <https://pay.centralbill.app>


---

# 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.centralbill.app/centralbill-payment-api/developpeurs/bienvenue-welcome.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.
