API Reference
Zeny exposes three core facilitator endpoints that implement the x402 standard. All endpoints accept and return JSON.
Base URL
https://zeny.cash/api/facilitatorEndpoints
| Method | Path | Description |
|---|---|---|
GET | /supported | Returns facilitator capabilities |
POST | /verify | Verifies a payment payload |
POST | /settle | Settles payment on-chain |
MPP Endpoints
| Method | Path | Description |
|---|---|---|
POST | /api/mpp/charge | MPP one-time charge intent |
POST | /api/mpp/session | MPP streaming session intent |
Authentication
Include your API key in requests: X-Zeny-Api-Key: your_key
CORS
All facilitator endpoints support CORS with Access-Control-Allow-Origin: *.