{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account 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": "Charges", "type": "folder" }, "items": [ { "info": { "name": "Create Charge", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge" }, "docs": "Create Charge" }, { "info": { "name": "Create One Step Charge", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/one-step" }, "docs": "Create One Step Charge" }, { "info": { "name": "Detail Charge", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Detail Charge" }, { "info": { "name": "List Charges", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/charges" }, "docs": "List Charges" }, { "info": { "name": "Cancel Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel Charge" }, { "info": { "name": "Define Payment Method", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/pay", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Define Payment Method" }, { "info": { "name": "Update Billet", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/billet", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Billet" }, { "info": { "name": "Send Billet Email", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/billet/resend", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Send Billet Email" }, { "info": { "name": "Update Charge Metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/metadata", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Charge Metadata" }, { "info": { "name": "Create Charge History Note", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create Charge History Note" }, { "info": { "name": "Define Balance Sheet Billet", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/balance-sheet", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Define Balance Sheet Billet" }, { "info": { "name": "Settle Charge Manually", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/settle", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Settle Charge Manually" } ] } ], "bundled": true }