Pay-per-call PayPal payments endpoint on Base via x402, priced at $0.02 USDC per request.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" service at the path `/api/v1/paypal/payments/99`. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via the x402 payment protocol on the Base network.
The specific endpoint probed accepts POST requests and charges 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per call. 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 endpoint returns application/json responses.
The platform's landing page advertises uniform $0.02 pricing across all endpoints, with no minimums, no commitments, and instant access. However, the actual functionality behind this particular PayPal payments endpoint is unclear: the crawled documentation pages (docs, api, pricing, README) all returned only a "Connect wallet" prompt with no substantive content. Without documentation or example responses, the precise input/output schema and what "PayPal payments" means in this context (payment initiation, status lookup, fee calculation, etc.) cannot be determined.
Capabilities
Use cases
- —Programmatically interacting with PayPal payment flows via a crypto-gated API
- —Agents making per-call payments for PayPal-related operations without API key management
- —Integrating PayPal payment functionality into Web3 workflows
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payment API access
- —AI agents that can settle x402 payments on Base in USDC
- —Projects needing low-cost ($0.02) per-request payment endpoints
Not for
- —Users needing detailed API documentation or guaranteed SLAs before integrating
- —High-volume PayPal integrations where direct PayPal API access would be cheaper
- —Anyone requiring non-crypto payment methods to access the API
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/99 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and payment details. However, there is zero documentation on what this endpoint actually does — all doc pages return only 'Connect wallet'. No input/output schema, no examples, and the endpoint name ('paypal/payments/99') is ambiguous. This is effectively a stub listing.
Warnings
- —No documentation available — all doc/pricing/README pages return only 'Connect wallet' with no content
- —The actual functionality of '/api/v1/paypal/payments/99' is unknown; the name suggests PayPal integration but no details are provided
- —No input schema or example responses available to verify what the endpoint returns
- —The '/99' path segment is unexplained — it may be a resource ID, version, or arbitrary parameter
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/99
- —The platform advertises $0.02 per 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/99
- —Documentation pages (docs, api, pricing, README) all returned only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs