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/55`. 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 by the x402 payment protocol on the Base network.
The specific endpoint accepts POST requests and charges up to 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 by including an X-PAYMENT header. No API keys or accounts are required; callers pay per request with no rate limits or minimum commitments. The payment timeout is 300 seconds.
The endpoint's exact functionality is not well-documented — the path suggests PayPal payment processing, but no OpenAPI schema, request/response examples, or detailed documentation were found in the crawl. The docs, pricing, API, and README pages all returned only a "Connect wallet" prompt with no substantive content. The platform landing page confirms the $0.02/request pricing and lists this as one of many available endpoints, but does not describe what `/api/v1/paypal/payments/55` specifically returns or accepts beyond the x402 challenge metadata.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a crypto-gated endpoint
- —Agent-driven payment workflows that settle per-call in USDC on Base
- —Integrating PayPal payment data into Web3 or DeFi pipelines
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal-related API access
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed API documentation or guaranteed SLAs before integration
- —High-volume batch PayPal operations where per-call pricing is inefficient
- —Anyone without a Base-compatible wallet or USDC holdings
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/55 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the actual functionality behind '/api/v1/paypal/payments/55' is unclear. Docs pages returned only 'Connect wallet' with no content.
Warnings
- —No OpenAPI schema or endpoint documentation available
- —Exact functionality of /api/v1/paypal/payments/55 is unknown — path suggests PayPal payments but no details are provided
- —All documentation pages (docs, pricing, API, README) returned only a 'Connect wallet' prompt with no substantive content
- —No request body schema or response schema documented
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/55
- —Platform charges $0.02 per request 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/55