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