Skip to main content

PayPal logo PayPal

Hosting: Cloud · Category: E-commerce

Payments, invoices, subscriptions, payouts — PayPal platform via the official hosted MCP.

Connect

TARX connects directly to the vendor's hosted endpoint with the credential you provide.

FieldRequiredSecretHow to get it
PayPal OAuth Access TokenYesYesPayPal Developer Dashboard → Apps & Credentials → Create App → copy Client ID + Secret → exchange at https://api-m.paypal.com/v1/oauth2/token for a Bearer token.

Default tools

These are discovered when you connect (the live set may differ — the server is the source of truth):

  • create_order
  • capture_order
  • list_transactions
  • create_invoice
  • send_invoice
  • create_payout

Official documentation

https://developer.paypal.com/api/rest/

Setup details can change

The vendor controls how credentials are issued and may change it without notice. If connecting fails, confirm the current steps on the official docs above.