paypal_get_order
ActiveTool of Paypal
declared in 0.1.0
Get full details of a PayPal order by ID (e.g., "3JU84394D694620H"). Returns buyer info, items, amounts, and fulfillment status.
Parameters schema
{
"type": "object",
"examples": [
{
"order_id": "3JU84394D694620H",
"_clientId": "your-paypal-client-id",
"_clientSecret": "your-paypal-client-secret"
}
],
"required": [
"_clientId",
"_clientSecret",
"order_id"
],
"properties": {
"_sandbox": {
"type": "boolean",
"description": "Use sandbox environment (default: false)"
},
"order_id": {
"type": "string",
"description": "PayPal order ID"
},
"_clientId": {
"type": "string",
"description": "PayPal app Client ID"
},
"_clientSecret": {
"type": "string",
"description": "PayPal app Client Secret"
}
}
}Parent server
Paypal
https://github.com/pipeworx-io/mcp-paypal
1/7 registries