x402-gated PayPal payouts endpoint on Base, pay $0.02 per request in USDC.
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/92` 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). The endpoint uses the x402 "exact" payment scheme with a 300-second timeout.
The broader lowpaymentfee.com platform advertises a wide catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and infrastructure utilities — all priced at $0.02 per request. The platform emphasizes a no-API-key, no-rate-limit, pay-per-use model where payment is handled entirely through the x402 protocol on the Base L2 network.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the PayPal payouts endpoint actually returns or what parameters it expects. The endpoint name suggests it triggers or queries PayPal payout operations, but the exact functionality cannot be confirmed from available materials.
Capabilities
Use cases
- —Triggering or querying PayPal payouts programmatically via a crypto-gated API
- —Integrating PayPal payout functionality into agent workflows without traditional API keys
- —Making one-off PayPal payout requests paid per-call with USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use access to PayPal payout functionality
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription-based API access
Not for
- —Production PayPal integrations requiring documented SLAs and detailed API specs
- —Users needing comprehensive documentation or request/response schemas before integration
- —High-volume payout operations where per-request pricing may not be economical
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/92 \
-H "Content-Type: application/json"
# Returns 402 with x402 payment challenge; attach X-PAYMENT header after settling $0.02 USDC on BaseEndpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the PayPal payouts endpoint actually does or accepts. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; endpoint behavior is unknown
- —The exact functionality of '/api/v1/paypal/payouts/92' is unclear — it may involve real financial transactions (PayPal payouts) which carry regulatory implications
- —The '/92' path segment is unexplained and may indicate a specific payout ID or configuration
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/92
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/92
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs