Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment

Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment. 2 operations. Lead operation: Global System for Mobile Communications Get a list of payments. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsPayment

What You Can Do

GET
Retrievepayments — Global System for Mobile Communications Get a list of payments
/v1/payments
GET
Retrievepayment — Global System for Mobile Communications Get payment details
/v1/payments/{paymentid}

MCP Tools

global-system-mobile-communications-get

Global System for Mobile Communications Get a list of payments

read-only idempotent
global-system-mobile-communications-get-2

Global System for Mobile Communications Get payment details

read-only idempotent

Capability Spec

carrier-billing-payment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment
  description: 'Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment. 2 operations. Lead
    operation: Global System for Mobile Communications Get a list of payments. Self-contained Naftiko capability covering
    one Global System For Mobile Communications business surface.'
  tags:
  - Global System For Mobile Communications
  - Payment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY: GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: carrier-billing-payment
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment business capability.
      Self-contained, no shared references.
    resources:
    - name: payments
      path: /payments
      operations:
      - name: retrievepayments
        method: GET
        description: Global System for Mobile Communications Get a list of payments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: payments-paymentId
      path: /payments/{paymentId}
      operations:
      - name: retrievepayment
        method: GET
        description: Global System for Mobile Communications Get payment details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: paymentId
          in: path
          type: string
          description: Payment identifier that was obtained from the create payment operation
          required: true
    authentication:
      type: bearer
      token: '{{env.GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: carrier-billing-payment-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/payments
      name: payments
      description: REST surface for payments.
      operations:
      - method: GET
        name: retrievepayments
        description: Global System for Mobile Communications Get a list of payments
        call: carrier-billing-payment.retrievepayments
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/payments/{paymentid}
      name: payments-paymentid
      description: REST surface for payments-paymentId.
      operations:
      - method: GET
        name: retrievepayment
        description: Global System for Mobile Communications Get payment details
        call: carrier-billing-payment.retrievepayment
        with:
          paymentId: rest.paymentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: carrier-billing-payment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project Carrier Billing — Payment. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: global-system-mobile-communications-get
      description: Global System for Mobile Communications Get a list of payments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: carrier-billing-payment.retrievepayments
      outputParameters:
      - type: object
        mapping: $.
    - name: global-system-mobile-communications-get-2
      description: Global System for Mobile Communications Get payment details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: carrier-billing-payment.retrievepayment
      with:
        paymentId: tools.paymentId
      outputParameters:
      - type: object
        mapping: $.