Docs / OpacusPay API

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

3. Pricing

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.