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 specific path `/api/v1/paypal/payouts/15` suggests it triggers a PayPal payout operation. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to each POST request.

The provider, lowpaymentfee.com, hosts a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. Documentation is extremely sparse: the docs, pricing, API, 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 exact request body format and response structure for this PayPal payouts endpoint are unknown.

Because the endpoint returned a valid 402 challenge with a well-formed x402 payload, it is confirmed live. However, the complete lack of documentation about what parameters the payout endpoint expects (recipient email, amount, currency, etc.) and what it returns makes it difficult to use without experimentation or additional out-of-band information from the provider.

Capabilities

paypal-payoutsx402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Triggering PayPal payouts programmatically without managing PayPal API credentials directly
  • Paying for PayPal disbursements with USDC on Base network
  • Automating small PayPal payments from an AI agent or bot

Fit

Best for

  • Developers who want PayPal payout access without a PayPal developer account
  • Agents needing to send PayPal payments via a simple HTTP call
  • Users comfortable paying per-request with USDC on Base

Not for

  • High-volume payout operations where direct PayPal API integration would be cheaper
  • Users who need detailed documentation and guaranteed SLAs before integrating
  • Anyone unable to settle payments in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/15 \
  -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 (valid 402 challenge returned), but there is zero documentation on request/response schemas, no OpenAPI spec, and no examples. The docs pages are empty beyond a wallet-connect prompt. The purpose of the endpoint can only be inferred from the URL path.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no technical content
  • No request or response schema documented; request body format is unknown
  • No OpenAPI or machine-readable spec provided
  • The exact behavior of '/api/v1/paypal/payouts/15' (what the '/15' signifies) is unclear
  • PayPal payouts may be subject to financial regulations; verify compliance before use

Citations

Provenance

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

Agent access

PayPal payouts endpoint via x402 micropayment on Base network, $0.02 per request. — Clawmart · Clawmart