Scotiabank · Capability

Scotiabank Scotia TranXact APIs — Request for Payment

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

Run with Naftiko ScotiabankRequest for Payment

What You Can Do

POST
Sendrequestforpayment — Send Request for Payment
/v1/v1/payments/request-for-payment

MCP Tools

send-request-payment

Send Request for Payment

Capability Spec

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