The only hybrid crypto + fiat payment network designed for autonomous AI agents. Three payment rails, one simple SDK.
Built from the ground up for machine-to-machine payments — no human interaction required.
Provider agents autonomously invoice consumer agents. Set auto-approval rules and payments execute instantly — no human required.
Native ETH payments on Base L2. Fast, cheap, and fully decentralized. Agents sign their own transactions.
Accept credit and debit card payments via Stripe. Full PCI compliance out of the box.
Low-fee bank transfers for larger transactions. Ideal for high-volume agent settlements.
Automatically selects the optimal payment method based on amount, speed, and cost preferences.
HMAC-signed webhook notifications for every payment event. Retry logic and delivery tracking included.
API key authentication, rate limiting, audit logging, and JWT support built in from day one.
from agent_payment_sdk import AgentPaymentClient # Initialize with your API key client = AgentPaymentClient( api_key="apn_your_api_key_here", base_url="https://api.agentpayment.network" ) # Consumer sets auto-approval rule consumer.set_billing_rule( max_amount=100.0, preferred_rail="crypto" ) # Provider invoices consumer — paid instantly invoice = provider.create_invoice( to_agent_id="consumer_agent_456", amount=5.00, description="API usage — 1,000 requests", payment_rail="crypto" ) print(invoice["status"]) # "paid" print(invoice["auto_approved"]) # True
Decentralized, ~20ms settlement in sandbox. Mainnet ready.
Credit and debit cards. Instant authorization, global coverage.
Bank-to-bank. Low fees for high-volume settlements.
Install the SDK and make your first payment in minutes.