PayPal · Capability
Paypal Orders — Orders
Paypal Orders — Orders. 7 operations. Lead operation: Paypal Create order. Self-contained Naftiko capability covering one Paypal business surface.
What You Can Do
POST
Orderscreate
— Paypal Create order
/v1/v2/checkout/orders
GET
Ordersget
— Paypal Show order details
/v1/v2/checkout/orders/{id}
PATCH
Orderspatch
— Paypal Update order
/v1/v2/checkout/orders/{id}
POST
Ordersauthorize
— Paypal Authorize payment for order
/v1/v2/checkout/orders/{id}/authorize
POST
Orderscapture
— Paypal Capture payment for order
/v1/v2/checkout/orders/{id}/capture
POST
Ordersconfirm
— Paypal Confirm the Order
/v1/v2/checkout/orders/{id}/confirm-payment-source
POST
Orderstrackcreate
— Paypal Add tracking information for an Order.
/v1/v2/checkout/orders/{id}/track
MCP Tools
paypal-create-order
Paypal Create order
paypal-show-order-details
Paypal Show order details
read-only
idempotent
paypal-update-order
Paypal Update order
idempotent
paypal-authorize-payment-order
Paypal Authorize payment for order
paypal-capture-payment-order
Paypal Capture payment for order
paypal-confirm-order
Paypal Confirm the Order
paypal-add-tracking-information-order
Paypal Add tracking information for an Order.