PayPal · Capability

Paypal Payouts — Payouts-Item

Paypal Payouts — Payouts-Item. 2 operations. Lead operation: Paypal Show payout item details. Self-contained Naftiko capability covering one Paypal business surface.

Run with Naftiko PaypalPayouts-Item

What You Can Do

GET
Payoutsitemget — Paypal Show payout item details
/v1/v1/payments/payouts-item/{payout-item-id}
POST
Payoutsitemcancel — Paypal Cancel unclaimed payout item
/v1/v1/payments/payouts-item/{payout-item-id}/cancel

MCP Tools

paypal-show-payout-item-details

Paypal Show payout item details

read-only idempotent
paypal-cancel-unclaimed-payout-item

Paypal Cancel unclaimed payout item

Capability Spec

payouts-payouts-item.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Paypal Payouts — Payouts-Item
  description: 'Paypal Payouts — Payouts-Item. 2 operations. Lead operation: Paypal Show payout item details. Self-contained
    Naftiko capability covering one Paypal business surface.'
  tags:
  - Paypal
  - Payouts-Item
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PAYPAL_API_KEY: PAYPAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: payouts-payouts-item
    baseUri: https://api-m.sandbox.paypal.com
    description: Paypal Payouts — Payouts-Item business capability. Self-contained, no shared references.
    resources:
    - name: v1-payments-payouts-item-payout_item_id
      path: /v1/payments/payouts-item/{payout_item_id}
      operations:
      - name: payoutsitemget
        method: GET
        description: Paypal Show payout item details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-payments-payouts-item-payout_item_id-cancel
      path: /v1/payments/payouts-item/{payout_item_id}/cancel
      operations:
      - name: payoutsitemcancel
        method: POST
        description: Paypal Cancel unclaimed payout item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PAYPAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: payouts-payouts-item-rest
    port: 8080
    description: REST adapter for Paypal Payouts — Payouts-Item. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/payments/payouts-item/{payout-item-id}
      name: v1-payments-payouts-item-payout-item-id
      description: REST surface for v1-payments-payouts-item-payout_item_id.
      operations:
      - method: GET
        name: payoutsitemget
        description: Paypal Show payout item details
        call: payouts-payouts-item.payoutsitemget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/payments/payouts-item/{payout-item-id}/cancel
      name: v1-payments-payouts-item-payout-item-id-cancel
      description: REST surface for v1-payments-payouts-item-payout_item_id-cancel.
      operations:
      - method: POST
        name: payoutsitemcancel
        description: Paypal Cancel unclaimed payout item
        call: payouts-payouts-item.payoutsitemcancel
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payouts-payouts-item-mcp
    port: 9090
    transport: http
    description: MCP adapter for Paypal Payouts — Payouts-Item. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: paypal-show-payout-item-details
      description: Paypal Show payout item details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payouts-payouts-item.payoutsitemget
      outputParameters:
      - type: object
        mapping: $.
    - name: paypal-cancel-unclaimed-payout-item
      description: Paypal Cancel unclaimed payout item
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: payouts-payouts-item.payoutsitemcancel
      outputParameters:
      - type: object
        mapping: $.