{ "opencollection": "1.0.0", "info": { "name": "Mercado Pago REST Authentication Refunds API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "List Refunds For A Payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/v1/payments/:id/refunds", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Refunds For A Payment" }, { "info": { "name": "Refund A Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mercadopago.com/v1/payments/:id/refunds", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refund A Payment" }, { "info": { "name": "Get A Refund", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/v1/payments/:id/refunds/:refund_id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "refund_id", "value": "", "type": "path" } ] }, "docs": "Get A Refund" } ] } ], "bundled": true }