Skip to main content
Glama

PayPal MCP

create_order

Initiate a new payment order in PayPal by specifying the intent (CAPTURE or AUTHORIZE) and purchase details including currency, amount, and reference ID.

Instructions

Create a new order in PayPal

Input Schema

NameRequiredDescriptionDefault
intentYes
purchase_unitsYes

Input Schema (JSON Schema)

{ "properties": { "intent": { "enum": [ "CAPTURE", "AUTHORIZE" ], "type": "string" }, "purchase_units": { "items": { "properties": { "amount": { "properties": { "currency_code": { "type": "string" }, "value": { "type": "string" } }, "required": [ "currency_code", "value" ], "type": "object" }, "description": { "type": "string" }, "reference_id": { "type": "string" } }, "required": [ "amount" ], "type": "object" }, "type": "array" } }, "required": [ "intent", "purchase_units" ], "type": "object" }

You must be authenticated.

Other Tools from PayPal MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/Paypal-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server