{ "opencollection": "1.0.0", "info": { "name": "Efí (formerly Gerencianet) Payments Authorization API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://pix.api.efipay.com.br/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Obtain a Pix API access token", "type": "http" }, "http": { "method": "POST", "url": "https://pix.api.efipay.com.br/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "OAuth2 client-credentials token endpoint for the Pix API host. Send HTTP Basic auth with Client_Id and Client_Secret. This request also requires the mTLS client certificate." }, { "info": { "name": "Obtain a Cobranças API access token", "type": "http" }, "http": { "method": "POST", "url": "https://pix.api.efipay.com.br/v1/authorize", "body": { "type": "json", "data": "{}" } }, "docs": "OAuth2 client-credentials token endpoint for the Cobranças host. Send HTTP Basic auth with Client_Id and Client_Secret. No mTLS certificate is required for this host." }, { "info": { "name": "Obtain an Open Finance API access token", "type": "http" }, "http": { "method": "POST", "url": "https://pix.api.efipay.com.br/v1/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "OAuth2 client-credentials token endpoint for the Open Finance host. Send HTTP Basic auth with Client_Id and Client_Secret. This request also requires the mTLS client certificate." } ] } ], "bundled": true }