{ "opencollection": "1.0.0", "info": { "name": "Paytm Payment Gateway Payments Refunds API", "version": "1.0" }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Initiate refund", "type": "http" }, "http": { "method": "POST", "url": "https://securegw.paytm.in/refund/apply", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a refund (full or partial) for a completed Paytm transaction. Refunds are asynchronous; success of this call only acknowledges registration." } ] } ], "bundled": true }