x402basequality 0.25

PayPal payouts endpoint via x402 micropayment on Base network, $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/20` suggests it triggers a PayPal payout operation. Payment is settled in USDC on the Base network at $0.02 per call (20,000 base units with 6 decimals = $0.02), requiring no API keys, rate limits, or upfront commitments.

The provider hosts a broader platform of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and infrastructure utilities — all priced at $0.02 per request. The specific endpoint listed here falls under a financial/payments category, enabling programmatic PayPal payouts paid for with on-chain USDC.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of required POST body parameters or expected response format. The endpoint is confirmed live via a valid x402 402 challenge, but the actual functionality and request format must be inferred entirely from the URL path.

Capabilities

paypal-payoutsx402-paymentusdc-settlementbase-networkmicropayment-apino-api-keypay-per-request

Use cases

  • Programmatically trigger PayPal payouts without managing API keys or subscriptions
  • Integrate PayPal disbursements into agent workflows using on-chain USDC payments
  • Automate small PayPal transfers from crypto-native applications

Fit

Best for

  • Developers needing quick PayPal payout access without PayPal developer account setup
  • AI agents that need to send PayPal payments as part of automated workflows
  • Crypto-native applications bridging on-chain funds to PayPal recipients

Not for

  • High-volume PayPal payout operations where direct PayPal API integration is more cost-effective
  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Applications requiring non-USDC or non-Base-network payment settlement

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/20 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{"email": "recipient@example.com", "amount": 20}'

Example

Request

{
  "email": "recipient@example.com",
  "amount": 20,
  "currency": "USD"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on request parameters, response format, or actual functionality. The request example above is entirely speculative based on the URL path. No OpenAPI schema, no examples, and all doc pages return only 'Connect wallet'.

Warnings

  • No documentation available — all doc/API/pricing/README pages return only 'Connect wallet' with no technical content
  • Request body schema is completely unknown; the example_request_json is speculative
  • Actual PayPal payout functionality is inferred solely from the URL path and cannot be verified
  • No OpenAPI or output schema provided beyond basic HTTP method indication
  • The '20' in the URL path may refer to a payout amount in dollars rather than an endpoint identifier — unclear without docs

Citations

Provenance

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

Agent access