# View payment history

After you've paid for a registration, you'll want to confirm that everything went through. Payment history gives you the full record.

## Prerequisites

* [Completed checkout](/registration/checkout-with-stripe.md) for at least one registration

## Steps

1. In the registration sidebar, click **Payment History**.
2. You'll see every payment for this meet, including:
   * **Date** the payment was made
   * **Amount** paid
   * **Status** (completed, pending, or refunded)
   * **Method** (Stripe or bank/cash)
   * **Participants** covered by that payment

## Payment statuses

| Status        | What it means                                                   |
| ------------- | --------------------------------------------------------------- |
| **Completed** | Payment received and processed                                  |
| **Pending**   | Offline payment submitted, waiting for the organizer to confirm |
| **Refunded**  | Payment was refunded (full or partial)                          |

## About refunds

If the meet allows refunds (you can check this in the [Price List](/registration/review-meet-details.md)):

* Refunds must be requested before the **refund deadline** the organizer set.
* Contact the organizer to start the refund process. Refunds are handled on their side.

## What's next

* [Check registration status](/registration/check-registration-status.md) to see which gymnasts are approved

## Related

* [Pay with Stripe](/registration/checkout-with-stripe.md)
* [Pay offline](/registration/checkout-offline.md)
* [Registration walkthrough](/registration/index.md)


---

# Agent Instructions: 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/registration/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.
