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

# Transaction APIs

> List of RazorpayX Transaction 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>

You can use our APIs to perform various tasks related to making payouts. You can perform most of these actions from the [RazorpayX Dashboard](https://x.razorpay.com/auth) as well.

## List of APIs

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

| API                                                                 | Description                                              |
| ------------------------------------------------------------------- | -------------------------------------------------------- |
| [Fetch all Transactions](/docs/api/x/transactions/fetch-all)        | API to retrieve details of all the transactions.         |
| [Fetch Transaction with ID](/docs/api/x/transactions/fetch-with-id) | API to retrieve details of one transaction using its ID. |

### Related Information

* [Account Statement](/docs/x/account-statement)
* [Subscribe to Webhooks](/docs/x/apis/subscribe)
