AppyWay · Capability

AppyWay Platform API — PaymentMethods

AppyWay Platform API — PaymentMethods. 1 operations. Lead operation: AppyWay Fetch All Payment Methods. Self-contained Naftiko capability covering one Appyway business surface.

Run with Naftiko AppywayPaymentMethods

What You Can Do

POST
Postfetchallpaymentmethods — AppyWay Fetch All Payment Methods
/v1/fetchallpaymentmethods

MCP Tools

appyway-fetch-all-payment-methods

AppyWay Fetch All Payment Methods

read-only

Capability Spec

platform-paymentmethods.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AppyWay Platform API — PaymentMethods
  description: 'AppyWay Platform API — PaymentMethods. 1 operations. Lead operation: AppyWay Fetch All Payment Methods. Self-contained
    Naftiko capability covering one Appyway business surface.'
  tags:
  - Appyway
  - PaymentMethods
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPYWAY_API_KEY: APPYWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-paymentmethods
    baseUri: https://api.appyway.com/v1/reference
    description: AppyWay Platform API — PaymentMethods business capability. Self-contained, no shared references.
    resources:
    - name: fetchAllPaymentMethods
      path: /fetchAllPaymentMethods
      operations:
      - name: postfetchallpaymentmethods
        method: POST
        description: AppyWay Fetch All Payment Methods
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.APPYWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-paymentmethods-rest
    port: 8080
    description: REST adapter for AppyWay Platform API — PaymentMethods. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/fetchallpaymentmethods
      name: fetchallpaymentmethods
      description: REST surface for fetchAllPaymentMethods.
      operations:
      - method: POST
        name: postfetchallpaymentmethods
        description: AppyWay Fetch All Payment Methods
        call: platform-paymentmethods.postfetchallpaymentmethods
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-paymentmethods-mcp
    port: 9090
    transport: http
    description: MCP adapter for AppyWay Platform API — PaymentMethods. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: appyway-fetch-all-payment-methods
      description: AppyWay Fetch All Payment Methods
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: platform-paymentmethods.postfetchallpaymentmethods
      outputParameters:
      - type: object
        mapping: $.