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

# Payment Means Status

> Essential payment means status indicators for tracking the lifecycle and availability of payment methods

## Payment Means Statuses

<table>
  <thead>
    <tr>
      <th>Status</th>
      <th>Description</th>
      <th>Usability</th>
      <th>Next Actions</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <strong>active</strong>
      </td>

      <td>Payment means is active and ready to use</td>
      <td>Usable</td>
      <td>Use for transactions</td>
    </tr>

    <tr>
      <td>
        <strong>inactive</strong>
      </td>

      <td>Payment means temporarily inactive by user</td>
      <td>Not usable</td>
      <td>Reactivate when needed</td>
    </tr>

    <tr>
      <td>
        <strong>pending\_verification</strong>
      </td>

      <td>Awaiting verification before activation</td>
      <td>Not usable</td>
      <td>Complete verification process</td>
    </tr>

    <tr>
      <td>
        <strong>suspended</strong>
      </td>

      <td>Temporarily suspended by system/admin</td>
      <td>Not usable</td>
      <td>Resolve issue, contact support</td>
    </tr>

    <tr>
      <td>
        <strong>blocked</strong>
      </td>

      <td>Blocked due to fraud/security concerns</td>
      <td>Not usable</td>
      <td>Contact support, verify identity</td>
    </tr>

    <tr>
      <td>
        <strong>expired</strong>
      </td>

      <td>Payment means has expired (e.g., card expiry)</td>
      <td>Not usable</td>
      <td>Update with new payment means</td>
    </tr>

    <tr>
      <td>
        <strong>failed\_verification</strong>
      </td>

      <td>Verification failed, cannot be used</td>
      <td>Not usable</td>
      <td>Retry verification or add new</td>
    </tr>

    <tr>
      <td>
        <strong>pending\_removal</strong>
      </td>

      <td>Scheduled for removal/deletion</td>
      <td>Not usable</td>
      <td>Complete removal process</td>
    </tr>

    <tr>
      <td>
        <strong>removed</strong>
      </td>

      <td>Payment means has been removed/deleted</td>
      <td>Not usable</td>
      <td>Add new payment means</td>
    </tr>

    <tr>
      <td>
        <strong>archived</strong>
      </td>

      <td>Archived for historical reference only</td>
      <td>Not usable</td>
      <td>View history only</td>
    </tr>
  </tbody>
</table>
