Efí Pay (Gerencianet) · Capability

Efí Pay — Pix Marketplace Splits

Configure split-payment configurations and attach them to Pix immediate (cob) and due (cobv) charges so received funds are automatically distributed to multiple Efí accounts.

Efí Pay — Pix Marketplace Splits 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, Pix, Marketplace, and Split.

Run with Naftiko Efí PayPixMarketplaceSplit

Capability Spec

marketplace-split.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Efí Pay — Pix Marketplace Splits
  description: >-
    Configure split-payment configurations and attach them to Pix immediate (cob)
    and due (cobv) charges so received funds are automatically distributed to
    multiple Efí accounts.
  tags:
    - Efí Pay
    - Pix
    - Marketplace
    - Split
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      EFI_PIX_CLIENT_ID: EFI_PIX_CLIENT_ID
      EFI_PIX_CLIENT_SECRET: EFI_PIX_CLIENT_SECRET
      EFI_PIX_CERT_PATH: EFI_PIX_CERT_PATH
capability:
  consumes:
    - type: http
      namespace: efi-pix-split
      baseUri: https://pix.api.efipay.com.br
      description: Efí Pay Pix split-payment endpoints
      resources:
        - name: split-config
          path: /v2/gn/split/config
          operations:
            - name: pixSplitConfig
              method: POST
              description: Create split configuration
        - name: split-config-id
          path: /v2/gn/split/config/{id}
          operations:
            - name: pixSplitConfigId
              method: PUT
              description: Update split configuration
            - name: pixSplitDetailConfig
              method: GET
              description: Detail split configuration
        - name: split-cob
          path: /v2/gn/split/cob/{txid}
          operations:
            - name: pixSplitDetailCharge
              method: GET
              description: Detail split for immediate charge
        - name: split-cob-link
          path: /v2/gn/split/cob/{txid}/vinculo/{splitConfigId}
          operations:
            - name: pixSplitLinkCharge
              method: PUT
              description: Link split to immediate charge
            - name: pixSplitUnlinkCharge
              method: DELETE
              description: Unlink split from immediate charge