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

# Payment Methods

> Explore the payment methods supported by Cashfree Payment Gateway, including cards, UPI, netbanking, bank transfers, wallets, and pay-later integrations.

The sections below explain how to integrate each payment method category on the [Payment Gateway](/payments/overview). To enable, configure, or check eligibility, see [Manage payment methods](#manage-payment-methods).

<Tip>Payment methods in the same category follow a similar integration flow. Once you integrate one method, you can enable others in the same category with minimal configuration changes.</Tip>

## Supported payment methods

Payment methods are grouped into six categories. Each category has different capabilities and integration requirements.

<CardGroup cols={3}>
  <Card title="Cards" icon="credit-card" href="/payments/manage/payment-methods/credit-and-debit-cards">
    Support for Indian and international cards, and Apple Pay.
  </Card>

  <Card title="UPI" icon="qrcode" href="/payments/manage/payment-methods/upi">
    Support for UPI intent, QR, and collect flows.
  </Card>

  <Card title="Netbanking" icon="building-columns" href="/payments/manage/payment-methods/netbanking">
    Support for more than 50 major Indian banks.
  </Card>

  <Card title="Bank transfer" icon="money-bill-transfer" href="/payments/manage/payment-methods/bank-transfers">
    Support for NEFT, RTGS, and IMPS bank transfers.
  </Card>

  <Card title="Wallets" icon="wallet" href="/payments/manage/payment-methods/wallets">
    Support for digital wallets including PhonePe, Amazon Pay, and MobiKwik.
  </Card>

  <Card title="Pay Later and cardless EMI" icon="hand-holding-dollar" href="/payments/manage/payment-methods/paylaters-and-cardless-emis">
    Support for cardless EMI and Pay Later methods.
  </Card>
</CardGroup>

## Manage payment methods

You can enable, disable, and configure payment methods based on your business requirements.

<Tabs>
  <Tab title="Dashboard">
    You can manage all enabled payment modes directly from the Merchant Dashboard. To manage payment methods, follow these steps:

    1. Log in to the **[Merchant Dashboard](https://merchant.cashfree.com/auth/login)**.
    2. Go to **Settings > Payment Gateway > Payment Methods**.
    3. View all active payment modes.
    4. To enable a new payment mode, select **Request** and follow the on-screen instructions.

    <img src="https://mintcdn.com/cashfreepayments-d00050e9/3p7irhmTjRVwqRH8/static/payments/pg/manage/payment-method-request.gif?s=e4985b2431ac7b550902218ab85cc5b2" alt="Animated walkthrough of requesting a new payment mode from the Merchant Dashboard" width="1280" height="720" data-path="static/payments/pg/manage/payment-method-request.gif" />
  </Tab>

  <Tab title="API">
    Use the Cashfree APIs to manage and check [payment method eligibility](/payments/manage/payment-method-eligibility) for specific orders.

    ### Eligibility API

    Before displaying the checkout page, use the [Get Eligible Payment Methods API](/api-reference/payments/latest/eligibility/get-eligible-payment-methods) to identify the payment methods available for a specific customer or order amount.

    | API endpoint                   | Description                                     | Documentation                                                                                                                                                    |
    | :----------------------------- | :---------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | `/eligibility/payment_methods` | Identify eligible payment methods for an order. | [Get Eligible Payment Methods API](/api-reference/payments/latest/eligibility/get-eligible-payment-methods)                                                      |
    | `/eligibility/cardless_emi`    | Check eligibility for cardless EMI.             | [Get Eligible Cardless EMI Payment Methods API](/api-reference/payments/latest/eligibility/get-eligible-cardless-emi-payment-methods-for-a-customer-on-an-order) |
  </Tab>
</Tabs>

## Advanced payment features

The following features depend on the payment method and may require additional configuration:

* **[International payments](/payments/international-payments/ipg/overview):** Accept payments in more than 140 currencies using international cards.
* **[Recurring payments](/payments/subscription/introduction):** Set up recurring payments and subscriptions through UPI mandates, card tokenisation, and Netbanking e-mandates.
* **[Pre-authorisation](/payments/features/pre-authorisation):** Reserve funds on a card before fulfilment and capture them once the order is confirmed.
* **[Third-party validation (TPV)](/payments/features/tpv):** Verify that payments originate from authorised bank accounts for Netbanking and UPI transactions.

<div class="hidden" data-table-of-contents="bottom">
  <p class="mt-4 font-medium flex items-center gap-2 related-docs-heading">
    <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="w-4 h-4">
      <path d="M3 4h7a2 2 0 0 1 2 2v13a2 2 0 0 0-2-2H3z" />

      <path d="M21 4h-7a2 2 0 0 0-2 2v13a2 2 0 0 1 2-2h7z" />
    </svg>

    <span>Related topics</span>
  </p>

  <ul>
    <li><a href="/api-reference/payments/latest/overview">Payment Gateway API overview</a></li>
    <li><a href="/payments/online/resources/payment-lifecycle">Payment Lifecycle</a></li>
    <li><a href="/payments/general-faqs">General FAQs</a></li>
  </ul>
</div>
