x402basequality 0.25

PayPal payouts endpoint gated by x402 micropayment on Base (USDC), $0.02/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 specific resource `/api/v1/paypal/payouts/28` is labeled "Premium API Access" and accepts POST requests. 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 advertised; access is granted per-call upon successful x402 payment.

The broader lowpaymentfee.com platform hosts a variety of x402-gated endpoints spanning data analytics, AI/ML inference, finance/crypto data, and utility services — all priced at $0.02 per request. However, documentation is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled material. The actual behavior of the PayPal payouts endpoint — what inputs it expects and what it returns — is unknown from the available sources.

Because the endpoint name references PayPal payouts, it likely triggers or facilitates a PayPal payout operation, but this is speculative given the lack of documentation. Users should proceed with caution and test with small amounts.

Capabilities

x402-paymentusdc-basepaypal-payoutsper-request-pricingno-api-key

Use cases

  • Triggering PayPal payouts programmatically via a crypto-gated API
  • Integrating PayPal disbursements into an agent workflow without traditional API keys
  • Making one-off PayPal payout requests paid with USDC on Base

Fit

Best for

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

Not for

  • Production PayPal integrations requiring documented SLAs and schemas
  • High-volume payout operations needing bulk/batch support with guaranteed delivery
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/28 \
  -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 x402 402 challenge), but there is zero documentation on request/response schemas, no OpenAPI spec, and the docs/pricing/README pages are all blank beyond a wallet connect prompt. The purpose of the PayPal payouts endpoint is unclear and must be inferred entirely from the URL path.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No request or response schema documented; actual endpoint behavior is unknown
  • Endpoint name suggests PayPal payout functionality but this is unverified
  • No OpenAPI or machine-readable spec provided
  • The specific resource ID '/28' in the path is unexplained

Citations

Provenance

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

Agent access