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/facilitator

Endpoints

MethodPathDescription
GET/supportedReturns facilitator capabilities
POST/verifyVerifies a payment payload
POST/settleSettles payment on-chain

MPP Endpoints

MethodPathDescription
POST/api/mpp/chargeMPP one-time charge intent
POST/api/mpp/sessionMPP 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: *.