AI Payment Proxy lets you give your AI agent a single-use virtual Visa card with a hard spending limit. This guide gets you from zero to your first card in under 5 minutes.
Sign up at aipaymentproxy.com/signup. After onboarding, your API key will be shown once. Copy it and store it securely.
Your API key looks like: aipp_live_...
curl -X POST https://aipaymentproxy.com/api/v1/cards \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d {"label":"My first card","limit_usd":10}curl https://aipaymentproxy.com/api/v1/cards/CARD_ID \ -H "Authorization: Bearer YOUR_API_KEY"
This returns the card number, CVV, and expiry date. Use these at any online checkout.
curl -X DELETE https://aipaymentproxy.com/api/v1/cards/CARD_ID \ -H "Authorization: Bearer YOUR_API_KEY"
Always cancel cards after use. A $0.50 fee is charged when you reveal card credentials.
Was this article helpful?