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

> Essential payment means type indicators for categorizing different payment methods and instruments

## Payment Means Types

<table>
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
      <th>Use Cases</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <strong>card\_details</strong>
      </td>

      <td>Credit/debit card payments</td>
      <td>Online purchases, POS transactions, recurring billing</td>
    </tr>

    <tr>
      <td>
        <strong>account\_details</strong>
      </td>

      <td>Direct bank-to-bank transfer, Automated debit from account</td>
      <td>Subscriptions, recurring bills, utilities, Large payments, B2B transactions, invoices</td>
    </tr>

    <tr>
      <td>
        <strong>wallet\_details</strong>
      </td>

      <td>Digital wallet payments</td>
      <td>Mobile payments, e-commerce, peer-to-peer</td>
    </tr>

    <tr>
      <td>
        <strong>cash\_details</strong>
      </td>

      <td>Physical cash payment</td>
      <td>In-person transactions, small purchases</td>
    </tr>

    <tr>
      <td>
        <strong>check\_details</strong>
      </td>

      <td>Paper check payment</td>
      <td>Traditional payments, business transactions</td>
    </tr>

    <tr>
      <td>
        <strong>crypto\_details</strong>
      </td>

      <td>Cryptocurrency payment</td>
      <td>Digital goods, international transfers</td>
    </tr>

    <tr>
      <td>
        <strong>other</strong>
      </td>

      <td>Other payment methods</td>
      <td>Alternative methods, custom solutions</td>
    </tr>
  </tbody>
</table>
