IZZIPAYGovernment
Government Solutions API Reference
Complete API documentation with request/response examples and curl commands.
Base URL
https://api.izzipay.comEndpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/government/collections | Initiate tax/fee collection |
| POST | /v1/government/disbursements | Process social transfer |
| GET | /v1/government/reports/revenue | Get revenue report |
Quick Start
Example: Initiate tax/fee collection
bash
curl -X POST \
https://api.izzipay.com/v1/government/collections \
-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.