{ "opencollection": "1.0.0", "info": { "name": "Instamojo Payments Authentication Refunds API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "List Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.instamojo.com/v2/refunds/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ] }, "docs": "Retrieve a list of all refunds." }, { "info": { "name": "Create a Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.instamojo.com/v2/refunds/", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a refund for a payment. You can specify a partial refund amount or leave it blank to refund the full transaction amount.\n" }, { "info": { "name": "Get Refund Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.instamojo.com/v2/refunds/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique refund ID" } ] }, "docs": "Retrieve details of a specific refund by its ID." } ] } ], "bundled": true }