Now live on PyPI — v0.1.4

Payments built for
AI Agents

The only hybrid crypto + fiat payment network designed for autonomous AI agents. Three payment rails, one simple SDK.

Get Started →
$ pip install agent-payment-sdk
~20ms
Avg Payment Processing
3
Payment Rails
$183B
Projected AI Agent Market by 2034
99.9%
Uptime SLA
Features
Everything AI agents need to transact

Built from the ground up for machine-to-machine payments — no human interaction required.

⛓️

Crypto Payments (ETH)

Native ETH payments on Base L2. Fast, cheap, and fully decentralized. Agents sign their own transactions.

💳

Stripe Card Payments

Accept credit and debit card payments via Stripe. Full PCI compliance out of the box.

🏦

ACH Bank Transfers

Low-fee bank transfers for larger transactions. Ideal for high-volume agent settlements.

🧠

Smart Routing

Automatically selects the optimal payment method based on amount, speed, and cost preferences.

🔔

Real-time Webhooks

HMAC-signed webhook notifications for every payment event. Retry logic and delivery tracking included.

🔒

Enterprise Security

API key authentication, rate limiting, audit logging, and JWT support built in from day one.

Quickstart
Up and running in minutes

example.py
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"
)

# Make a payment between two AI agents
payment = client.create_payment(
    from_agent_id="agent_123",
    to_agent_id="agent_456",
    amount=10.00,
    currency="USD",
    payment_method="auto",
    memo="Payment for API usage"
)

print(payment["payment_id"])  # pi_3T3g...
print(payment["status"])     # pending -> completed
Payment Rails
Three ways to move money
Ǝ

Crypto (ETH / Base)

Decentralized, ~20ms settlement in sandbox. Mainnet ready.

💳

Stripe Cards

Credit and debit cards. Instant authorization, global coverage.

🏦

ACH Transfers

Bank-to-bank. Low fees for high-volume settlements.

Ready to give your AI agents
the ability to pay?

Install the SDK and make your first payment in minutes.

Install SDK →