DEVELOPER PLATFORM & API ARCHITECTURE

Build on the Venomin Technology Ecosystem

Standardized APIs, HMAC-verified webhooks, and idempotent provisioning contracts engineered for enterprise reliability.

Universal Identity

Every customer organization operates with a canonical VN-CUS-XXXXXXXX ID shared across all 7 platform adapters (with legacy WM-CUS- support).

Signed Webhooks

Real-time lifecycle and payment notifications delivered with X-Venomin-Signature SHA-256 HMAC verification.

Product Adapters

Clean modular provisioning interfaces for Rentmix, VitaERP, ECOPOS, BizERP, EduERP, CityERP, and Venomin Pay.

Tenant Isolation

Cryptographically signed SSO exchange tokens with sub-5-minute expiration windows and strict audience claims.

Specification v1.0

Venomin Integration Protocol

Production Compatible

All outbound integration requests from Venomin to product services follow the standardized v1 contract. Headers include cryptographic authentication, timestamp replay prevention, and idempotency guarantees:

// Standardized Outbound HTTP Headers
Authorization: Bearer <signed_jwt_token>
X-Venomin-Integration-Version: v1
X-Venomin-Signature: sha256=<hmac_hex_digest>
X-Venomin-Timestamp: 1740000000
X-Venomin-Event-Id: evt_01h8x9k2m4p7...
// Backward Compatibility Note: Legacy X-Walletmix-* headers remain accepted on product endpoints.