> ## Documentation Index
> Fetch the complete documentation index at: https://docs-api.maketou.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Statuts des paniers

> Comprenez les statuts retournés par l'API de Maketou.

Un panier peut changer de statut après sa création.

| Statut            | Description                          |
| ----------------- | ------------------------------------ |
| `waiting_payment` | Le panier est en attente de paiement |
| `completed`       | Le paiement est effectué             |
| `abandoned`       | Le panier est abandonné              |
| `payment_failed`  | Le paiement a échoué                 |

## Recommandation

Votre application doit enregistrer l'identifiant du panier et vérifier son statut avant de livrer le produit ou d'activer l'accès client.
