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/14`. 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 via the x402 payment protocol on the Base network.
The specific endpoint accepts POST requests and is priced at 20,000 base units of USDC (contract `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 payment.
The platform's landing page lists a uniform $0.02/request pricing model across all endpoints. 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, and no usage examples available. The endpoint name suggests PayPal payment processing functionality, but without documentation it is unclear what input the POST body expects or what the response contains. Treat this listing as a stub until the provider publishes proper documentation.
Capabilities
Use cases
- —Programmatic PayPal payment initiation via a crypto-gated API
- —Agent-driven payment processing without API key management
- —Integrating PayPal payment flows into Web3 workflows
Fit
Best for
- —Developers wanting keyless, pay-per-call PayPal payment access
- —AI agents that can settle x402 payments on Base
- —Prototyping payment integrations without signup or rate limits
Not for
- —Production payment processing requiring documented SLAs and error handling
- —Users who need detailed API documentation and request/response schemas
- —High-volume payment processing where $0.02/call adds up significantly
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/14 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network. However, there is zero documentation: no OpenAPI spec, no request/response schema, no examples, and all doc pages render only 'Connect wallet'. The endpoint's actual functionality (what it does with PayPal payments) is entirely unclear.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No request body schema or response schema provided; callers cannot know what to send or expect back
- —Endpoint purpose ('PayPal payments') is inferred solely from the URL path and title; no functional description exists
- —Provider legitimacy and reliability are unverifiable from available materials
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 USDC base units on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/14
- —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/14