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

# Les certifications

> Obtenir un badge de vérification

<CardGroup cols={2}>
  <Card title="Badge officiel" color="#38aadc" icon="badge-check">
    Preuve visible que votre identité a été vérifiée.
  </Card>

  <Card title="Paiement Stripe" color="#a78bfa" icon="credit-card">
    Frais unique, paiement sécurisé Stripe.
  </Card>

  <Card title="Vérification humaine" color="#1dd8b4" icon="user-check">
    Un modérateur examine votre demande sous 48-72h.
  </Card>

  <Card title="Remboursable" color="#f59e0b" icon="undo">
    Si votre demande est refusée, remboursement automatique.
  </Card>
</CardGroup>

## Types de certifications

<CardGroup cols={3}>
  <Card title="Identité" color="#38aadc" icon="fingerprint">
    Vous êtes bien qui vous prétendez être.
  </Card>

  <Card title="Professionnel" color="#a78bfa" icon="briefcase">
    Votre activité est confirmée par documents.
  </Card>

  <Card title="Formation" color="#1dd8b4" icon="graduation-cap">
    Formateur ou établissement reconnu.
  </Card>
</CardGroup>

## Demander une certification

<Steps />

## Statuts possibles

| Statut     | Signification                      |
| ---------- | ---------------------------------- |
| `pending`  | En attente d'examen                |
| `approved` | Validée, badge affiché             |
| `rejected` | Refusée, remboursement automatique |
| `revoked`  | Retirée après signalement          |

<Note>
  **Refund automatique.** La fonction `refundCertification` déclenche un remboursement Stripe si le statut passe à `rejected`.
</Note>
