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

# About APIs

> List of APIs available to perform various actions required to make payouts.

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

You can use our APIs to make payouts. You can make payouts from the [RazorpayX Dashboard](https://x.razorpay.com/auth) as well.

## List of APIs

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

| API                                                                          | Description                                                                                                                                          |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Contacts APIs](/docs/x/contacts/api)                                        | APIs to create, fetch details, update, activate, or deactivate a contact to whom payouts can be made.                                                |
| [Fund Account APIs](/docs/x/fund-accounts/api)                               | APIs to create, fetch details, activate, or deactivate a fund account to which payouts are made.                                                     |
| [Account Validation APIs](/docs/x/fund-accounts/api#account-validation-apis) | APIs to bank account and vpa creation and validation.                                                                                                |
| [Payout APIs](/docs/x/payouts/api#payout-apis)                               | APIs to create, fetch or cancel a payout made to a contact's fund account.                                                                           |
| [Payouts to Cards APIs](/docs/x/payouts/api#payout-to-cards-apis)            | APIs to make payouts to tokenised or unsaved cards.                                                                                                  |
| [Composite APIs](/docs/x/payouts/api#payout-composite-api)                   | APIs to make payouts with just the contact details along with bank account details, UPI ID, or card details without having to create a fund account. |
| [Payout Link APIs](/docs/x/payout-links/api)                                 | APIs to create payout links for contacts whose fund account details are not available. Payouts can be made by sending a payout link to the contact.  |
| [Transaction APIs](/docs/x/account-statement/api)                            | API to fetch all transactions made on your business account.                                                                                         |
| [Fetch Balance API](/docs/api/x/account-validation/balance-fetch)            | API to fetch account balance(s).                                                                                                                     |
| [Amazon Payout APIs](/docs/x/payout-wallet/amazon/api#list-of-apis)          | APIs needed to make payouts via Amazon Pay.                                                                                                          |

### Related Information

* [Contacts](/docs/x/contacts)
* [Payouts](/docs/x/payouts)
* [Subscribe to Webhooks](/docs/x/apis/subscribe)
