US Bancorp · Capability

US Bank RTP Real-Time Payments API — Request for Payment

US Bank RTP Real-Time Payments API — Request for Payment. 2 operations. Lead operation: Initiate RTP Request for Payment. Self-contained Naftiko capability covering one Us Bancorp business surface.

Run with Naftiko Us BancorpRequest for Payment

What You Can Do

POST
Initiatertprequestforpayment — Initiate RTP Request for Payment
/v1/rtp/requests-for-payment
GET
Getrtprequestforpaymentstatus — Get RTP Request for Payment Status
/v1/rtp/requests-for-payment/{requestid}

MCP Tools

initiate-rtp-request-payment

Initiate RTP Request for Payment

get-rtp-request-payment-status

Get RTP Request for Payment Status

read-only idempotent

Capability Spec

us-bank-rtp-request-for-payment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: US Bank RTP Real-Time Payments API — Request for Payment
  description: 'US Bank RTP Real-Time Payments API — Request for Payment. 2 operations. Lead operation: Initiate RTP Request
    for Payment. Self-contained Naftiko capability covering one Us Bancorp business surface.'
  tags:
  - Us Bancorp
  - Request for Payment
  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-request-for-payment
    baseUri: https://api.usbank.com/v1
    description: US Bank RTP Real-Time Payments API — Request for Payment business capability. Self-contained, no shared references.
    resources:
    - name: rtp-requests-for-payment
      path: /rtp/requests-for-payment
      operations:
      - name: initiatertprequestforpayment
        method: POST
        description: Initiate RTP Request for Payment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          required: true
        - name: Correlation-ID
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rtp-requests-for-payment-requestId
      path: /rtp/requests-for-payment/{requestId}
      operations:
      - name: getrtprequestforpaymentstatus
        method: GET
        description: Get RTP Request for Payment Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: requestId
          in: path
          type: string
          description: The unique identifier of the RFP
          required: true
        - 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-rtp-request-for-payment-rest
    port: 8080
    description: REST adapter for US Bank RTP Real-Time Payments API — Request for Payment. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rtp/requests-for-payment
      name: rtp-requests-for-payment
      description: REST surface for rtp-requests-for-payment.
      operations:
      - method: POST
        name: initiatertprequestforpayment
        description: Initiate RTP Request for Payment
        call: us-bank-rtp-request-for-payment.initiatertprequestforpayment
        with:
          Content-Type: rest.Content-Type
          Correlation-ID: rest.Correlation-ID
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rtp/requests-for-payment/{requestid}
      name: rtp-requests-for-payment-requestid
      description: REST surface for rtp-requests-for-payment-requestId.
      operations:
      - method: GET
        name: getrtprequestforpaymentstatus
        description: Get RTP Request for Payment Status
        call: us-bank-rtp-request-for-payment.getrtprequestforpaymentstatus
        with:
          requestId: rest.requestId
          Correlation-ID: rest.Correlation-ID
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: us-bank-rtp-request-for-payment-mcp
    port: 9090
    transport: http
    description: MCP adapter for US Bank RTP Real-Time Payments API — Request for Payment. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: initiate-rtp-request-payment
      description: Initiate RTP Request for Payment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: us-bank-rtp-request-for-payment.initiatertprequestforpayment
      with:
        Content-Type: tools.Content-Type
        Correlation-ID: tools.Correlation-ID
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-rtp-request-payment-status
      description: Get RTP Request for Payment Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: us-bank-rtp-request-for-payment.getrtprequestforpaymentstatus
      with:
        requestId: tools.requestId
        Correlation-ID: tools.Correlation-ID
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.