{"name":"PayDirect","description":"Programmable crypto settlement infrastructure for AI agents and developers on Base. Payments, payouts, swaps, onramp, and gasless smart wallets via REST API.","url":"https://www.paydirect.com","version":"1.0","logo":"https://www.paydirect.com/icon-192.png","capabilities":[{"name":"createPayment","description":"Create a new crypto payment request (USDC, ETH, or ADAO on Base)","endpoint":"/api/v1/payments","method":"POST","parameters":{"tokenSymbol":"USDC|ETH|ADAO","amount":"string","merchantWallet":"0x address"}},{"name":"getPayment","description":"Retrieve payment details and status by ID","endpoint":"/api/v1/payments/:id","method":"GET"},{"name":"listPayments","description":"List all payments for the authenticated workspace","endpoint":"/api/v1/payments","method":"GET"},{"name":"verifyPayment","description":"Verify on-chain confirmation status of a payment","endpoint":"/api/v1/verify","method":"POST","parameters":{"paymentId":"string"}},{"name":"sendPayout","description":"Send a gasless crypto payout to any Base address","endpoint":"/api/v1/payouts","method":"POST","parameters":{"tokenSymbol":"USDC|ETH|ADAO","amount":"string","destinationAddress":"0x address"}},{"name":"listPayouts","description":"List payout history for the workspace","endpoint":"/api/v1/payouts","method":"GET"},{"name":"getBalance","description":"Get USDC, ETH, and ADAO balances for the workspace wallet","endpoint":"/api/v1/wallet/balance","method":"GET"},{"name":"getSwapQuote","description":"Get a real-time Uniswap V3 swap quote on Base","endpoint":"/api/v1/swap/quote","method":"GET","parameters":{"tokenIn":"USDC|ETH|ADAO","tokenOut":"USDC|ETH|ADAO","amount":"string"}},{"name":"executeSwap","description":"Execute a gasless on-chain token swap via Uniswap V3","endpoint":"/api/v1/swap","method":"POST","parameters":{"tokenIn":"string","tokenOut":"string","amount":"string"}},{"name":"createOnrampSession","description":"Generate a Coinbase Onramp session for fiat-to-crypto purchases (credit card / bank)","endpoint":"/api/v1/onramp/session","method":"POST","parameters":{"asset":"USDC|ETH","fiatAmount":"number (optional)","fiatCurrency":"string (optional)"}},{"name":"registerWebhook","description":"Register a webhook URL to receive real-time payment and swap events","endpoint":"/api/v1/webhooks","method":"POST","parameters":{"url":"string","events":"string[]"}},{"name":"createWorkspace","description":"Programmatically create a new workspace with wallets and API keys","endpoint":"/api/v1/workspaces","method":"POST","parameters":{"name":"string","ownerEmail":"string"}},{"name":"apiDiscovery","description":"Get full API surface, supported tokens, fee tiers, and webhook events","endpoint":"/api/v1","method":"GET"}],"authentication":{"type":"apiKey","header":"Authorization","format":"Bearer <api_key>","key_prefixes":{"sandbox":"pd_test_","live":"pd_live_"},"docs":"https://www.paydirect.com/developers/api/authentication"},"supported_tokens":["USDC","ETH","ADAO"],"network":"Base (Chain ID 8453)","sdks":{"typescript":"@paydirect/sdk","python":"paydirect","langchain":"@paydirect/langchain","vercel_ai":"@paydirect/ai-sdk","cli":"@paydirect/cli"},"webhook_events":["payment.created","payment.detected","payment.confirmed","payment.forwarded","payment.failed","payment.expired","payment.cancelled","payout.completed","payout.failed","swap.completed","swap.failed","onramp.session.created"],"docs":"https://www.paydirect.com/developers/api","pricing":"https://www.paydirect.com/pricing","status":"https://www.paydirect.com/api/v1","provider":{"name":"VNOC / VentureBuilder","url":"https://vnoc.com"}}