{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Card Payments 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": "Card Payments", "type": "folder" }, "items": [ { "info": { "name": "Retry Card Payment", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/retry", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retry Card Payment" }, { "info": { "name": "Refund Card Charge", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/card/:id/refund", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Refund Card Charge" }, { "info": { "name": "Get Installments", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/installments" }, "docs": "Get Installments" } ] } ], "bundled": true }