> 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/registration/view-payment-history.md).

# 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 **Transaction 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

To request a refund, go to **Requests** in the sidebar and submit a Refund request.

## 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
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/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.
