{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Devolutions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://cobrancas.api.efipay.com.br/v1/authorize", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Devolutions", "type": "folder" }, "items": [ { "info": { "name": "Detail Pix Devolution", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/pix/:e2eId/devolucao/:id", "params": [ { "name": "e2eId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Detail Pix Devolution" }, { "info": { "name": "Create Pix Devolution", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/v2/pix/:e2eId/devolucao/:id", "params": [ { "name": "e2eId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create Pix Devolution" } ] } ], "bundled": true }