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

# Transactions

> List of Transactions APIs to retrieve transactions.

Transactions are the records of inflow of funds to your business account, and payouts to a Contact's Fund Account and reversals. You can retrieve the details of a particular transaction or the details of all transactions using the Transactions APIs.

<br />

Fork the Razorpay Postman Public Workspace and try the Transactions APIs using your [Test API Keys](/docs/x/dashboard/api-keys).

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-a9f166e4-bfee-48ae-bfc3-3a5baaa67f1c" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Fetch All Transactions" href="/docs/api/x/transactions/fetch-all">
    `GET` `/v1/transactions?account_number=\{account number\}`

    Retrieves all the transactions made from your business account.
  </Card>

  <Card title="Fetch a Transaction with ID" href="/docs/api/x/transactions/fetch-with-id">
    `GET` `/v1/transactions/:id`

    Retrieves a transaction using its ID.
  </Card>
</CardGroup>

## Related Guides

* [About Account Statement](/docs/x/account-statement)
* [Set Up Webhooks](/docs/webhooks/setup-edit-payouts)
* [Webhook Payloads](/docs/webhooks/transactions)
