Temenos · Capability

Temenos Payments API — Payment Configuration

Temenos Payments API — Payment Configuration. 1 operations. Lead operation: List Payment Routing Configurations. Self-contained Naftiko capability covering one Temenos business surface.

Run with Naftiko TemenosPayment Configuration

What You Can Do

GET
Listpaymentroutes — List Payment Routing Configurations
/v1/configuration/paymentroutes

MCP Tools

list-payment-routing-configurations

List Payment Routing Configurations

read-only idempotent

Capability Spec

payments-payment-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Payments API — Payment Configuration
  description: 'Temenos Payments API — Payment Configuration. 1 operations. Lead operation: List Payment Routing Configurations.
    Self-contained Naftiko capability covering one Temenos business surface.'
  tags:
  - Temenos
  - Payment Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_API_KEY: TEMENOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: payments-payment-configuration
    baseUri: https://api.temenos.com/payments/v1
    description: Temenos Payments API — Payment Configuration business capability. Self-contained, no shared references.
    resources:
    - name: configuration-paymentRoutes
      path: /configuration/paymentRoutes
      operations:
      - name: listpaymentroutes
        method: GET
        description: List Payment Routing Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TEMENOS_API_KEY}}'
  exposes:
  - type: rest
    namespace: payments-payment-configuration-rest
    port: 8080
    description: REST adapter for Temenos Payments API — Payment Configuration. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/configuration/paymentroutes
      name: configuration-paymentroutes
      description: REST surface for configuration-paymentRoutes.
      operations:
      - method: GET
        name: listpaymentroutes
        description: List Payment Routing Configurations
        call: payments-payment-configuration.listpaymentroutes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payments-payment-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Payments API — Payment Configuration. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-payment-routing-configurations
      description: List Payment Routing Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payments-payment-configuration.listpaymentroutes
      outputParameters:
      - type: object
        mapping: $.