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/24`. 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 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 inline via the X-PAYMENT header with the "exact" scheme. There are no API keys, no rate limits, and no subscription commitments — callers pay per request. The payment timeout is 300 seconds.
Documentation on the site is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI schema, no request/response examples, and no description of what the `/paypal/payments/24` endpoint actually returns or what input it expects beyond a POST body. The endpoint name suggests PayPal payment processing or data retrieval, but this cannot be confirmed from available material. Prospective users should test the endpoint directly to understand its behavior.
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 PayPal payment data into automated pipelines without API key management
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 overhead
Not for
- —Users needing detailed documentation or guaranteed SLAs before integration
- —High-volume production workloads where per-call pricing may not be cost-effective
- —Anyone requiring non-crypto payment rails for API access
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/24 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what the endpoint does, what inputs it expects, or what it returns. No OpenAPI schema, no examples, and all doc pages are empty. The endpoint path suggests PayPal payment functionality but this is unverified.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or input/output schema provided; request and response formats are unknown.
- —The purpose of /api/v1/paypal/payments/24 is unclear — the name implies PayPal payment processing but no details confirm this.
- —The trailing '24' in the path is unexplained and may indicate a specific resource ID rather than a general-purpose endpoint.
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at 20000 base unitshttps://lowpaymentfee.com/api/v1/paypal/payments/24
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/24