Skip to main content
Glama

PayPal MCP

create_referenced_payout

Generate payouts linked to specific references using the PayPal MCP server. Define payout details, including amount, currency, destination, and reference identifiers for accurate transaction tracking.

Instructions

Create a referenced payout

Input Schema

NameRequiredDescriptionDefault
referenced_payoutsYes

Input Schema (JSON Schema)

{ "properties": { "referenced_payouts": { "items": { "properties": { "payout_amount": { "properties": { "currency_code": { "type": "string" }, "value": { "type": "string" } }, "required": [ "currency_code", "value" ], "type": "object" }, "payout_destination": { "type": "string" }, "reference_id": { "type": "string" }, "reference_type": { "type": "string" } }, "required": [ "reference_id", "reference_type", "payout_amount", "payout_destination" ], "type": "object" }, "type": "array" } }, "required": [ "referenced_payouts" ], "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