US Bancorp · Capability

US Bank Positive Pay API — Exception History

US Bank Positive Pay API — Exception History. 1 operations. Lead operation: Get Exception History. Self-contained Naftiko capability covering one Us Bancorp business surface.

Run with Naftiko Us BancorpException History

What You Can Do

GET
Getexceptionhistory — Get Exception History
/v1/positive-pay/exceptions/history

MCP Tools

get-exception-history

Get Exception History

read-only idempotent

Capability Spec

us-bank-positive-pay-exception-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: US Bank Positive Pay API — Exception History
  description: 'US Bank Positive Pay API — Exception History. 1 operations. Lead operation: Get Exception History. Self-contained
    Naftiko capability covering one Us Bancorp business surface.'
  tags:
  - Us Bancorp
  - Exception History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    US_BANCORP_API_KEY: US_BANCORP_API_KEY
capability:
  consumes:
  - type: http
    namespace: us-bank-positive-pay-exception-history
    baseUri: https://api.usbank.com/v1
    description: US Bank Positive Pay API — Exception History business capability. Self-contained, no shared references.
    resources:
    - name: positive-pay-exceptions-history
      path: /positive-pay/exceptions/history
      operations:
      - name: getexceptionhistory
        method: GET
        description: Get Exception History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountNumber
          in: query
          type: string
          description: Filter by account number
        - name: fromDate
          in: query
          type: string
          description: Start date for exception history
        - name: toDate
          in: query
          type: string
          description: End date for exception history
        - name: Correlation-ID
          in: header
          type: string
          required: true
        - name: Accept
          in: header
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.US_BANCORP_API_KEY}}'
  exposes:
  - type: rest
    namespace: us-bank-positive-pay-exception-history-rest
    port: 8080
    description: REST adapter for US Bank Positive Pay API — Exception History. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/positive-pay/exceptions/history
      name: positive-pay-exceptions-history
      description: REST surface for positive-pay-exceptions-history.
      operations:
      - method: GET
        name: getexceptionhistory
        description: Get Exception History
        call: us-bank-positive-pay-exception-history.getexceptionhistory
        with:
          accountNumber: rest.accountNumber
          fromDate: rest.fromDate
          toDate: rest.toDate
          Correlation-ID: rest.Correlation-ID
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: us-bank-positive-pay-exception-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for US Bank Positive Pay API — Exception History. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-exception-history
      description: Get Exception History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: us-bank-positive-pay-exception-history.getexceptionhistory
      with:
        accountNumber: tools.accountNumber
        fromDate: tools.fromDate
        toDate: tools.toDate
        Correlation-ID: tools.Correlation-ID
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.