Skip to main content
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. Run in Postman

Fetch All Transactions

GET /v1/transactions?account_number=\{account number\}Retrieves all the transactions made from your business account.

Fetch a Transaction with ID

GET /v1/transactions/:idRetrieves a transaction using its ID.