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 at the path `/api/v1/paypal/payments/76`. 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, 6 decimals), which equals $0.02 per request. Payment is made via the x402 exact scheme: callers attach an X-PAYMENT header with a signed USDC transfer to the provider's address (0x1A2B…85F3). No API keys, accounts, or rate limits are advertised — access is purely payment-gated.
Documentation is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no further content. The endpoint's purpose beyond its title ("Premium API Access" under a PayPal payments path) is unclear — it may proxy or wrap PayPal payment functionality, but no request/response schema, parameter documentation, or usage examples are available. Prospective users should test the endpoint directly to determine its actual behavior.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a crypto-settled API
- —Agent-driven payment workflows that avoid traditional API key management
- —Integrating PayPal payment capabilities into Web3 or on-chain applications
Fit
Best for
- —Developers who want keyless, pay-per-call access to a PayPal-related endpoint
- —AI agents that can settle x402 payments in USDC on Base
- —Projects needing low-cost ($0.02) per-request payment API access
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume payment processing where $0.02/call adds up significantly
- —Anyone requiring non-crypto payment methods to access the API itself
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/76 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-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 actually does, no request/response schema, and all doc pages return only a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README all return only 'Connect wallet' with no content
- —No request or response schema provided; actual endpoint behavior is unknown
- —The endpoint path suggests PayPal payment functionality but this is unverified
- —No OpenAPI spec, no examples, no error documentation
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/76
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payments/76
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs