🎫 FlowEVX Widget

Embeddable event ticketing widget for wallet providers and platforms.

Quick Start

Add this script to your HTML:

<script src="https://uat-widget.flowevx.com/flowevx-widget.js"></script>

Initialize the widget:

<div id="events"></div> <script> FlowEVX.init({ apiKey: 'your-api-key', apiUrl: 'https://uat-api.flowevx.com/api/integration/v1', containerId: 'events', user: { externalUserId: 'user123', name: 'John Doe', email: 'john@example.com' } }); </script>
Need an API key? Contact your FlowEVX administrator to get integration credentials.
View Demo FlowEVX Platform
FlowEVX Widget v1.0.0