Efí Pay (Gerencianet) · Capability

Efí Pay — Bill Payment (Pagar Contas)

Decode a Brazilian boleto/concessionária barcode and pay it from the Efí account balance, then list and detail past payments.

Efí Pay — Bill Payment (Pagar Contas) is a Naftiko capability published by Efí Pay (Gerencianet), one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Efí Pay, Bill Payment, and Boleto.

Run with Naftiko Efí PayBill PaymentBoleto

Capability Spec

bill-payment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Efí Pay — Bill Payment (Pagar Contas)
  description: >-
    Decode a Brazilian boleto/concessionária barcode and pay it from the Efí
    account balance, then list and detail past payments.
  tags:
    - Efí Pay
    - Bill Payment
    - Boleto
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      EFI_PAGAMENTOS_CLIENT_ID: EFI_PAGAMENTOS_CLIENT_ID
      EFI_PAGAMENTOS_CLIENT_SECRET: EFI_PAGAMENTOS_CLIENT_SECRET
      EFI_PAGAMENTOS_CERT_PATH: EFI_PAGAMENTOS_CERT_PATH
capability:
  consumes:
    - type: http
      namespace: efi-pagamentos
      baseUri: https://pagarcontas.api.efipay.com.br
      description: Efí Pay bill-payment API
      resources:
        - name: barcode
          path: /v1/codBarras/{codBarras}
          operations:
            - name: payDetailBarCode
              method: GET
              description: Decode a Brazilian boleto/utility barcode
            - name: payRequestBarCode
              method: POST
              description: Schedule a payment for the decoded barcode
        - name: payment-detail
          path: /v1/{idPagamento}
          operations:
            - name: payDetailPayment
              method: GET
              description: Retrieve a bill payment
        - name: payment-list
          path: /v1/resumo
          operations:
            - name: payListPayments
              method: GET
              description: List bill payments