Red Hat 3scale · Capability

Red Hat 3scale Billing API — Payment Transactions

Red Hat 3scale Billing API — Payment Transactions. 1 operations. Lead operation: List Invoice Payment Transactions. Self-contained Naftiko capability covering one Red Hat 3scale business surface.

Run with Naftiko Red Hat 3scalePayment Transactions

What You Can Do

GET
Listinvoicepaymenttransactions — List Invoice Payment Transactions
/v1/invoices/{id}/payment-transactions-json

MCP Tools

list-invoice-payment-transactions

List Invoice Payment Transactions

read-only idempotent

Capability Spec

billing-payment-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat 3scale Billing API — Payment Transactions
  description: 'Red Hat 3scale Billing API — Payment Transactions. 1 operations. Lead operation: List Invoice Payment Transactions.
    Self-contained Naftiko capability covering one Red Hat 3scale business surface.'
  tags:
  - Red Hat 3scale
  - Payment Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_3SCALE_API_KEY: RED_HAT_3SCALE_API_KEY
capability:
  consumes:
  - type: http
    namespace: billing-payment-transactions
    baseUri: https://{domain}-admin.3scale.net/api
    description: Red Hat 3scale Billing API — Payment Transactions business capability. Self-contained, no shared references.
    resources:
    - name: invoices-id-payment_transactions.json
      path: /invoices/{id}/payment_transactions.json
      operations:
      - name: listinvoicepaymenttransactions
        method: GET
        description: List Invoice Payment Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The invoice ID
          required: true
    authentication:
      type: apikey
      key: access_token
      value: '{{env.RED_HAT_3SCALE_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: billing-payment-transactions-rest
    port: 8080
    description: REST adapter for Red Hat 3scale Billing API — Payment Transactions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/invoices/{id}/payment-transactions-json
      name: invoices-id-payment-transactions-json
      description: REST surface for invoices-id-payment_transactions.json.
      operations:
      - method: GET
        name: listinvoicepaymenttransactions
        description: List Invoice Payment Transactions
        call: billing-payment-transactions.listinvoicepaymenttransactions
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: billing-payment-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat 3scale Billing API — Payment Transactions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-invoice-payment-transactions
      description: List Invoice Payment Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billing-payment-transactions.listinvoicepaymenttransactions
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.