IZZIPAYEnterprise
Treasury Management API Reference
Complete API documentation with request/response examples and curl commands.
Base URL
https://api.izzipay.comEndpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/treasury/positions | Get current positions |
| POST | /v1/treasury/forecasts | Generate cash forecast |
| POST | /v1/treasury/allocations | Allocate funds |
Quick Start
Example: Get current positions
bash
curl -X GET \
https://api.izzipay.com/v1/treasury/positions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 10000,
"currency": "USD"
}'Authentication
All API requests require a Bearer token in the Authorization header. Get your API keys from the Developer Portal.