Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.

Build your store.
Ship in commands.

Everything you need to run a webstore on top of FluxStore. Storefront design, payments, command delivery, webhooks, and the full Management API.

Real-time command deliveryStripe & PayPal0% platform feesOpen plugin protocol
  • 40 API endpoints
  • 15 webhook events
  • Real-time command delivery
  • No platform fees
POST /api/v1/checkout/sessions
curl -X POST \
'https://api.fluxstore.net/api/v1/checkout/sessions' \
-H 'X-Api-Key: flx_...' \
-H 'Content-Type: application/json' \
-d '{
"package_id": "pkg_abc123",
"player_username": "Notch",
"quantity": 1
}'

Built for developers

Full reference for the Management API, webhook events, and the open plugin protocol.

Popular topics