Pay-per-call PayPal payments endpoint on Base via x402, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/59`. It is part of a broader platform offering dozens of pay-per-call API endpoints across categories like data analytics, AI/ML, finance, and infrastructure utilities — all gated by the x402 payment protocol on the Base network.
The specific endpoint accepts POST requests and is priced at a maximum of 20,000 base units of USDC (the asset at contract `0x8335…2913` on Base). Since USDC uses 6 decimals, this translates to $0.02 per request. Payment is made via the x402 `exact` scheme by including an `X-PAYMENT` header. No API keys or rate limits are advertised; access is granted instantly upon valid payment. The payment timeout is 300 seconds.
The endpoint's exact functionality is labeled "Premium API Access" with a PayPal payments path, but no detailed documentation, request/response schemas, or example payloads are available from the crawled material. The docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further content. Without concrete documentation on what this endpoint returns or what input it expects, its actual behavior remains unclear. It may relate to PayPal payment processing or fee calculation, but this is speculative based solely on the URL path.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a single paid API call
- —Agent-driven payment workflows that settle per-request in USDC on Base
- —Integrating low-cost payment operations without managing API keys or subscriptions
Fit
Best for
- —Developers wanting keyless, pay-per-call access to a PayPal-related endpoint
- —AI agents that can settle x402 payments on Base in USDC
- —Prototyping payment integrations without upfront commitments
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume production workloads where $0.02/request adds up without bulk discounts
- —Anyone needing non-crypto payment rails (endpoint requires USDC on Base)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/59 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge) and pricing is clear at $0.02 USDC per call. However, there is no documentation, no request/response schema, no examples, and the docs/pricing/API pages are all empty beyond a wallet-connect prompt. The actual functionality behind the PayPal payments path is entirely undocumented.
Warnings
- —No API documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no content.
- —No request or response schema provided; the endpoint's actual behavior and expected input are unknown.
- —The endpoint path suggests PayPal payment functionality but this is unverified — could be a generic label.
- —The broader platform lists many endpoints but none appear to have public documentation.
Citations
- —Endpoint returns HTTP 402 with x402 challenge requiring USDC payment on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/59
- —maxAmountRequired is 20000 base units of USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/paypal/payments/59
- —Platform advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages resolve to minimal 'Connect wallet' content with no documentationhttps://lowpaymentfee.com/docs