Fintecture · Capability

Fintecture PIS API — Request To Pay

Fintecture PIS API — Request To Pay. 1 operation. Lead operation: Create A Request To Pay.

Fintecture PIS API — Request To Pay 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 POST method rooted at /v1/pis/v2/request-to-pay.

The capability includes 1 state-changing operation. Lead operation: Create A Request To Pay. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Fintecture, PIS, Request To Pay, and Payment Links.

Run with Naftiko FintecturePISRequest To PayPayment Links

What You Can Do

POST
Createpisv2requesttopay
/v1/pis/v2/request-to-pay

MCP Tools

fintecture-create-request-to-pay

Create A Request To Pay

Capability Spec

pis-request-to-pay.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fintecture PIS API — Request To Pay
  description: 'Fintecture PIS API — Request To Pay. 1 operation. Lead operation: Create A Request To Pay.'
  tags: [Fintecture, PIS, Request To Pay, Payment Links]
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      FINTECTURE_ACCESS_TOKEN: FINTECTURE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: pis-request-to-pay
      baseUri: https://api.fintecture.com
      description: Request To Pay payment link generation.
      resources:
        - name: pis-v2-request-to-pay
          path: /pis/v2/request-to-pay
          operations:
            - name: createpisv2requesttopay
              method: POST
              description: Create A Request To Pay
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  required: true
      authentication:
        type: bearer
        value: '{{env.FINTECTURE_ACCESS_TOKEN}}'
        placement: header
  exposes:
    - type: rest
      namespace: pis-request-to-pay-rest
      port: 8080
      resources:
        - path: /v1/pis/v2/request-to-pay
          name: pis-v2-request-to-pay
          operations:
            - method: POST
              name: createpisv2requesttopay
              call: pis-request-to-pay.createpisv2requesttopay
              with:
                body: rest.body
    - type: mcp
      namespace: pis-request-to-pay-mcp
      port: 9090
      transport: http
      tools:
        - name: fintecture-create-request-to-pay
          description: Create A Request To Pay
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: pis-request-to-pay.createpisv2requesttopay
          with:
            body: tools.body