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" resource at the path `/api/v1/paypal/payments/89`. 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 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 a 300-second timeout. No API keys or rate limits are advertised; access is granted per-call upon valid payment. The platform's landing page confirms a flat $0.02/request pricing model across all listed endpoints.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what this particular PayPal payments endpoint actually returns or what input it expects. The endpoint name suggests it may proxy or interact with PayPal payment data, but this is unconfirmed. Prospective users should be aware that the actual functionality behind this endpoint is undocumented.
Capabilities
Use cases
- —Programmatic access to PayPal payment data or operations via a single HTTP call
- —Agent-driven payment workflows that settle per-call in USDC on Base
- —Integrating PayPal-related functionality without traditional API key management
Fit
Best for
- —Developers wanting keyless, pay-per-call access to payment-related endpoints
- —AI agents that can settle x402 payments on Base in USDC
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Anyone needing documented request/response schemas before integration
- —Production systems requiring SLA guarantees or support channels
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/89 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"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 zero documentation on what this endpoint actually does, no request/response schemas, no examples, and no OpenAPI spec. The docs pages are empty beyond a wallet connect prompt. The actual functionality behind 'paypal/payments/89' is entirely opaque.
Warnings
- —No documentation exists for this specific endpoint — functionality is unknown beyond the path name
- —All docs/pricing/API pages render only 'Connect wallet' with no substantive content
- —No OpenAPI or schema definitions are available
- —The endpoint path suggests PayPal integration but this is unverified
- —The '/89' suffix in the path is unexplained — it may be a specific resource ID
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/89
- —Platform advertises $0.02/request flat 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/89