x402basequality 0.30

PayPal Payouts endpoint gated by x402 micropayment on Base (USDC), $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a PayPal Payouts API accessible via the x402 payment protocol. The endpoint path `/api/v1/paypal/payouts/81` suggests it triggers or retrieves a PayPal payout operation. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider, lowpaymentfee.com, hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and utility services, all priced at $0.02 per call. However, the specific functionality of this PayPal Payouts endpoint is not well-documented. The crawled docs, pricing, and API pages all returned only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what parameters the POST body expects or what the response contains. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the lack of documentation makes it difficult to use without experimentation.

Capabilities

x402-paymentpaypal-payoutsusdc-settlementbase-networkpost-endpointno-api-keyper-request-billing

Use cases

  • Triggering PayPal payouts programmatically without managing API keys
  • Integrating PayPal disbursements into crypto-native agent workflows
  • Making one-off PayPal payout requests paid per-call with USDC on Base

Fit

Best for

  • Developers wanting keyless, pay-per-use PayPal payout access
  • AI agents that can settle x402 payments on Base
  • Users who prefer crypto micropayments over traditional API subscriptions

Not for

  • High-volume PayPal payout operations where a direct PayPal integration would be cheaper
  • Users who need detailed documentation and guaranteed SLAs before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/81 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, and no documentation beyond the endpoint path. The actual functionality (what the PayPal payout endpoint does, what parameters it accepts) is entirely undocumented.

Warnings

  • No OpenAPI schema or request/response documentation available
  • Endpoint functionality must be inferred solely from the URL path — no description of expected POST body or response format
  • Docs, pricing, API, and README pages all returned only 'Connect wallet' with no technical content
  • It is unclear whether this endpoint initiates a real PayPal payout or returns payout data — use with caution

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 07:47:16Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access