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" PayPal payments resource accessible via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request settled in USDC on the Base network.
The specific endpoint `/api/v1/paypal/payments/52` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to $0.02 (20,000 base units of USDC with 6 decimals) to the payee address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. No API keys, rate limits, or upfront commitments are required.
Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional content. The exact request body schema and response format for this PayPal payments endpoint are not documented anywhere in the crawled material. The endpoint's purpose (whether it initiates a PayPal payment, retrieves payment details, or performs some other PayPal-related operation) cannot be confirmed from available sources. Prospective users should test the endpoint directly or contact the provider for details.
Capabilities
Use cases
- —Initiating or querying PayPal payments programmatically via a crypto-settled API
- —Integrating PayPal payment functionality into an agent workflow without API key management
- —Making one-off payment requests with per-call USDC micropayments on Base
Fit
Best for
- —Developers wanting keyless, pay-per-call access to a PayPal payments endpoint
- —AI agents that can settle x402 payments in USDC on Base
- —Projects needing low-friction payment API access without subscriptions
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume PayPal integrations where direct PayPal API access would be cheaper
- —Anyone requiring non-crypto payment settlement for the API itself
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/52 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is virtually no documentation: no request/response schema, no explanation of what the PayPal payments endpoint actually does, and all doc pages render only 'Connect wallet'. The listing is effectively a stub.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —The exact purpose and behavior of /api/v1/paypal/payments/52 is unknown; 'Premium API Access' is generic
- —No request body schema or response schema documented anywhere
- —The endpoint path references 'paypal/payments' but is not listed among the site's advertised APIs on the homepage
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/52
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payments/52
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs