AppyWay · Capability

AppyWay Platform API — PaymentProviders

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

Run with Naftiko AppywayPaymentProviders

What You Can Do

POST
Postfetchallpaymentproviders — AppyWay Fetch All Payment Providers
/v1/fetchallpaymentproviders

MCP Tools

appyway-fetch-all-payment-providers

AppyWay Fetch All Payment Providers

read-only

Capability Spec

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