OpacusPay API
Fiat and crypto micro-payments abstraction.
1. Overview
OpacusPay allows an agent to spend fiat (using Stripe/virtual cards) or crypto to purchase standard SaaS APIs instantly from its wallet.
2. Use Cases
- Agent paying for its own OpenAI API credits.
- Agent subscribing to a Twitter API scraping service.
3. Pricing
- Fee: 0.5% per volume.
- Min Fee: $0.02.
- Min Lock: $5 buffer lock.
4. API
POST /v1/pay/execute
{ "amountUsd": 5.00, "merchant": "openai", "type": "virtual_card" }
Response contains the virtual card metadata or crypto tx hash.
5. Examples
opacus.pay.issueVirtualCard({ budget: 50 })
7. Best Practices
Always specify an exact budget property to avoid run-away spending.