Efí Pay (Gerencianet) · Example Payload

Efi Pix Send Example

PaymentsPixBoletoSubscriptionRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentsCNABBrazilFintech

Efi Pix Send Example is an example object payload from Efí Pay (Gerencianet), with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "PUT",
    "url": "https://pix.api.efipay.com.br/v3/gn/pix/9aab1e1c11e64c1ab8d6ee85d68bff3a",
    "headers": {
      "Authorization": "Bearer eyJhbGciOi...",
      "Content-Type": "application/json"
    },
    "body": {
      "valor": "50.00",
      "pagador": { "chave": "efipay-evangelist@example.com" },
      "favorecido": {
        "chave": "fornecedor@example.com.br",
        "identificacao": { "cpf": "11122233344", "nome": "João Fornecedor" }
      },
      "infoPagador": "Pagamento NF 0042"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "idEnvio": "9aab1e1c11e64c1ab8d6ee85d68bff3a",
      "e2eId": "E0900000020260524T130000A1B2C3D4E5F",
      "valor": "50.00",
      "horario": { "solicitacao": "2026-05-24T13:00:00Z" },
      "status": "EM_PROCESSAMENTO"
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/efi-pix-send-example"
All examples
curl "https://apis.io/api/v1/examples?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.