Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Efí Cobranças API

Boleto / card / Pix charges. Host cobrancas.api.efipay.com.br, no mTLS.

Efí Cobranças API is one of 7 APIs that Efí publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cobranças. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 8 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 4 base URLs: https://pix.api.efipay.com.br, https://pix-h.api.efipay.com.br, https://cobrancas.api.efipay.com.br, https://openfinance.api.efipay.com.br.

8 operations 8 paths 7 schemas 2 GET3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://pix.api.efipay.com.br
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Efí Cobranças API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oAuth2ClientCredentials) using the clientCredentials flow, exposing 13 scopes. By default, every request must be authenticated.

  • oAuth2ClientCredentials — OAuth2 client-credentials. Obtain a bearer token from the host's token endpoint using HTTP Basic auth (ClientId / ClientSecret), then send it as Authorization:…

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 2 GET, 3 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Cobranças 8

Boleto / card / Pix charges. Host cobrancas.api.efipay.com.br, no mTLS.

POST
/v1/charge
Create a charge (two-step)
createCharge body → 200401
POST
/v1/charge/one-step
Create a charge (one-step)
createChargeOneStep body → 200401
GET
/v1/charges
List charges
listCharges 3 params → 200401
GET
/v1/charge/{id}
Retrieve a charge
getCharge 1 param → 200401404
POST
/v1/charge/{id}/pay
Associate a payment method to a charge
payCharge 1 param body → 200401
PUT
/v1/charge/{id}/billet
Change a charge's boleto due date
updateChargeBilletDueDate 1 param body → 200401
PUT
/v1/charge/{id}/cancel
Cancel a charge
cancelCharge 1 param → 200401
PUT
/v1/charge/{id}/settle
Manually settle a charge
settleCharge 1 param → 200401

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Charge (5 properties), Error (4 properties), ChargeItem (3 properties), ChargeOneStepRequest (2 properties). Each schema is shown below with its type and property counts.

ChargeItem
object
3 properties
Charge
object
5 properties
PayChargeRequest
object
1 property
Error
object
4 properties
ChargeList
object
1 property
ChargeRequest
object
1 property
ChargeOneStepRequest
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

efi-bank-cobran-as-api-openapi.yml Raw ↑

Other APIs Efí publishes across the network.

Efí Authorization API
Efí Carnê API
Efí Open Finance API
Efí Pix Charges API
Efí Pix Payments API
Efí Pix Webhooks API