> 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-es/registro/checkout-with-stripe.md).

# Pagar con Stripe

Ya has agregado a tus gimnastas, corregido cualquier problema de validación y todo se ve bien. Ahora quieres pagar y asegurar el registro. Stripe maneja la parte de la tarjeta de crédito.

## Prerrequisitos

* [Gimnastas agregados](/gym-art-meets-es/registro/add-gymnasts-to-registration.md) (y opcionalmente [entrenadores](/gym-art-meets-es/registro/add-coaches-to-registration.md))
* Todos los participantes deben pasar la validación (sin estado rechazado)

## Pasos

1. En la barra lateral de registro, haz clic en **Pago**.
2. Consulta la **Participantes** pestaña. Los gimnastas y entrenadores aprobados quedarán registrados. Los gimnastas en listaEspera pasan a la listaEspera y solo se les factura cuando el organizador los acepta. Los gimnastas rechazados se excluyen del pago y primero hay que corregirlos.
3. Consulta la **Productos adicionales** pestaña si la reunión ofrece extras.
4. Revisa el total que se muestra en la barra inferior antes de pagar. Muestra los precios base por nivel, los recargos por demora (si aplican), los costos de productos adicionales y el total.
5. Haz clic en **Pagar con tarjeta de crédito**.
6. Tu navegador abre la **página de pago de Stripe**.
7. Completa el pago en la página de Stripe.
8. Después del pago, volverás a Gym Art Meets.

## Después del pago

Los gimnastas aceptados se registran de inmediato. Los gimnastas en listaEspera se quedan en la listaEspera y se registrarán si se abren cupos. Tu registro de pago aparece en [Historial de pagos](/gym-art-meets-es/registro/view-payment-history.md).

## Conviene saber

No tienes que registrar a todos en un solo lote. Puedes volver más tarde y agregar más gimnastas, y luego pagar ese nuevo lote por separado.

Los recargos por demora se calculan automáticamente según la fecha límite de registro y la fecha actual. Los verás en el resumen antes de pagar.

Si la página de pago de Stripe no se abre, revisa el bloqueador de ventanas emergentes de tu navegador. Algunos navegadores bloquean la redirección por defecto.

## Qué sigue

* [Ver historial de pagos](/gym-art-meets-es/registro/view-payment-history.md)
* [Revisar el estado del registro](/gym-art-meets-es/registro/check-registration-status.md)

## Relacionado

* [Pagar fuera de línea (transferencia bancaria/efectivo)](/gym-art-meets-es/registro/checkout-offline.md)
* [Guía paso a paso del registro](/gym-art-meets-es/registro/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, and the optional `goal` query parameter:

```
GET https://docs.gymart.org/gym-art-meets-es/registro/checkout-with-stripe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
