Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
PayPal MCP
Claim
by
DynamicEndpoints
GitHub
Customer Support
Finance
JavaScript
MIT License
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
create_payment
Create a payment
Input Schema
Name
Required
Description
Default
intent
Yes
payer
Yes
transactions
Yes
Input Schema (JSON Schema)
{ "properties": { "intent": { "type": "string" }, "payer": { "properties": { "funding_instruments": { "items": { "properties": { "credit_card": { "properties": { "cvv2": { "type": "string" }, "expire_month": { "type": "number" }, "expire_year": { "type": "number" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "number": { "type": "string" }, "type": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, "payment_method": { "type": "string" } }, "required": [ "payment_method" ], "type": "object" }, "transactions": { "items": { "properties": { "amount": { "properties": { "currency": { "type": "string" }, "total": { "type": "string" } }, "required": [ "total", "currency" ], "type": "object" }, "description": { "type": "string" } }, "required": [ "amount" ], "type": "object" }, "type": "array" } }, "required": [ "intent", "payer", "transactions" ], "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
create_payment_token
create_payment
create_payout
create_referenced_payout
create_order
create_partner_referral
create_web_profile
create_product
list_products
get_dispute
get_userinfo
create_invoice