{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Due Charges 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": "Due Charges", "type": "folder" }, "items": [ { "info": { "name": "List Pix Due Charges", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/cobv" }, "docs": "List Pix Due Charges" }, { "info": { "name": "Detail Pix Due Charge", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/cobv/:txid", "params": [ { "name": "txid", "value": "", "type": "path" } ] }, "docs": "Detail Pix Due Charge" }, { "info": { "name": "Create Pix Due Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/v2/cobv/:txid", "params": [ { "name": "txid", "value": "", "type": "path" } ] }, "docs": "Create Pix Due Charge" }, { "info": { "name": "Update Pix Due Charge", "type": "http" }, "http": { "method": "PATCH", "url": "https://cobrancas.api.efipay.com.br/v1/v2/cobv/:txid", "params": [ { "name": "txid", "value": "", "type": "path" } ] }, "docs": "Update Pix Due Charge" } ] } ], "bundled": true }