PayPal · Capability

Paypal Webhooks Management — Verify-Webhook-Signature

Paypal Webhooks Management — Verify-Webhook-Signature. 1 operations. Lead operation: Paypal Verify webhook signature. Self-contained Naftiko capability covering one Paypal business surface.

Run with Naftiko PaypalVerify-Webhook-Signature

What You Can Do

POST
Verifywebhooksignaturepost — Paypal Verify webhook signature
/v1/v1/notifications/verify-webhook-signature

MCP Tools

paypal-verify-webhook-signature

Paypal Verify webhook signature

Capability Spec

notification-webhooks-verify-webhook-signature.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Paypal Webhooks Management — Verify-Webhook-Signature
  description: 'Paypal Webhooks Management — Verify-Webhook-Signature. 1 operations. Lead operation: Paypal Verify webhook
    signature. Self-contained Naftiko capability covering one Paypal business surface.'
  tags:
  - Paypal
  - Verify-Webhook-Signature
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PAYPAL_API_KEY: PAYPAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: notification-webhooks-verify-webhook-signature
    baseUri: https://api-m.sandbox.paypal.com
    description: Paypal Webhooks Management — Verify-Webhook-Signature business capability. Self-contained, no shared references.
    resources:
    - name: v1-notifications-verify-webhook-signature
      path: /v1/notifications/verify-webhook-signature
      operations:
      - name: verifywebhooksignaturepost
        method: POST
        description: Paypal Verify webhook signature
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.PAYPAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: notification-webhooks-verify-webhook-signature-rest
    port: 8080
    description: REST adapter for Paypal Webhooks Management — Verify-Webhook-Signature. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/notifications/verify-webhook-signature
      name: v1-notifications-verify-webhook-signature
      description: REST surface for v1-notifications-verify-webhook-signature.
      operations:
      - method: POST
        name: verifywebhooksignaturepost
        description: Paypal Verify webhook signature
        call: notification-webhooks-verify-webhook-signature.verifywebhooksignaturepost
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: notification-webhooks-verify-webhook-signature-mcp
    port: 9090
    transport: http
    description: MCP adapter for Paypal Webhooks Management — Verify-Webhook-Signature. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: paypal-verify-webhook-signature
      description: Paypal Verify webhook signature
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: notification-webhooks-verify-webhook-signature.verifywebhooksignaturepost
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.