cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/transactions/{transaction_id}
{ "code": 123, "timestamp": 123, "transaction_id": "<string>", "data": { "id": "<string>", "description": "<string>", "created_at": 123, "@entity": "<string>", "notes": {}, "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 } }
Fetch Transaction API allows you to get the details for a transaction
200
Show child attributes
Was this page helpful?