> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/gym-art-meets-fr/inscription/view-payment-history.md).

# Voir l'historique des paiements

Après avoir payé une inscription, vous voudrez vérifier que tout s’est bien passé. L’historique des paiements vous donne l’enregistrement complet.

## Prérequis

* [Paiement terminé](/gym-art-meets-fr/inscription/checkout-with-stripe.md) pour au moins une inscription

## Étapes

1. Dans la barre latérale d’inscription, cliquez sur **Historique des transactions**.
2. Vous verrez chaque paiement pour cet événement, y compris :
   * **Date** le paiement a été effectué
   * **Montant** payé
   * **Statut** (terminé, en attente ou remboursé)
   * **Méthode** (Stripe ou banque/espèces)
   * **Participants** couverts par ce paiement

## Statuts de paiement

| Statut         | Ce que cela signifie                                                      |
| -------------- | ------------------------------------------------------------------------- |
| **Terminé**    | Paiement reçu et traité                                                   |
| **En attente** | Paiement hors ligne envoyé, en attente de confirmation par l’organisateur |
| **Remboursé**  | Le paiement a été remboursé (en totalité ou en partie)                    |

## À propos des remboursements

Pour demander un remboursement, allez dans **Demandes** dans la barre latérale et envoyez une demande de remboursement.

## Et ensuite

* [Vérifier le statut de l’inscription](/gym-art-meets-fr/inscription/check-registration-status.md) pour voir quels gymnastes sont approuvés

## Connexe

* [Payer avec Stripe](/gym-art-meets-fr/inscription/checkout-with-stripe.md)
* [Payer hors ligne](/gym-art-meets-fr/inscription/checkout-offline.md)
* [Guide pas à pas de l’inscription](/gym-art-meets-fr/inscription/index.md)


---

# 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:

```
GET https://docs.gymart.org/gym-art-meets-fr/inscription/view-payment-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
