Pay-per-call PayPal payments endpoint on Base via x402, settling 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/86`. It is part of a broader platform offering dozens of pay-per-call API endpoints across categories like data analytics, AI/ML inference, finance, crypto, and utility services — all gated by the x402 payment protocol on the Base network.
The specific endpoint accepts POST requests and is priced at a maximum of 20,000 base units of USDC (0x8335…0913 on Base, 6 decimals), which equals $0.02 per request. Payment is made via the x402 "exact" scheme, meaning the caller includes an X-PAYMENT header with a signed payment to the provider's address (0x1A2B…85F3). No API keys or accounts are required; access is granted immediately upon valid payment. The platform advertises no rate limits and no minimum commitments.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the `/paypal/payments/86` endpoint actually returns or what input it expects beyond being a POST endpoint with JSON output. The endpoint name suggests PayPal payment processing functionality, but this cannot be confirmed from available materials. Prospective users should test the endpoint directly to understand its behavior.
Capabilities
Use cases
- —Making PayPal-related payment operations via a single pay-per-call API
- —Integrating payment processing into agent workflows without API key management
- —Programmatic access to payment services settled in USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use payment API access
- —AI agents that can settle x402 payments on Base
- —Users who need low-cost per-request payment operations
Not for
- —Users who need detailed API documentation before integrating
- —High-volume production use cases requiring SLAs or guaranteed uptime
- —Anyone needing non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/86 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment-header>"Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), and pricing is clear at $0.02/request in USDC on Base. However, there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the endpoint actually does beyond its URL path suggesting PayPal payment functionality. The docs pages are all empty wallet-connect stubs.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; endpoint behavior is unknown beyond the URL path name
- —The actual functionality of /api/v1/paypal/payments/86 is unverified — the name suggests PayPal integration but this cannot be confirmed
- —No rate limit or uptime guarantees documented
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/86
- —The 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/86