> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

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

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

[](https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-a9f166e4-bfee-48ae-bfc3-3a5baaa67f1c)

### Related Guides

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

### Endpoints

* **get** `/v1/transactions?account_number=\{account number\}` - Fetch All Transactions:
  Retrieves all the transactions made from your business account.

* **get** `/v1/transactions/:id` - Fetch a Transaction with ID:
  Retrieves a transaction using its ID.
