> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fund Account APIs

> List of RazorpayX Fund Account APIs available to perform various actions.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

A Fund Account is an entity to which payouts are made. To make a payout to a contact, you must add a fund account to the contact. Use our APIs to perform these actions or access them directly from the  [RazorpayX Dashboard](https://x.razorpay.com/auth).

The table below lists the various endpoints and gives a brief description of each:

| API Endpoint                                                                                      | Description                                            |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Create a Fund Account using Bank Account details](/docs/api/x/fund-accounts/create/bank-account) | Creates a new fund account using bank account details. |
| [Create a Fund Account using VPA](/docs/api/x/fund-accounts/create/vpa)                           | Creates a new fund account using VPA.                  |
| [Activate or Deactivate a Fund Account](/docs/api/x/fund-accounts/activate-or-deactivate)         | Activates or deactivates an existing fund account.     |
| [Fetch all Fund Accounts](/docs/api/x/fund-accounts/fetch-all)                                    | Retrieves all the fund accounts.                       |
| [Fetch a Fund Account with ID](/docs/api/x/fund-accounts/fetch-with-id)                           | Retrieves a single fund account with ID.               |

### Related Information

* [Fund Accounts](/docs/x/fund-accounts)
* [Subscribe to Webhooks](/docs/x/apis/subscribe)
