Fiserv · Capability

Fiserv CardPointe Gateway API — BIN

Fiserv CardPointe Gateway API — BIN. 1 operations. Lead operation: Fiserv Look up BIN data. Self-contained Naftiko capability covering one Fiserv business surface.

Run with Naftiko FiservBIN

What You Can Do

GET
Lookupbin — Fiserv Look up BIN data
/v1/bin/{token}/{merchid}

MCP Tools

fiserv-look-up-bin-data

Fiserv Look up BIN data

read-only idempotent

Capability Spec

cardpointe-gateway-bin.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fiserv CardPointe Gateway API — BIN
  description: 'Fiserv CardPointe Gateway API — BIN. 1 operations. Lead operation: Fiserv Look up BIN data. Self-contained
    Naftiko capability covering one Fiserv business surface.'
  tags:
  - Fiserv
  - BIN
  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-bin
    baseUri: https://{site}-uat.cardconnect.com/cardconnect/rest
    description: Fiserv CardPointe Gateway API — BIN business capability. Self-contained, no shared references.
    resources:
    - name: bin-token-merchid
      path: /bin/{token}/{merchid}
      operations:
      - name: lookupbin
        method: GET
        description: Fiserv Look up BIN data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: path
          type: string
          description: The CardSecure token or card number to look up.
          required: true
    authentication:
      type: basic
      username: '{{env.FISERV_USER}}'
      password: '{{env.FISERV_PASS}}'
  exposes:
  - type: rest
    namespace: cardpointe-gateway-bin-rest
    port: 8080
    description: REST adapter for Fiserv CardPointe Gateway API — BIN. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/bin/{token}/{merchid}
      name: bin-token-merchid
      description: REST surface for bin-token-merchid.
      operations:
      - method: GET
        name: lookupbin
        description: Fiserv Look up BIN data
        call: cardpointe-gateway-bin.lookupbin
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cardpointe-gateway-bin-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fiserv CardPointe Gateway API — BIN. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: fiserv-look-up-bin-data
      description: Fiserv Look up BIN data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cardpointe-gateway-bin.lookupbin
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.