Pay-per-call PayPal payments endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/95`. 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 no API keys or rate limits required — callers simply attach an X-PAYMENT header with a valid payment proof. The payment timeout is 300 seconds.
The platform's landing page advertises uniform $0.02 pricing across all endpoints, instant access, and no minimums or commitments. However, documentation is extremely sparse: the /docs, /api, /pricing, 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 examples of what this particular PayPal payments endpoint actually returns or what input it expects. The endpoint name suggests PayPal payment processing functionality, but without documentation this is speculative.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a pay-per-call model
- —Agent-driven payment workflows that settle in USDC on Base
- —Integrating PayPal payment data into crypto-native applications
Fit
Best for
- —Developers wanting API-key-free, pay-per-call access to payment endpoints
- —AI agents that can settle x402 payments on Base
- —Low-volume or sporadic usage where $0.02/call is cost-effective
Not for
- —High-volume payment processing where per-call fees add up quickly
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Non-crypto users who cannot generate x402 payment proofs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/95 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear at $0.02/request in USDC on Base. However, there is zero documentation on what this endpoint actually does, what inputs it expects, or what it returns. No OpenAPI spec, no examples, and all doc pages just show 'Connect wallet'. The endpoint path suggests PayPal payment functionality but this is unverified.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README all render only 'Connect wallet'
- —No OpenAPI or schema describing request/response format for this endpoint
- —The actual functionality of /api/v1/paypal/payments/95 is unknown; 'Premium API Access' is a generic label
- —No examples of successful responses are available anywhere in the crawl
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/95
- —Platform advertises $0.02/request 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/95
- —Documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no technical contenthttps://lowpaymentfee.com/docs