Fintecture · Capability

Fintecture PIS API — Settlements

Fintecture PIS API — Settlements. 2 operations. Lead operation: Get All Settlements.

Fintecture PIS API — Settlements is a Naftiko capability published by Fintecture, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/pis/v2/settlements.

The capability includes 2 read-only operations. Lead operation: Get All Settlements. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Fintecture, PIS, Settlements, and Local Acquiring.

Run with Naftiko FintecturePISSettlementsLocal Acquiring

What You Can Do

GET
Getpisv2settlements
/v1/pis/v2/settlements

MCP Tools

fintecture-get-settlements

Get All Settlements

read-only idempotent
fintecture-get-settlement

Get Specific Settlement

read-only idempotent

Capability Spec

pis-settlements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fintecture PIS API — Settlements
  description: 'Fintecture PIS API — Settlements. 2 operations. Lead operation: Get All Settlements.'
  tags: [Fintecture, PIS, Settlements, Local Acquiring]
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      FINTECTURE_ACCESS_TOKEN: FINTECTURE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: pis-settlements
      baseUri: https://api.fintecture.com
      description: Local Acquiring settlement inspection.
      resources:
        - name: pis-v2-settlements
          path: /pis/v2/settlements
          operations:
            - name: getpisv2settlements
              method: GET
              description: Get All Settlements
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: pis-v2-settlement
          path: /pis/v2/settlements/{settlement_id}
          operations:
            - name: getsettlementbyid
              method: GET
              description: Get Specific Settlement
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: settlement_id
                  in: path
                  required: true
      authentication:
        type: bearer
        value: '{{env.FINTECTURE_ACCESS_TOKEN}}'
        placement: header
  exposes:
    - type: rest
      namespace: pis-settlements-rest
      port: 8080
      resources:
        - path: /v1/pis/v2/settlements
          name: pis-v2-settlements
          operations:
            - method: GET
              name: getpisv2settlements
              call: pis-settlements.getpisv2settlements
    - type: mcp
      namespace: pis-settlements-mcp
      port: 9090
      transport: http
      tools:
        - name: fintecture-get-settlements
          description: Get All Settlements
          hints: { readOnly: true, destructive: false, idempotent: true }
          call: pis-settlements.getpisv2settlements
        - name: fintecture-get-settlement
          description: Get Specific Settlement
          hints: { readOnly: true, destructive: false, idempotent: true }
          call: pis-settlements.getsettlementbyid
          with:
            settlement_id: tools.settlement_id