Fiserv · Capability

Fiserv CommerceHub API — Verifications

Fiserv CommerceHub API — Verifications. 1 operations. Lead operation: Fiserv Verify a payment account. Self-contained Naftiko capability covering one Fiserv business surface.

Run with Naftiko FiservVerifications

What You Can Do

POST
Verifyaccount — Fiserv Verify a payment account
/v1/payments-vas/v1/accounts/verification

MCP Tools

fiserv-verify-payment-account

Fiserv Verify a payment account

Capability Spec

commercehub-verifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fiserv CommerceHub API — Verifications
  description: 'Fiserv CommerceHub API — Verifications. 1 operations. Lead operation: Fiserv Verify a payment account. Self-contained
    Naftiko capability covering one Fiserv business surface.'
  tags:
  - Fiserv
  - Verifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FISERV_API_KEY: FISERV_API_KEY
capability:
  consumes:
  - type: http
    namespace: commercehub-verifications
    baseUri: https://connect-cert.fiservapis.com/ch
    description: Fiserv CommerceHub API — Verifications business capability. Self-contained, no shared references.
    resources:
    - name: payments-vas-v1-accounts-verification
      path: /payments-vas/v1/accounts/verification
      operations:
      - name: verifyaccount
        method: POST
        description: Fiserv Verify a payment account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Api-Key
      value: '{{env.FISERV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: commercehub-verifications-rest
    port: 8080
    description: REST adapter for Fiserv CommerceHub API — Verifications. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/payments-vas/v1/accounts/verification
      name: payments-vas-v1-accounts-verification
      description: REST surface for payments-vas-v1-accounts-verification.
      operations:
      - method: POST
        name: verifyaccount
        description: Fiserv Verify a payment account
        call: commercehub-verifications.verifyaccount
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commercehub-verifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fiserv CommerceHub API — Verifications. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: fiserv-verify-payment-account
      description: Fiserv Verify a payment account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: commercehub-verifications.verifyaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.