x402basequality 0.25

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 is located at `/api/v1/paypal/payouts/62` and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.

The provider site (lowpaymentfee.com) hosts a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto data, and utility services, all priced at $0.02 per request. However, the specific endpoint listed here is in the PayPal payouts category. The exact request body schema and response format are not documented in the crawled material; the docs, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.

Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the landing page listing, the actual behavior of this endpoint (what parameters it expects, what a payout response looks like, whether it actually triggers a PayPal payout or returns payout data) remains unclear. Prospective callers should test with a small payment to discover the interface.

Capabilities

x402-paymentusdc-basepaypal-payoutspay-per-requestno-api-key

Use cases

  • Triggering or querying PayPal payouts programmatically via a crypto-gated endpoint
  • Integrating PayPal payout functionality into an agent workflow without traditional API keys
  • Pay-per-use access to PayPal payout services settled in USDC on Base

Fit

Best for

  • Developers who want keyless, pay-per-call access to PayPal payout functionality
  • Agent systems that can settle x402 payments in USDC on Base
  • Users who prefer crypto micropayments over traditional subscription billing

Not for

  • Anyone needing documented request/response schemas before integrating
  • High-volume payout workflows where $0.02 per call adds up significantly
  • Users without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (returns a valid 402 x402 challenge), but there is no OpenAPI spec, no request/response documentation, no examples, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The actual functionality (does it initiate a PayPal payout? query one?) is entirely unclear.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No request body schema or response schema documented; callers must discover the interface by trial
  • The endpoint name suggests PayPal payouts but there is no evidence of what it actually does or returns
  • The '/62' path suffix is unexplained — it may be a specific payout ID or configuration

Citations

Provenance

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

Agent access