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" service under the path `/api/v1/paypal/payments/66`. 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 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 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 advertises a uniform $0.02/request pricing model across all its endpoints with no minimums or commitments. Documentation pages (/docs, /pricing, /README) appear to require a wallet connection and returned minimal content during crawl, so the actual request/response schemas for this particular PayPal payments endpoint are unknown. The endpoint's purpose — whether it initiates PayPal payments, retrieves payment data, or performs some other PayPal-related operation — cannot be confirmed from the available material.
Capabilities
Use cases
- —Programmatic PayPal payment operations without traditional API key management
- —Agent-initiated payment workflows settled in USDC on Base
- —Integrating PayPal payment functionality into crypto-native applications
Fit
Best for
- —Developers wanting keyless, pay-per-call access to PayPal payment functionality
- —AI agents that can settle x402 payments on Base in USDC
- —Projects needing low-cost ($0.02) per-request payment API access
Not for
- —Users who need detailed API documentation before integrating
- —High-volume use cases where per-request pricing is less economical than subscription plans
- —Applications requiring non-crypto payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/66 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"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 of the request/response schema, no examples, and the actual functionality behind '/api/v1/paypal/payments/66' is entirely opaque. Docs pages all returned only 'Connect wallet' with no usable content.
Warnings
- —No request or response schema available — the actual behavior of this endpoint is unknown
- —Documentation pages (/docs, /pricing, /README) are gated behind wallet connection and returned no useful content
- —The endpoint name suggests PayPal integration but no details confirm what operation it performs
- —The platform lists many endpoints across diverse categories; quality and actual implementation of each is unverified
Citations
- —Endpoint returns x402 402 challenge with maxAmountRequired of 20000 USDC base units on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payments/66
- —Platform advertises $0.02/request uniform pricing with no API keys, no rate limits, and no minimumshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/66