Fiserv · Capability

Fiserv CommerceHub API — 3-D Secure

Fiserv CommerceHub API — 3-D Secure. 1 operations. Lead operation: Fiserv Initiate 3-D Secure authentication. Self-contained Naftiko capability covering one Fiserv business surface.

Run with Naftiko Fiserv3-D Secure

What You Can Do

POST
Authenticate3ds — Fiserv Initiate 3-D Secure authentication
/v1/payments-vas/v1/3ds/authentication

MCP Tools

fiserv-initiate-3-d-secure

Fiserv Initiate 3-D Secure authentication

Capability Spec

commercehub-3-d-secure.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fiserv CommerceHub API — 3-D Secure
  description: 'Fiserv CommerceHub API — 3-D Secure. 1 operations. Lead operation: Fiserv Initiate 3-D Secure authentication.
    Self-contained Naftiko capability covering one Fiserv business surface.'
  tags:
  - Fiserv
  - 3-D Secure
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FISERV_API_KEY: FISERV_API_KEY
capability:
  consumes:
  - type: http
    namespace: commercehub-3-d-secure
    baseUri: https://connect-cert.fiservapis.com/ch
    description: Fiserv CommerceHub API — 3-D Secure business capability. Self-contained, no shared references.
    resources:
    - name: payments-vas-v1-3ds-authentication
      path: /payments-vas/v1/3ds/authentication
      operations:
      - name: authenticate3ds
        method: POST
        description: Fiserv Initiate 3-D Secure authentication
        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-3-d-secure-rest
    port: 8080
    description: REST adapter for Fiserv CommerceHub API — 3-D Secure. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/payments-vas/v1/3ds/authentication
      name: payments-vas-v1-3ds-authentication
      description: REST surface for payments-vas-v1-3ds-authentication.
      operations:
      - method: POST
        name: authenticate3ds
        description: Fiserv Initiate 3-D Secure authentication
        call: commercehub-3-d-secure.authenticate3ds
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commercehub-3-d-secure-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fiserv CommerceHub API — 3-D Secure. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: fiserv-initiate-3-d-secure
      description: Fiserv Initiate 3-D Secure authentication
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: commercehub-3-d-secure.authenticate3ds
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.