Fork the Razorpay Postman Public Workspace and try the Transactions APIs using your Test API Keys.
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.