x402basequality 0.30

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/45` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). No API keys or rate limits are advertised; access is granted per-request upon payment.

The provider site (lowpaymentfee.com) hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and infrastructure utilities — all priced at $0.02 per request on the Base network. However, documentation beyond the landing page is extremely thin: 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 crawl. The exact behavior of the PayPal payouts endpoint (what inputs it expects, what it returns) cannot be determined from the available material.

Because the endpoint does return a valid 402 challenge with well-formed x402 metadata, it is confirmed live. But the lack of any documentation about the PayPal payout functionality — required fields, response format, error handling — makes it difficult to use without experimentation.

Capabilities

x402-paymentpaypal-payoutsusdc-settlementbase-networkper-request-billingno-api-key

Use cases

  • Triggering PayPal payouts programmatically via a pay-per-use API
  • Integrating PayPal disbursements into crypto-native workflows
  • Automating small PayPal transfers without managing PayPal API credentials directly

Fit

Best for

  • Developers who want PayPal payout access without a PayPal developer account
  • Crypto-native agents that can settle USDC on Base
  • Low-volume, on-demand payout use cases where per-call pricing is acceptable

Not for

  • High-volume payout operations where $0.02/request adds up significantly
  • Users who need detailed API documentation and guaranteed SLAs before integration
  • Non-crypto users who cannot settle payments on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (valid 402 challenge returned) and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on request/response schemas, no OpenAPI spec, and the docs/pricing/README pages are all empty wallet-connect stubs. The actual PayPal payout functionality is completely undocumented.

Warnings

  • No documentation available — /docs, /pricing, /README all render only 'Connect wallet' with no content
  • No OpenAPI or request/response schema provided; endpoint behavior must be discovered by trial
  • The purpose of the '/45' path segment is unexplained — it may be a specific payout template or configuration ID
  • PayPal payout functionality is claimed but unverifiable from available material

Citations

Provenance

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

Agent access