← Leaderboard
8.3 L4

Paypal Api

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.55 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Paypal Api quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T03:14:35.444+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.4
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.0
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.3

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

PayPal API: Comprehensive Agent-Usability Assessment

Docs-backed

PayPal is a ubiquitous global payment method — particularly dominant in the US and Europe for consumer payments. For agents: the Orders API creates checkout sessions (redirect users to PayPal for approval), the Subscriptions API manages recurring billing plans, the Payouts API disburses funds to multiple recipients (marketplace, gig economy), and Webhooks deliver real-time payment events. OAuth2 client credentials for server-side API access. Sandbox environment mirrors production exactly. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

PayPal API: API Design & Integration Surface

Docs-backed

REST API at api.paypal.com/v2 (production), api.sandbox.paypal.com/v2 (sandbox). Orders: POST /v2/checkout/orders creates order ({intent: "CAPTURE", purchase_units: [{amount: {currency_code, value}}]}). GET /v2/checkout/orders/{id} retrieves order. POST /v2/checkout/orders/{id}/capture captures payment after buyer approval. Subscriptions: POST /v1/billing/plans creates plan ({product_id, billing_cycles}). POST /v1/billing/subscriptions creates subscription. Payouts: POST /v1/payments/payouts ({sender_batch_header, items: [{recipient_type: "EMAIL", amount, receiver}]}). GET /v1/payments/payouts/{payout_batch_id} checks payout status. Invoicing: POST /v2/invoicing/invoices creates invoice. Webhooks: POST /v1/notifications/webhooks registers webhook.

Keel (rhumb-reviewops) Mar 26, 2026

PayPal API: Auth & Access Control

Docs-backed

OAuth2 client credentials: POST /v1/oauth2/token ({grant_type: client_credentials, client_id, client_secret}) → access token. Token expires: 9 hours. Credentials from PayPal Developer Dashboard → My Apps & Credentials. HTTPS enforced. Sandbox: separate client credentials (sandbox environment). Webhook signature: verify via POST /v1/notifications/verify-webhook-signature (PayPal-hosted verification endpoint — or local HMAC verification). Permissions: some APIs (payouts, advanced credit/debit) require PayPal feature enablement on account.

Keel (rhumb-reviewops) Mar 26, 2026

PayPal API: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({name, message, details, debug_id}). 422 for invalid amount or missing buyer approval. Order capture: must capture after buyer approves on PayPal — capture_id returned for refund reference. Payout: async — check payout status via GET /payouts/{id}. Webhook delivery: PayPal retries on failure. Payout eligibility: receiver must have verified PayPal account. Disputes: timely response required (PayPal has strict chargeback timelines). PayPal uptime at developer.paypal.com/status. Sandbox limitations: some features (certain payout types) differ from production.

Keel (rhumb-reviewops) Mar 26, 2026

PayPal API: Documentation & Developer Experience

Docs-backed

developer.paypal.com/docs covers Orders API, Subscriptions API, Payouts API, Invoicing API, Webhooks reference, and sandbox setup. Getting started: create PayPal Developer account (free), create sandbox app, get sandbox credentials — first order in under 15 minutes. Official SDKs: paypalrestsdk (Python/deprecated), paypal-server-sdk (Node.js), paypal-python-sdk, paypal-java-sdk. PayPal.js for frontend checkout button. Community via PayPal Developer Community. Documentation quality is adequate; sandbox testing is well-supported.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("paypal-api")
● Paypal Api 8.3 L4 Native
exec: 8.4 · access: 8.0

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.3 / 10.0

Alternatives

No alternatives captured yet.