# Estados

## ACTIVE

Al registrar una suscripción si el campo start\_date es igual al día de creación, entonces la suscripción se considera activa y se devolverá un estado **ACTIVE.**

## NEW\_MEMBERSHIP

Si la fecha del campo start\_date es posterior a la fecha del día de creación, entonces la suscripción se considera pendiente por activación y se retornara un estado **NEW\_MEMBERSHIP.** Se cambiará de **NEW\_MEMBERSHIP** a **ACTIVE** el día de la fecha indicada en el campo start\_date.

## CANCELED

En caso de que el cliente no realice el pago antes de la medía noche del día que corresponda según la suscripción pasará a estado **CANCELED** y un intento de pago será rechazado.&#x20;

Si el comercio solicita [Cancelar la suscripción](/api-suscripciones/suscripciones/cancelar-suscripcion.md), esta pasará a estado **CANCELED** y un intento de pago será rechazado.

<br>


---

# 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.payvalida.com/api-suscripciones/informacion-adicional/estados.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.
