Fiserv · Capability

Fiserv CardPointe Gateway API — Funding

Fiserv CardPointe Gateway API — Funding. 1 operations. Lead operation: Fiserv Get funding information. Self-contained Naftiko capability covering one Fiserv business surface.

Run with Naftiko FiservFunding

What You Can Do

GET
Getfundinginfo — Fiserv Get funding information
/v1/funding

MCP Tools

fiserv-get-funding-information

Fiserv Get funding information

read-only idempotent

Capability Spec

cardpointe-gateway-funding.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fiserv CardPointe Gateway API — Funding
  description: 'Fiserv CardPointe Gateway API — Funding. 1 operations. Lead operation: Fiserv Get funding information. Self-contained
    Naftiko capability covering one Fiserv business surface.'
  tags:
  - Fiserv
  - Funding
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FISERV_API_KEY: FISERV_API_KEY
capability:
  consumes:
  - type: http
    namespace: cardpointe-gateway-funding
    baseUri: https://{site}-uat.cardconnect.com/cardconnect/rest
    description: Fiserv CardPointe Gateway API — Funding business capability. Self-contained, no shared references.
    resources:
    - name: funding
      path: /funding
      operations:
      - name: getfundinginfo
        method: GET
        description: Fiserv Get funding information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: merchid
          in: query
          type: string
          description: The CardPointe merchant ID.
          required: true
        - name: date
          in: query
          type: string
          description: The funding date in MMDD format.
          required: true
    authentication:
      type: basic
      username: '{{env.FISERV_USER}}'
      password: '{{env.FISERV_PASS}}'
  exposes:
  - type: rest
    namespace: cardpointe-gateway-funding-rest
    port: 8080
    description: REST adapter for Fiserv CardPointe Gateway API — Funding. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/funding
      name: funding
      description: REST surface for funding.
      operations:
      - method: GET
        name: getfundinginfo
        description: Fiserv Get funding information
        call: cardpointe-gateway-funding.getfundinginfo
        with:
          merchid: rest.merchid
          date: rest.date
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cardpointe-gateway-funding-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fiserv CardPointe Gateway API — Funding. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: fiserv-get-funding-information
      description: Fiserv Get funding information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cardpointe-gateway-funding.getfundinginfo
      with:
        merchid: tools.merchid
        date: tools.date
      outputParameters:
      - type: object
        mapping: $.