You are already logged into Lemon. Flybid needs four values from that account, then a webhook that lands paid orders onto the cloud. One $1 variant. Checkout quantity is the dollar total.
Local 127.0.0.1 cannot receive Lemon webhooks. Tunnel the observatory first (ngrok or Cloudflare), then paste that public URL into Lemon.
LEMON_SQUEEZY_API_KEYLEMON_SQUEEZY_STORE_IDNeuronLEMON_SQUEEZY_VARIANT_IDCheckout sends quantity = dollars. Ten $1 field neurons = quantity 10. One $100 apex = quantity 100.
https://flybid.lol/api/ads/webhookLEMON_SQUEEZY_WEBHOOK_SECRETThat POST commits the reserved neurons. First paid commit owns them. No steal.
Copy fleyntist/.env.example to fleyntist/.env and fill the four lines. Restart observatory after saving:
py -3.12 -m fleyntist observatory --port 8765
Homepage header should read Lemon live. If it still says Lemon off, a key is missing or the process was not restarted.
order_created hits /api/ads/webhook/?paid=1Without the four env values, Pay still paints in local preview mode. That is not a real charge.