Payvib for Wix v1.1.0 | Moses Odogbo | https://techruum.com/about-us/

Option A – Wix CLI: Import src/backend, set secrets in Wix Dev Center
Option B – Self-hosted: npm install && node server.js, embed redirect in Wix Stores checkout via Velo:

  import { fetch } from 'wix-fetch';
  const r = await fetch('https://your-bridge/payvib/create', { method:'POST', body: JSON.stringify({...}) });
