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

ID: 6op9uaqyev