Efí Pay Charge

A charge issued via the Efí Pay Cobranças API (boleto, credit card, or payment link).

PaymentsPixBoletoSubscriptionRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentsCNABBrazilFintech

Properties

Name Type Description
charge_id integer
status string
total integer Total in cents
items array
metadata object
payment object
View JSON Schema on GitHub

JSON Schema

efi-cobrancas-charge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gerencianet/main/json-schema/efi-cobrancas-charge-schema.json",
  "title": "Efí Pay Charge",
  "description": "A charge issued via the Efí Pay Cobranças API (boleto, credit card, or payment link).",
  "type": "object",
  "required": ["items"],
  "properties": {
    "charge_id": { "type": "integer" },
    "status": { "type": "string", "enum": ["new", "waiting", "paid", "unpaid", "refunded", "contested", "settled", "link", "identified", "canceled", "expired"] },
    "total": { "type": "integer", "description": "Total in cents" },
    "items": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "required": ["name", "value", "amount"],
        "properties": {
          "name": { "type": "string" },
          "value": { "type": "integer", "description": "Unit value in cents" },
          "amount": { "type": "integer", "minimum": 1 },
          "marketplace": {
            "type": "object",
            "properties": {
              "mode": { "type": "string", "enum": ["percentage", "fixed"] },
              "repasses": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": ["payee_code"],
                  "properties": {
                    "payee_code": { "type": "string" },
                    "percentage": { "type": "number" },
                    "fixed": { "type": "integer" }
                  }
                }
              }
            }
          }
        }
      }
    },
    "metadata": {
      "type": "object",
      "properties": {
        "custom_id": { "type": "string" },
        "notification_url": { "type": "string", "format": "uri" }
      }
    },
    "payment": {
      "type": "object",
      "oneOf": [
        { "required": ["banking_billet"] },
        { "required": ["credit_card"] }
      ],
      "properties": {
        "banking_billet": { "type": "object" },
        "credit_card": { "type": "object" }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/efi-cobrancas-charge"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.