You're viewing a demo portfolio

Join the waitlist
PRSM

paypal_get_invoice

Active

Tool of Paypal

declared in 0.1.0

Get full details of a PayPal invoice by ID. Returns line items, amounts, due dates, and payment status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_clientId": "your-paypal-client-id",
      "invoice_id": "INV2-1234-5678-9ABC-DEF0",
      "_clientSecret": "your-paypal-client-secret"
    }
  ],
  "required": [
    "_clientId",
    "_clientSecret",
    "invoice_id"
  ],
  "properties": {
    "_sandbox": {
      "type": "boolean",
      "description": "Use sandbox environment (default: false)"
    },
    "_clientId": {
      "type": "string",
      "description": "PayPal app Client ID"
    },
    "invoice_id": {
      "type": "string",
      "description": "PayPal invoice ID (e.g., INV2-XXXX-XXXX-XXXX-XXXX)"
    },
    "_clientSecret": {
      "type": "string",
      "description": "PayPal app Client Secret"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Paypal

https://github.com/pipeworx-io/mcp-paypal

1/7 registries
View full server →