Virtual Cards¶
Create and manage virtual cards for organizations. Assign balances, query card data, and send card information.
Authentication¶
Virtual Card endpoints use API Key authentication. See Authentication.
Endpoints¶
| Endpoint | Method | Description |
|---|---|---|
| Account Holder | POST | Get account holder information |
| Create Organization | POST | Create a new organization |
| List Organizations | GET | List all organizations |
| Create Card | POST | Create a new virtual card |
| Get Card Data | GET | Retrieve card details (encrypted) |
| List Cards | GET | List all cards for an organization |
| Assign Balance | POST | Add balance to a card |
| Get Balance | GET | Check card balance |
| Send Card Info | GET | Send card info to a recipient |