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

Global System for Mobile Communications GSMA Camara Project Carrier Billing — One Step Payment. 1 operations. Lead operation: Global System for Mobile Communications Create a new Payment. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsOne Step Payment

What You Can Do

POST
Createpayment — Global System for Mobile Communications Create a new Payment
/v1/payments

MCP Tools

global-system-mobile-communications-create

Global System for Mobile Communications Create a new Payment

Capability Spec

carrier-billing-one-step-payment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project Carrier Billing — One Step Payment
  description: 'Global System for Mobile Communications GSMA Camara Project Carrier Billing — One Step Payment. 1 operations.
    Lead operation: Global System for Mobile Communications Create a new Payment. Self-contained Naftiko capability covering
    one Global System For Mobile Communications business surface.'
  tags:
  - Global System For Mobile Communications
  - One Step 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-one-step-payment
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project Carrier Billing — One Step Payment business capability.
      Self-contained, no shared references.
    resources:
    - name: payments
      path: /payments
      operations:
      - name: createpayment
        method: POST
        description: Global System for Mobile Communications Create a new 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.GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: carrier-billing-one-step-payment-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project Carrier Billing — One Step Payment.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/payments
      name: payments
      description: REST surface for payments.
      operations:
      - method: POST
        name: createpayment
        description: Global System for Mobile Communications Create a new Payment
        call: carrier-billing-one-step-payment.createpayment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: carrier-billing-one-step-payment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project Carrier Billing — One Step Payment.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: global-system-mobile-communications-create
      description: Global System for Mobile Communications Create a new Payment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: carrier-billing-one-step-payment.createpayment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.