Avaloq · Capability

Avaloq Payments API — Payment Status

Avaloq Payments API — Payment Status. 1 operations. Lead operation: Avaloq Get Payment Status. Self-contained Naftiko capability covering one Avaloq business surface.

Run with Naftiko AvaloqPayment Status

What You Can Do

GET
Getpayment — Avaloq Get Payment Status
/v1/v1/payments/{paymentid}

MCP Tools

avaloq-get-payment-status

Avaloq Get Payment Status

read-only idempotent

Capability Spec

payments-payment-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Avaloq Payments API — Payment Status
  description: 'Avaloq Payments API — Payment Status. 1 operations. Lead operation: Avaloq Get Payment Status. Self-contained
    Naftiko capability covering one Avaloq business surface.'
  tags:
  - Avaloq
  - Payment Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AVALOQ_API_KEY: AVALOQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: payments-payment-status
    baseUri: https://api.avaloq.com
    description: Avaloq Payments API — Payment Status business capability. Self-contained, no shared references.
    resources:
    - name: v1-payments-paymentId
      path: /v1/payments/{paymentId}
      operations:
      - name: getpayment
        method: GET
        description: Avaloq Get Payment Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: paymentId
          in: path
          type: string
          description: Payment ID
          required: true
    authentication:
      type: bearer
      token: '{{env.AVALOQ_API_KEY}}'
  exposes:
  - type: rest
    namespace: payments-payment-status-rest
    port: 8080
    description: REST adapter for Avaloq Payments API — Payment Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/payments/{paymentid}
      name: v1-payments-paymentid
      description: REST surface for v1-payments-paymentId.
      operations:
      - method: GET
        name: getpayment
        description: Avaloq Get Payment Status
        call: payments-payment-status.getpayment
        with:
          paymentId: rest.paymentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payments-payment-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Avaloq Payments API — Payment Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: avaloq-get-payment-status
      description: Avaloq Get Payment Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payments-payment-status.getpayment
      with:
        paymentId: tools.paymentId
      outputParameters:
      - type: object
        mapping: $.