cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/transactions
{ "timestamp": 123, "transaction_id": "<string>", "data": { "@entity": "<string>", "items": [ { "id": "<string>", "description": "<string>", "created_at": 123, "@entity": "<string>", "notes": {}, "payer": { "@entity": "<string>", "name": "<string>", "bank_account": { "@entity": "<string>", "notes": {}, "upi_id": "<string>" } }, "payee": { "@entity": "<string>", "name": "<string>", "bank_account": { "@entity": "<string>", "account_number": "<string>", "ifsc": "<string>", "notes": {}, "upi_id": "<string>" } }, "status": "<string>", "mode": "<string>", "type": "<string>", "amount": 123, "fee": 123, "tax": 123 } ], "last_evaluated_key": "<string>" }, "code": 123 }
Fetch all Transactions API allows you to get all transactions for a virtual account
200
Show child attributes
Was this page helpful?