PayPal MCP

create_payment_token

Generate a secure payment token for a customer by specifying their ID and preferred payment source (card or PayPal) to enable streamlined transaction processing.

Instructions

Create a payment token

Input Schema

NameRequiredDescriptionDefault
customerYes
payment_sourceYes

Input Schema (JSON Schema)

{ "properties": { "customer": { "properties": { "email_address": { "type": "string" }, "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "payment_source": { "properties": { "card": { "properties": { "expiry": { "type": "string" }, "name": { "type": "string" }, "number": { "type": "string" }, "security_code": { "type": "string" } }, "type": "object" }, "paypal": { "properties": { "email_address": { "type": "string" } }, "type": "object" } }, "type": "object" } }, "required": [ "customer", "payment_source" ], "type": "object" }

You must be authenticated.

Other Tools from PayPal MCP

Related Tools

ID: 6op9uaqyev