> ## Documentation Index
> Fetch the complete documentation index at: https://docs.y.uno/llms.txt
> Use this file to discover all available pages before exploring further.

# Enrollment Status

Yuno gives customers the possibility to enroll a payment method to use it for future purchases and have a seamless payment experience. That payment method enrollment can be used either in our [Full](/docs/sdks/overview/understanding-flows) or [Lite](/docs/sdks/overview/quickstart) payment implementation and could have one of the following statuses.

## Workflow

<Frame>
  <img src="https://mintcdn.com/yuno-3979e326/MTlogjS0_SlxtlJG/images/reference/enrollment-workflow/image1.png?fit=max&auto=format&n=MTlogjS0_SlxtlJG&q=85&s=e5d4eb809be79d5277c82dd34cef036e" width="3600" height="2622" data-path="images/reference/enrollment-workflow/image1.png" />
</Frame>

## Payment method status

| Status                | Transaction Type | Description                                                 |
| :-------------------- | :--------------- | :---------------------------------------------------------- |
| `CREATED`             | Enrollment       | Initial state at the time of creating a payment method.     |
| `EXPIRED`             | Enrollment       | The payment method has been expired.                        |
| `REJECTED`            | Enrollment       | Yuno has rejected the payment method enrollment.            |
| `READY_TO_ENROLL`     | Enrollment       | The payment method is available for enrollment.             |
| `DECLINED`            | Enrollment       | The payment method has been declined.                       |
| `CANCELED`            | Enrollment       | The payment method has been canceled.                       |
| `ENROLL_IN_PROCESS`   | Enrollment       | The payment method enrollment is being processed.           |
| `ENROLLED`            | Enrollment       | The payment method enrollment has been successful.          |
| `UNENROLL_IN_PROCESS` | Enrollment       | The payment method unenrollment is being processed.         |
| `UNENROLLED`          | Enrollment       | The payment method has been unenrolled.                     |
| `ERROR`               | Enrollment       | There was an error in the enrollment of the payment method. |
