MobileAPI.dev · Capability

MobileAPI — payment_successful

MobileAPI — payment_successful. 2 operations. Lead operation: payment_successful. Self-contained Naftiko capability covering one Mobileapi Dev business surface.

Run with Naftiko Mobileapi Devpayment_successful

What You Can Do

GET
Paymentsuccessfullist — paymentsuccessfullist
/v1/payment-successful
GET
Paymentsuccessfullist — paymentsuccessfullist
/v1/payment-successful

MCP Tools

paymentsuccessfullist

paymentsuccessfullist

read-only idempotent
paymentsuccessfullist-2

paymentsuccessfullist

read-only idempotent

Capability Spec

mobileapi-payment-successful.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: MobileAPI — payment_successful
  description: 'MobileAPI — payment_successful. 2 operations. Lead operation: payment_successful. Self-contained Naftiko capability
    covering one Mobileapi Dev business surface.'
  tags:
  - Mobileapi Dev
  - payment_successful
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MOBILEAPI_DEV_API_KEY: MOBILEAPI_DEV_API_KEY
capability:
  consumes:
  - type: http
    namespace: mobileapi-payment-successful
    baseUri: https://api.mobileapi.dev
    description: MobileAPI — payment_successful business capability. Self-contained, no shared references.
    resources:
    - name: payment_successful
      path: /payment_successful
      operations:
      - name: paymentsuccessfullist
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: payment_successful
      path: /payment_successful/
      operations:
      - name: paymentsuccessfullist
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.MOBILEAPI_DEV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: mobileapi-payment-successful-rest
    port: 8080
    description: REST adapter for MobileAPI — payment_successful. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/payment-successful
      name: payment-successful
      description: REST surface for payment_successful.
      operations:
      - method: GET
        name: paymentsuccessfullist
        description: paymentsuccessfullist
        call: mobileapi-payment-successful.paymentsuccessfullist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/payment-successful
      name: payment-successful
      description: REST surface for payment_successful.
      operations:
      - method: GET
        name: paymentsuccessfullist
        description: paymentsuccessfullist
        call: mobileapi-payment-successful.paymentsuccessfullist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mobileapi-payment-successful-mcp
    port: 9090
    transport: http
    description: MCP adapter for MobileAPI — payment_successful. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: paymentsuccessfullist
      description: paymentsuccessfullist
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mobileapi-payment-successful.paymentsuccessfullist
      outputParameters:
      - type: object
        mapping: $.
    - name: paymentsuccessfullist-2
      description: paymentsuccessfullist
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mobileapi-payment-successful.paymentsuccessfullist
      outputParameters:
      - type: object
        mapping: $.