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

The broader lowpaymentfee.com platform hosts a variety of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model and are gated via x402 on Base.

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 example payloads available. The actual behavior of the PayPal payouts endpoint — what parameters it accepts, what it returns, and what payout functionality it provides — cannot be determined from the available material. The endpoint is confirmed live (returns a valid 402 challenge), but prospective users should proceed with caution given the lack of documentation.

Capabilities

x402-paymentpaypal-payoutsusdc-basepay-per-requestno-api-key

Use cases

  • Triggering PayPal payouts programmatically via a pay-per-call model
  • Integrating PayPal disbursements into agent workflows without managing API keys
  • Making one-off PayPal payments settled with USDC on Base

Fit

Best for

  • Developers wanting keyless, pay-per-use PayPal payout access
  • AI agents that need to trigger PayPal payouts with crypto micropayments
  • Prototyping payout flows without PayPal developer account setup

Not for

  • Production payout systems requiring documented SLAs and error handling
  • High-volume batch PayPal payouts where per-request fees add up
  • Users needing detailed API documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/27 \
  -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 and returns a valid x402 402 challenge, confirming pricing and network. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The actual functionality of the PayPal payouts endpoint is entirely undocumented, making this effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • Actual PayPal payout functionality and required parameters are unknown
  • The endpoint name suggests PayPal integration but there is no verification of what it actually does
  • Endpoint path includes '/27' which may be a specific payout ID or configuration — purpose unclear

Citations

Provenance

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

Agent access