US Bancorp · Capability

US Bank RTP Real-Time Payments API — RTP Eligibility

US Bank RTP Real-Time Payments API — RTP Eligibility. 1 operations. Lead operation: Check RTP Eligibility. Self-contained Naftiko capability covering one Us Bancorp business surface.

Run with Naftiko Us BancorpRTP Eligibility

What You Can Do

GET
Getrtpeligibility — Check RTP Eligibility
/v1/rtp/eligibility

MCP Tools

check-rtp-eligibility

Check RTP Eligibility

read-only idempotent

Capability Spec

us-bank-rtp-rtp-eligibility.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: US Bank RTP Real-Time Payments API — RTP Eligibility
  description: 'US Bank RTP Real-Time Payments API — RTP Eligibility. 1 operations. Lead operation: Check RTP Eligibility.
    Self-contained Naftiko capability covering one Us Bancorp business surface.'
  tags:
  - Us Bancorp
  - RTP Eligibility
  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-rtp-rtp-eligibility
    baseUri: https://api.usbank.com/v1
    description: US Bank RTP Real-Time Payments API — RTP Eligibility business capability. Self-contained, no shared references.
    resources:
    - name: rtp-eligibility
      path: /rtp/eligibility
      operations:
      - name: getrtpeligibility
        method: GET
        description: Check RTP Eligibility
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: routingNumber
          in: query
          type: string
          description: 9-digit routing number of the receiver's bank
          required: true
        - name: Accept
          in: header
          type: string
          required: true
        - name: Accept-Encoding
          in: header
          type: string
          required: true
        - name: Correlation-ID
          in: header
          type: string
          description: Unique identifier for every request/response pair
          required: true
        - name: On-Behalf-Of
          in: header
          type: string
          description: The U.S. Bank customer ID if submitted by a service provider
    authentication:
      type: bearer
      token: '{{env.US_BANCORP_API_KEY}}'
  exposes:
  - type: rest
    namespace: us-bank-rtp-rtp-eligibility-rest
    port: 8080
    description: REST adapter for US Bank RTP Real-Time Payments API — RTP Eligibility. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rtp/eligibility
      name: rtp-eligibility
      description: REST surface for rtp-eligibility.
      operations:
      - method: GET
        name: getrtpeligibility
        description: Check RTP Eligibility
        call: us-bank-rtp-rtp-eligibility.getrtpeligibility
        with:
          routingNumber: rest.routingNumber
          Accept: rest.Accept
          Accept-Encoding: rest.Accept-Encoding
          Correlation-ID: rest.Correlation-ID
          On-Behalf-Of: rest.On-Behalf-Of
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: us-bank-rtp-rtp-eligibility-mcp
    port: 9090
    transport: http
    description: MCP adapter for US Bank RTP Real-Time Payments API — RTP Eligibility. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: check-rtp-eligibility
      description: Check RTP Eligibility
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: us-bank-rtp-rtp-eligibility.getrtpeligibility
      with:
        routingNumber: tools.routingNumber
        Accept: tools.Accept
        Accept-Encoding: tools.Accept-Encoding
        Correlation-ID: tools.Correlation-ID
        On-Behalf-Of: tools.On-Behalf-Of
      outputParameters:
      - type: object
        mapping: $.