Scotiabank · Capability

Scotiabank Scotia TranXact APIs — Payment Tracking

Scotiabank Scotia TranXact APIs — Payment Tracking. 1 operations. Lead operation: Track Payment. Self-contained Naftiko capability covering one Scotiabank business surface.

Run with Naftiko ScotiabankPayment Tracking

What You Can Do

GET
Trackpayment — Track Payment
/v1/v1/payments/track/{reference-id}

MCP Tools

track-payment

Track Payment

read-only idempotent

Capability Spec

tranxact-payment-tracking.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Scotiabank Scotia TranXact APIs — Payment Tracking
  description: 'Scotiabank Scotia TranXact APIs — Payment Tracking. 1 operations. Lead operation: Track Payment. Self-contained
    Naftiko capability covering one Scotiabank business surface.'
  tags:
  - Scotiabank
  - Payment Tracking
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCOTIABANK_API_KEY: SCOTIABANK_API_KEY
capability:
  consumes:
  - type: http
    namespace: tranxact-payment-tracking
    baseUri: https://developer.api.scotiabank.com
    description: Scotiabank Scotia TranXact APIs — Payment Tracking business capability. Self-contained, no shared references.
    resources:
    - name: v1-payments-track-reference_id
      path: /v1/payments/track/{reference_id}
      operations:
      - name: trackpayment
        method: GET
        description: Track Payment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: reference_id
          in: path
          type: string
          description: Unique End-to-End Transaction Reference (UETR)
          required: true
    authentication:
      type: bearer
      token: '{{env.SCOTIABANK_API_KEY}}'
  exposes:
  - type: rest
    namespace: tranxact-payment-tracking-rest
    port: 8080
    description: REST adapter for Scotiabank Scotia TranXact APIs — Payment Tracking. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/payments/track/{reference-id}
      name: v1-payments-track-reference-id
      description: REST surface for v1-payments-track-reference_id.
      operations:
      - method: GET
        name: trackpayment
        description: Track Payment
        call: tranxact-payment-tracking.trackpayment
        with:
          reference_id: rest.reference_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tranxact-payment-tracking-mcp
    port: 9090
    transport: http
    description: MCP adapter for Scotiabank Scotia TranXact APIs — Payment Tracking. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: track-payment
      description: Track Payment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tranxact-payment-tracking.trackpayment
      with:
        reference_id: tools.reference_id
      outputParameters:
      - type: object
        mapping: $.