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/22`. It is part of a broader platform offering dozens of pay-per-call API endpoints across categories like data analytics, AI/ML inference, 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 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made via the x402 "exact" scheme with a 300-second timeout. No API keys or rate limits are advertised; access is granted per-call upon valid payment. The response MIME type is `application/json`.
The platform's landing page lists a uniform $0.02/request pricing model across all endpoints with no minimums or commitments. However, documentation pages (docs, pricing, README) all render only a "Connect wallet" prompt with no substantive content, so the actual request/response schemas for this PayPal payments endpoint are unknown. The endpoint name suggests PayPal payment processing or data retrieval, but without documentation or example payloads, the exact functionality cannot be confirmed.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a single pay-per-call request
- —Agent-driven payment workflows that settle access fees in USDC on Base
- —Integrating PayPal payment data into automated pipelines without managing API keys
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal-related API access
- —AI agents that can settle x402 payments on Base in USDC
- —Prototyping payment integrations without subscription commitments
Not for
- —Production PayPal integrations requiring documented, stable schemas and SLAs
- —Users who need free or fiat-only payment methods to access the API
- —High-volume batch processing where $0.02/call adds up significantly
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/22 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no request/response schema, and no examples — the docs, pricing, and README pages all show only 'Connect wallet'. The actual functionality behind 'paypal/payments/22' is entirely opaque.
Warnings
- —No documentation available — all doc pages render only 'Connect wallet' with no content
- —Request and response schemas are completely unknown; the endpoint's actual behavior cannot be verified
- —The endpoint path suggests PayPal payment functionality but this is unconfirmed
- —The '/22' path segment suggests a hardcoded resource ID; unclear if this is parameterizable
Citations
- —Endpoint returns HTTP 402 with x402 challenge, maxAmountRequired 20000 USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/22
- —Platform advertises $0.02/request uniform pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/22